diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b995cd94..05f95eea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ The types of changes are: ## [Unreleased](https://github.com/ethyca/fidesops/compare/1.7.2...main) +## [1.8.0](https://github.com/ethyca/fidesops/compare/1.8.0...main) + ### Developer Experience * Created a docker image for the privacy center [#1165](https://github.com/ethyca/fidesops/pull/1165) @@ -93,7 +95,7 @@ The types of changes are: * Bump python from 3.9.13 to 3.9.14 [#1287](https://github.com/ethyca/fidesops/pull/1287) -## [1.7.2](https://github.com/ethyca/fidesops/compare/1.7.1...1.7.2) +## [1.7.2](https://github.com/ethyca/fidesops/compare/1.7.1...1.8.0) ### Added diff --git a/clients/ops/admin-ui/src/flags.json b/clients/ops/admin-ui/src/flags.json index be7eaa7c3..62749bd2f 100644 --- a/clients/ops/admin-ui/src/flags.json +++ b/clients/ops/admin-ui/src/flags.json @@ -1 +1,6 @@ -[{ "name": "createNewConnection", "isActive": false }] +[ + { + "name": "createNewConnection", + "isActive": true + } +] diff --git a/docs/fidesops/docs/img/app_database.png b/docs/fidesops/docs/img/app_database.png index 1d1c8411a..27a84eb74 100644 Binary files a/docs/fidesops/docs/img/app_database.png and b/docs/fidesops/docs/img/app_database.png differ diff --git a/scripts/quickstart.py b/scripts/quickstart.py index cdf2a2b79..0fcc9a08b 100644 --- a/scripts/quickstart.py +++ b/scripts/quickstart.py @@ -306,6 +306,7 @@ def create_policy(key: str): { "name": key, "key": key, + "execution_timeframe": 45, }, ] response = requests.patch(