Skip to content
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

Release 2.16.0 #3743

Closed
wants to merge 9 commits into from
Closed

Release 2.16.0 #3743

wants to merge 9 commits into from

Conversation

Kelsey-Ethyca
Copy link
Contributor

@Kelsey-Ethyca Kelsey-Ethyca commented Jul 6, 2023

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)
  • 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:

  • 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 - Note: Because the filesystem isn't mounted, the new file will only show up within the container
  • 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
  • DSR approval succeeds
  • DSR execution succeeds

Documentation

  • Verify that the CHANGELOG is formatted correctly and clean up verbiage where needed
  • Verify that the CHANGELOG is representative of the actual changes

⚠️ 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

@cypress
Copy link

cypress bot commented Jul 7, 2023

Passing run #3088 ↗︎

0 4 0 0 Flakiness 0

Details:

Merge 08cbb4e into 7d443f6...
Project: fides Commit: da7c399638 ℹ️
Status: Passed Duration: 00:57 💡
Started: Jul 7, 2023 10:12 PM Ended: Jul 7, 2023 10:13 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

Co-authored-by: Allison King <allisonjuliaking@gmail.com>
@codecov
Copy link

codecov bot commented Jul 10, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +21.92 🎉

Comparison is base (8beaace) 65.20% compared to head (08cbb4e) 87.12%.

❗ Current head 08cbb4e differs from pull request most recent head 8d539d2. Consider uploading reports for the commit 8d539d2 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3743       +/-   ##
===========================================
+ Coverage   65.20%   87.12%   +21.92%     
===========================================
  Files         311      311               
  Lines       19062    19069        +7     
  Branches     2462     2462               
===========================================
+ Hits        12429    16614     +4185     
+ Misses       6195     2027     -4168     
+ Partials      438      428       -10     
Impacted Files Coverage Δ
src/fides/api/util/unsafe_file_util.py 100.00% <100.00%> (+65.21%) ⬆️
src/fides/cli/__init__.py 92.30% <100.00%> (ø)
src/fides/cli/commands/annotate.py 86.66% <100.00%> (ø)
src/fides/cli/commands/deploy.py 90.47% <100.00%> (ø)
src/fides/cli/commands/generate.py 84.33% <100.00%> (ø)
src/fides/cli/commands/ungrouped.py 88.48% <100.00%> (ø)
src/fides/cli/commands/view.py 84.37% <100.00%> (ø)
src/fides/cli/options.py 93.40% <100.00%> (ø)

... and 149 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Kelsey-Ethyca Kelsey-Ethyca deleted the release-2.16.0 branch June 19, 2024 00:32
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.

5 participants