Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
There was a problem hiding this comment.
Release Changelog PR — 2.82.0 → 2.82.1
This is a clean, straightforward release changelog consolidation. All individual YAML fragment files are correctly removed and their content is accurately reflected in CHANGELOG.md. The Unreleased comparison URL is correctly bumped to 2.82.1..main.
Two minor formatting nits noted inline:
-
Jira DSR entry line continuation — The multi-line bullet for #7772 has continuation lines at column 0. Should be indented 2 spaces to align under the bullet text (cosmetic only; renders fine as-is).
-
db-migration bare URL for #7788 — The label reference is a raw URL rather than a formatted Markdown link, which is inconsistent with the rest of the file's style.
No functional or content issues found — all entries correctly match their source YAML files. Good to merge once nits are addressed (or left as-is, both are cosmetic).
| - Added support for Jira DSR lifecycle [#7772](https://github.com/ethyca/fides/pull/7772) | ||
| - Added unique identity index to privacy_preferences_current partition [#7788](https://github.com/ethyca/fides/pull/7788) https://github.com/ethyca/fides/labels/db-migration | ||
|
|
||
| ### Changed |
There was a problem hiding this comment.
The continuation lines of the Jira DSR lifecycle entry are not indented, which leaves them flush with column 0. While Markdown will still render this as a single bullet point, it makes the raw text harder to read. Consider indenting the continuation with two spaces to align them under the bullet text:
- Support Jira DSR lifecycle: auto-create ManualTaskConfig on jira_ticket
connection setup, use pending_external status for Jira manual tasks,
and treat pending_external equivalently to requires_input in watchdog
and duplication detection. [#7772](https://github.com/ethyca/fides/pull/7772)| - Added unique identity index to privacy_preferences_current partition [#7788](https://github.com/ethyca/fides/pull/7788) https://github.com/ethyca/fides/labels/db-migration | ||
|
|
||
| ### Changed | ||
| - Updated AgentBriefingBanner with theme-aware colors for dark/light mode [#7776](https://github.com/ethyca/fides/pull/7776) |
There was a problem hiding this comment.
The db-migration label is appended as a bare URL rather than a Markdown link. Other entries in this file (and the PR template) reference the label URL as a formatted link. Consider using:
- Added unique identity index to privacy_preferences_current partition [#7788](https://github.com/ethyca/fides/pull/7788) [](https://github.com/ethyca/fides/labels/db-migration)or at minimum wrapping it as a plain Markdown link so it renders with a label rather than the raw URL.
a57a69f to
45a3a56
Compare
Ticket []
Description Of Changes
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works