release: v1.2.3 - #8717
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Prepares the monorepo for the v1.2.3 release by bumping package/app versions and tightening webhook URL validation to block additional non-public IP ranges.
Changes:
- Bump
versionfrom1.2.2→1.2.3across root, apps, and multiple internal packages. - Expand webhook URL DNS resolution checks to block private/reserved/link-local IPs (in both create and update paths).
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/utils/package.json | Bump @plane/utils version to 1.2.3. |
| packages/ui/package.json | Bump @plane/ui version to 1.2.3. |
| packages/typescript-config/package.json | Bump @plane/typescript-config version to 1.2.3. |
| packages/types/package.json | Bump @plane/types version to 1.2.3. |
| packages/tailwind-config/package.json | Bump @plane/tailwind-config version to 1.2.3. |
| packages/shared-state/package.json | Bump @plane/shared-state version to 1.2.3. |
| packages/services/package.json | Bump @plane/services version to 1.2.3. |
| packages/propel/package.json | Bump @plane/propel version to 1.2.3. |
| packages/logger/package.json | Bump @plane/logger version to 1.2.3. |
| packages/i18n/package.json | Bump @plane/i18n version to 1.2.3. |
| packages/hooks/package.json | Bump @plane/hooks version to 1.2.3. |
| packages/editor/package.json | Bump @plane/editor version to 1.2.3. |
| packages/constants/package.json | Bump @plane/constants version to 1.2.3. |
| packages/codemods/package.json | Bump @plane/codemods version to 1.2.3. |
| package.json | Bump root monorepo version to 1.2.3. |
| apps/web/package.json | Bump web app version to 1.2.3. |
| apps/space/package.json | Bump space app version to 1.2.3. |
| apps/live/package.json | Bump live app version to 1.2.3. |
| apps/api/plane/app/serializers/webhook.py | Harden webhook URL validation by blocking additional IP categories on DNS resolution. |
| apps/api/package.json | Bump plane-api version to 1.2.3. |
| apps/admin/package.json | Bump admin app version to 1.2.3. |
🛡️ Security