Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 3735a5a

Browse files
author
Sean Preston
authored
v1.8.0 Release Checklist (#1345)
* updates changelog * updates ERD * add an execution_timeframe to quickstart policies * turn feature flag on * format flags
1 parent 3f1e4c1 commit 3735a5a

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The types of changes are:
1919

2020
## [Unreleased](https://github.com/ethyca/fidesops/compare/1.7.2...main)
2121

22+
## [1.8.0](https://github.com/ethyca/fidesops/compare/1.8.0...main)
23+
2224
### Developer Experience
2325

2426
* Created a docker image for the privacy center [#1165](https://github.com/ethyca/fidesops/pull/1165)
@@ -94,7 +96,7 @@ The types of changes are:
9496

9597
* Bump python from 3.9.13 to 3.9.14 [#1287](https://github.com/ethyca/fidesops/pull/1287)
9698

97-
## [1.7.2](https://github.com/ethyca/fidesops/compare/1.7.1...1.7.2)
99+
## [1.7.2](https://github.com/ethyca/fidesops/compare/1.7.1...1.8.0)
98100

99101
### Added
100102

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
[{ "name": "createNewConnection", "isActive": false }]
1+
[
2+
{
3+
"name": "createNewConnection",
4+
"isActive": true
5+
}
6+
]
-280 KB
Loading

scripts/quickstart.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ def create_policy(key: str):
306306
{
307307
"name": key,
308308
"key": key,
309+
"execution_timeframe": 45,
309310
},
310311
]
311312
response = requests.patch(

0 commit comments

Comments
 (0)