Skip to content

Release 2.86.1#8279

Draft
JadeCara wants to merge 7 commits into
release-2.86.0from
release-2.86.1
Draft

Release 2.86.1#8279
JadeCara wants to merge 7 commits into
release-2.86.0from
release-2.86.1

Conversation

@JadeCara
Copy link
Copy Markdown
Contributor

Release Checklist

The release checklist is a manual set of checks done before each release to ensure functionality of the most critical components of the application.

Warning

THIS RELEASE BRANCH PULL REQUEST SHOULD NOT BE MERGED! IT IS FOR TRACEABILITY PURPOSES ONLY!

Pre-Release Steps

General

From the release branch, confirm the following:

  • Quickstart works: nox -s quickstart (verify you can complete the interactive prompts from the command-line)
  • Test environment works: nox -s "fides_env(test)" (verify the admin UI on localhost:8080, privacy center on localhost:3001, CLI and webserver)

Next, run the following checks via the test environment:

API

CLI

Run these from within the test environment shell:

  • git reset --hard - Note: This is required for the pull command to work
  • fides user login
  • fides push src/fides/data/sample_project/sample_resources/
  • fides pull src/fides/data/sample_project/sample_resources/
  • fides evaluate src/fides/data/sample_project/sample_resources/
  • fides generate dataset db --credentials-id app_postgres test.yml
  • fides scan dataset db --credentials-id app_postgres

Privacy Center

  • Every navigation button works
  • DSR submission succeeds
  • Consent request submission succeeds

Admin UI

  • Every navigation button works
  • Login/logout succeeds
  • DSR approval succeeds
  • DSR execution succeeds

Documentation

  • Verify that the CHANGELOG is formatted correctly and representative of the actual changes

Publishing the release

  • ## Release Pull Request section that includes a link back to the release PR (i.e., this one!) for tracking purposes

Post-Release Steps

@JadeCara JadeCara added the do not merge Please don't merge yet, bad things will happen if you do label May 27, 2026
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 27, 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 May 27, 2026 9:17pm
fides-privacy-center Ignored Ignored May 27, 2026 9:17pm

Request Review

@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2026

Codecov Report

❌ Patch coverage is 93.05556% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.57%. Comparing base (460ddc0) to head (5d8e0d8).

Files with missing lines Patch % Lines
src/fides/api/task/create_request_tasks.py 86.36% 1 Missing and 2 partials ⚠️
...des/api/service/privacy_request/request_service.py 92.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@                Coverage Diff                 @@
##           release-2.86.0    #8279      +/-   ##
==================================================
- Coverage           85.12%   83.57%   -1.56%     
==================================================
  Files                 670      669       -1     
  Lines               43414    43438      +24     
  Branches             5081     5097      +16     
==================================================
- Hits                36958    36303     -655     
- Misses               5349     5869     +520     
- Partials             1107     1266     +159     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

JadeCara and others added 6 commits May 27, 2026 15:17
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…rage (#8254)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nual task DSRs (#8264)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

Title Lines Statements Branches Functions
admin-ui Coverage: 11%
8.54% (4062/47517) 7.6% (2096/27575) 5.82% (813/13956)
fides-js Coverage: 78%
79.17% (1977/2497) 66.25% (1249/1885) 73.31% (349/476)
privacy-center Coverage: 88%
86.59% (517/597) 82.33% (247/300) 81.08% (90/111)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Please don't merge yet, bad things will happen if you do

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants