-
Notifications
You must be signed in to change notification settings - Fork 89
Release 2.78.1 #7316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-2.78.0
Are you sure you want to change the base?
Release 2.78.1 #7316
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Co-authored-by: JadeWibbels <jade.wibbels@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-2.78.0 #7316 +/- ##
================================================
Coverage 85.35% 85.36%
================================================
Files 540 539 -1
Lines 36294 35981 -313
Branches 4303 4230 -73
================================================
- Hits 30979 30714 -265
+ Misses 4357 4320 -37
+ Partials 958 947 -11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Greptile OverviewGreptile SummaryThis release PR (2.78.1) contains a single bug fix that explicitly sets the
Confidence Score: 5/5
Important Files Changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 files reviewed, no comments
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.
This checklist should be copy/pasted into the final pre-release PR, and checked off as you complete each step.
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:
nox -s quickstart(verify you can complete the interactive prompts from the command-line)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 thepullcommand to workfides user loginfides 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- Note: Because the filesystem isn't mounted, the new file will only show up within the containerfides scan dataset db --credentials-id app_postgresPrivacy Center
Admin UI
Documentation
Instead, they should be committed on a branch off of
mainand then PR'd and merged intomain, before being cherry-picked over to the release branch. This ensures that the CHANGELOG stays consistent between the release branch andmain.Publishing the release
When publishing the release, be sure to include the following sections in the release description:
## Release Pull Requestsection that includes a link back to the release PR (i.e., this one!) for tracking purposesPost-Release Steps