empty commit to start release 2.47.0
Pre-Release Steps
General
From the release branch, confirm the following:
- [x] Quickstart works:
nox -s quickstart(verify you can complete the interactive prompts from the command-line) - [x] Test environment works:
nox -s "fides_env(test)"(verify the admin UI on localhost:8080, privacy center on localhost:3001, CLI and webserver) - [x] Have Roger run a QATouch automation run
Next, run the following checks via the test environment:
API
- [x] Verify that the generated API docs are correct @ http://localhost:8080/docs
CLI
Run these from within the test environment shell:
- [x]
git reset --hard- Note: This is required for thepullcommand to work - [x]
fides user login - [x]
fides push src/fides/data/sample_project/sample_resources/ - [x]
fides pull src/fides/data/sample_project/sample_resources/ - [x]
fides evaluate src/fides/data/sample_project/sample_resources/ - [x]
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 container - [x]
fides scan dataset db --credentials-id app_postgres
Privacy Center
- [x] Every navigation button works
- [x] DSR submission succeeds
- [ ] Consent request submission succeeds
Admin UI
- [x] Every navigation button works
- [x] DSR approval succeeds
- [x] DSR execution succeeds
User Permissions
- [x] Verify user creation
- [x] Verify a Viewer can view all systems
- [x] Verify a Data Steward can edit systems they are assigned
Documentation
- [x] Verify that the CHANGELOG is formatted correctly and clean up verbiage where needed
- [x] Verify that the CHANGELOG is representative of the actual changes
:warning: Note that any updates that need to be made to the CHANGELOG should not be commited directly to the release branch.
Instead, they should be committed on a branch off of main and then PR'd and merged into main, before being cherry-picked
over to the release branch. This ensures that the CHANGELOG stays consistent between the release branch and main.
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 purposes - [ ]
## QA Touch Test Runsection that includes a link to the QATouch test run (QA team should provide this)
Post-Release Steps
- [ ] Verify the ethyca-fides release is published to PyPi: https://pypi.org/project/ethyca-fides/#history
- [ ] Verify the fides release is published to DockerHub: https://hub.docker.com/r/ethyca/fides
- [ ] Verify the fides-privacy-center release is published to DockerHub: https://hub.docker.com/r/ethyca/fides-privacy-center
- [ ] Verify the fides-sample-app release is published to DockerHub: https://hub.docker.com/r/ethyca/fides-sample-app
- [ ] Smoke test the PyPi & DockerHub releases:
- [ ] Create a fresh venv with
python3 -m venv 2_12_0_venv - [ ] Activate the venv
source 2_12_0_venv/bin/activate - [ ]
pip install ethyca-fides - [ ]
fides deploy up
- [ ] Create a fresh venv with
- [ ] Announce the release!
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| fides-plus-nightly | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 14, 2024 6:58pm |
fides
Run #10410
Run Properties:
Passed #10410 •
d3ab2e69ad: Revert search/replace issue (#5378)
| Project |
fides
|
| Run status |
|
| Run duration | 00m 37s |
| Commit |
|
| Committer | Jason Gill |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
4
|
| ⚠️ You've recorded test results over your free plan limit. Upgrade your plan to view test results. | |
fides
Run #10412
Run Properties:
Passed #10412 •
eb58189958 ℹ️: Merge d3ab2e69ada3d367aa9a334796fd2d4f3f2bbb36 into d6ef5f03ec5ff5974937ae33751f...
| Project |
fides
|
| Run status |
|
| Run duration | 00m 37s |
| Commit |
|
| Committer | Roger Plotz |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
4
|
| ⚠️ You've recorded test results over your free plan limit. Upgrade your plan to view test results. | |
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.55%. Comparing base (
b1ee4a3) to head (d3ab2e6). Report is 134 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #5367 +/- ##
==========================================
- Coverage 85.55% 85.55% -0.01%
==========================================
Files 379 379
Lines 23969 23969
Branches 2623 2621 -2
==========================================
- Hits 20507 20506 -1
Misses 2910 2910
- Partials 552 553 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.