-
Notifications
You must be signed in to change notification settings - Fork 73
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.15.1 #3720
Release 2.15.1 #3720
Conversation
367a394
to
f7a51f4
Compare
Passing run #3048 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release-2.15.0 #3720 +/- ##
=================================================
Coverage ? 87.10%
=================================================
Files ? 310
Lines ? 19040
Branches ? 2437
=================================================
Hits ? 16584
Misses ? 2028
Partials ? 428 ☔ View full report in Codecov by Sentry. |
* fix for vuln * Apply suggestions from code review Use correct spelling of malicious. Co-authored-by: Adam Sachs <adam@ethyca.com> * Update src/fides/api/main.py Verbiage Co-authored-by: Thomas <thomas.lapiana+github@pm.me> --------- Co-authored-by: Adam Sachs <adam@ethyca.com> Co-authored-by: Thomas <thomas.lapiana+github@pm.me> Co-authored-by: Dave Quinlan <83430497+daveqnet@users.noreply.github.com>
Closing this as complete, with changelog updates merged in #3735 🎉 |
Closes #n/a
Code Changes
2.15.1
sslmode
toprefer
for SSH connections #3685Release 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. Some of these steps are redundant with automated tests, while others are only tested here as part of this check.
This checklist should be copy/pasted into the final pre-release PR, and checked off as you complete each step.
Additionally, there is a robust Release Process page available in Confluence (internal 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) (skipped, fixed bypostgres_setup.py
fails due to circular import error #3691 )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 thepull
command to workfides 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 containerfides scan dataset db --credentials-id app_postgres
Privacy Center
Admin UI
Documentation
Instead, they should be committed on a branch off of
main
and then PR'd and merged intomain
, before being cherry-pickedover 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
python3 -m venv 2_12_0_venv
source 2_12_0_venv/bin/activate
pip install ethyca-fides
fides deploy up