Skip to content

Update Changelog for release 2.82.1#7802

Merged
erosselli merged 3 commits intomainfrom
erosselli/changelog-for-release-2.82.1
Mar 31, 2026
Merged

Update Changelog for release 2.82.1#7802
erosselli merged 3 commits intomainfrom
erosselli/changelog-for-release-2.82.1

Conversation

@erosselli
Copy link
Copy Markdown
Contributor

Ticket []

Description Of Changes

Code Changes

Steps to Confirm

Pre-Merge Checklist

  • Issue requirements met
  • All CI pipelines succeeded
  • CHANGELOG.md updated
    • Add a db-migration This indicates that a change includes a database migration label to the entry if your change includes a DB migration
    • Add a high-risk This issue suggests changes that have a high-probability of breaking existing code label to the entry if your change includes a high-risk change (i.e. potential for performance impact or unexpected regression) that should be flagged
    • Updates unreleased work already in Changelog, no new entry necessary
  • UX feedback:
    • All UX related changes have been reviewed by a designer
    • No UX review needed
  • Followup issues:
    • Followup issues created
    • No followup issues
  • Database migrations:
    • Ensure that your downrev is up to date with the latest revision on main
    • Ensure that your downgrade() migration is correct and works
      • If a downgrade migration is not possible for this change, please call this out in the PR description!
    • No migrations
  • Documentation:
    • Documentation complete, PR opened in fidesdocs
    • Documentation issue created in fidesdocs
    • If there are any new client scopes created as part of the pull request, remember to update public-facing documentation that references our scope registry
    • No documentation updates required

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
fides-plus-nightly Ignored Ignored Preview Mar 31, 2026 5:50pm
fides-privacy-center Ignored Ignored Mar 31, 2026 5:50pm

Request Review

Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:

  1. 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).

  2. 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).

Comment on lines +28 to +31
- 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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) [![db-migration](https://github.com/ethyca/fides/labels/db-migration)](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.

@erosselli erosselli force-pushed the erosselli/changelog-for-release-2.82.1 branch from a57a69f to 45a3a56 Compare March 31, 2026 17:50
@erosselli erosselli enabled auto-merge March 31, 2026 17:51
@erosselli erosselli added this pull request to the merge queue Mar 31, 2026
Merged via the queue into main with commit e1e11ad Mar 31, 2026
42 of 44 checks passed
@erosselli erosselli deleted the erosselli/changelog-for-release-2.82.1 branch March 31, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants