From 9a488c19fa73c93410707e1cba7504f93a370f30 Mon Sep 17 00:00:00 2001 From: Tariq Yusuf Date: Wed, 17 Jul 2024 07:55:43 -0700 Subject: [PATCH] Add changelog details --- CHANGELOG.md | 5 ++--- tests/ctl/core/test_api.py | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca471603d1..2be9bcc954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ The types of changes are: ## [Unreleased](https://github.com/ethyca/fides/compare/2.40.0...main) +- Add AWS Tags in the meta field for Fides system when using `fides generate` [#4998](https://github.com/ethyca/fides/pull/4998). + ### Added - Added erasure support for Alchemer integration [#4925](https://github.com/ethyca/fides/pull/4925) @@ -381,9 +383,6 @@ The types of changes are: - Bumped supported Python versions to `3.10.13`, `3.9.18`, and `3.8.18`. Bumped Debian base image from `-bullseye` to `-bookworm`. [#4630](https://github.com/ethyca/fides/pull/4630) - Bumped Node.js base image from `16` to `20`. [#4684](https://github.com/ethyca/fides/pull/4684) -### Changed -- Modify `fides user login` to not store plaintext password in `~/.fides-credentials` [#4661](https://github.com/ethyca/fides/pull/4661) - ### Fixed - Ignore 404 errors from Delighted and Kustomer when an erasure client is not found [#4593](https://github.com/ethyca/fides/pull/4593) diff --git a/tests/ctl/core/test_api.py b/tests/ctl/core/test_api.py index 17e5b3a962..2c692b31f2 100644 --- a/tests/ctl/core/test_api.py +++ b/tests/ctl/core/test_api.py @@ -546,6 +546,7 @@ def system_create_request_body(self) -> SystemSchema: cookie_refresh=True, uses_non_cookie_access=True, legitimate_interest_disclosure_url="http://www.example.com/legitimate_interest_disclosure", + meta={}, privacy_declarations=[ models.PrivacyDeclaration( name="declaration-name",