ethyca / fides

The Privacy Engineering & Compliance Framework
https://ethyca.com/docs
Apache License 2.0
361 stars 72 forks source link

Release 2.48.1 #5441

Closed andres-torres-marroquin closed 3 weeks ago

andres-torres-marroquin commented 3 weeks ago

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. 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

@NevilleS: For this patch release, we've skipped the general checklist steps crossed out (~strikethrough~) below.

~From the release branch, confirm the following:~

~* [ ] Quickstart works: 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:

Privacy Center

Admin UI

User Permissions

~- [ ] Verify user creation~ ~- [ ] Verify a Viewer can view all systems~ ~- [ ] Verify a Data Steward can edit systems they are assigned ~

Documentation

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

Post-Release Steps

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **fides-plus-nightly** | ⬜️ Ignored ([Inspect](https://vercel.com/ethyca/fides-plus-nightly/8Evi3JD6tEZ8BipeDWRFiEmoPNHV)) | [Visit Preview](https://fides-plus-nightly-git-release-2481-ethyca.vercel.app) | | Oct 31, 2024 7:54pm |
cypress[bot] commented 3 weeks ago

fides    Run #10723

Run Properties:  status check passed Passed #10723  •  git commit 34e00b157d: HJ-116 - Fix BigQuery `partitioning` queries to properly support multiple identi...
Project fides
Branch Review release-2.48.1
Run status status check passed Passed #10723
Run duration 00m 38s
Commit git commit 34e00b157d: HJ-116 - Fix BigQuery `partitioning` queries to properly support multiple identi...
Committer Andres Torres
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.
View all changes introduced in this branch ↗︎
codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 62.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 83.86%. Comparing base (4abb9e6) to head (34e00b1). Report is 24 commits behind head on main.

Files with missing lines Patch % Lines
src/fides/api/service/connectors/query_config.py 40.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5441 +/- ## ========================================== + Coverage 83.84% 83.86% +0.01% ========================================== Files 382 382 Lines 24073 24073 Branches 2624 2624 ========================================== + Hits 20185 20189 +4 + Misses 3306 3302 -4 Partials 582 582 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.