Skip to content

2.78.2 changelog update#7333

Merged
adamsachs merged 1 commit intomainfrom
changelog-update-2.78.2
Feb 6, 2026
Merged

2.78.2 changelog update#7333
adamsachs merged 1 commit intomainfrom
changelog-update-2.78.2

Conversation

@adamsachs
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 Feb 6, 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 Feb 6, 2026 7:55pm
fides-privacy-center Ignored Ignored Feb 6, 2026 7:55pm

Request Review

@adamsachs adamsachs enabled auto-merge February 6, 2026 19:58
@adamsachs adamsachs added this pull request to the merge queue Feb 6, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Feb 6, 2026

Greptile Overview

Greptile Summary

  • Rolls up multiple changelog/*.yaml fragments into CHANGELOG.md for the 2.78.2 release.
  • Updates the Unreleased compare link to start from 2.78.2.
  • Removes the now-redundant per-PR changelog fragment YAML files.

Confidence Score: 4/5

  • Mostly safe to merge once the changelog label formatting issue is corrected.
  • This PR is primarily a changelog rollup with deletions of fragment files. The only correctness issue found is an incorrectly formatted db-migration label URL embedded as raw text in a release entry, which can break label consistency/parsing.
  • CHANGELOG.md

Important Files Changed

Filename Overview
CHANGELOG.md Bumped Unreleased compare link to start at 2.78.2 and added a 2.78.2 section aggregating entries from yaml fragments; includes a couple of wording/format issues (typo + label URL inline).
changelog/7253.yaml Deleted changelog fragment for PR #7253 after aggregating into CHANGELOG.md.
changelog/7273.yaml Deleted now-consolidated changelog fragment for PR #7273.
changelog/7276-okta-monitor-form-update.yaml Deleted now-consolidated changelog fragment for PR #7276.
changelog/7277-preserve-dataset-deletions.yaml Deleted now-consolidated changelog fragment for PR #7277.
changelog/7280-edit-data-uses-on-okta-results.yaml Deleted now-consolidated changelog fragment for PR #7280.
changelog/7289.yaml Deleted now-consolidated changelog fragment for PR #7289.
changelog/7290-automated-consent-tests.yaml Deleted now-consolidated changelog fragment for PR #7290.
changelog/7297-chat-configurations.yaml Deleted now-consolidated changelog fragment for PR #7297 (db-migration label previously present).
changelog/7299-monitor-steward-client-updates.yaml Deleted now-consolidated changelog fragment for PR #7299.
changelog/7307-okta-monitor-select-all.yaml Deleted now-consolidated changelog fragment for PR #7307.
changelog/7309.yaml Deleted now-consolidated changelog fragment for PR #7309.
changelog/7312-okta-monitor-restore-action.yaml Deleted now-consolidated changelog fragment for PR #7312.
changelog/7314.yaml Deleted now-consolidated changelog fragment for PR #7314.
changelog/ENG-1912_Support-google-service-account.yaml Deleted now-consolidated changelog fragment for PR #7257.
changelog/ENG-2063-transcend-migration.yaml Deleted now-consolidated changelog fragment for PR #7272.

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

16 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

Comment on lines +25 to +27

### Added
- Default data steward filter in action center is dependant on assigned monitors [#7309](https://github.com/ethyca/fides/pull/7309)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Broken changelog label URL
The db-migration label is included as plain text (https://github.com/ethyca/fides/labels/db-migration) instead of being formatted as a changelog label (the convention in this repo is https://github.com/ethyca/fides/labels/<label> on its own line or inside the labels: [...] field in the YAML fragments before consolidation). As written, it will render as a raw URL in the middle of the entry, and tooling that parses labels from changelog entries may not pick it up.

Suggested change
### Added
- Default data steward filter in action center is dependant on assigned monitors [#7309](https://github.com/ethyca/fides/pull/7309)
- Added support for chat provider configurations [#7297](https://github.com/ethyca/fides/pull/7297) https://github.com/ethyca/fides/labels/db-migration
+\- Added support for chat provider configurations [#7297](https://github.com/ethyca/fides/pull/7297) [db-migration](https://github.com/ethyca/fides/labels/db-migration)

Merged via the queue into main with commit 497c437 Feb 6, 2026
38 of 40 checks passed
@adamsachs adamsachs deleted the changelog-update-2.78.2 branch February 6, 2026 20:06
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