fides icon indicating copy to clipboard operation
fides copied to clipboard

empty commit to start release 2.47.0

Open Roger-Ethyca opened this issue 1 year ago • 4 comments

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

CLI

Run these from within the test environment shell:

  • [x] git reset --hard - Note: This is required for the pull command 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 Request section that includes a link back to the release PR (i.e., this one!) for tracking purposes
  • [ ] ## QA Touch Test Run section that includes a link to the QATouch test run (QA team should provide this)

Post-Release Steps

Roger-Ethyca avatar Oct 10 '24 17:10 Roger-Ethyca

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

vercel[bot] avatar Oct 10 '24 17:10 vercel[bot]

fides    Run #10410

Run Properties:  status check passed Passed #10410  •  git commit d3ab2e69ad: Revert search/replace issue (#5378)
Project fides
Run status status check passed Passed #10410
Run duration 00m 37s
Commit git commit d3ab2e69ad: Revert search/replace issue (#5378)
Committer Jason Gill
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.

cypress[bot] avatar Oct 10 '24 17:10 cypress[bot]

fides    Run #10412

Run Properties:  status check passed Passed #10412  •  git commit eb58189958 ℹ️: Merge d3ab2e69ada3d367aa9a334796fd2d4f3f2bbb36 into d6ef5f03ec5ff5974937ae33751f...
Project fides
Run status status check passed Passed #10412
Run duration 00m 37s
Commit git commit eb58189958 ℹ️: Merge d3ab2e69ada3d367aa9a334796fd2d4f3f2bbb36 into d6ef5f03ec5ff5974937ae33751f...
Committer Roger Plotz
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.

cypress[bot] avatar Oct 10 '24 20:10 cypress[bot]

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.

codecov[bot] avatar Oct 10 '24 20:10 codecov[bot]