-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
- Loading branch information
1 parent
ea3e308
commit fe7e702
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# v0.8.0 | ||
|
||
- Add the `pruneObjectBehavior` field to be able to delete objects after the policy is deleted. | ||
- Allow an alternative kubeconfig for evaluating policies. | ||
- Make the metrics bind address configurable. | ||
- Add the option for label selectors in the policy `namespaceSelector`. | ||
- Add a metric to record the duration of evaluating all configuration policies. | ||
- Add the option to evaluate policies concurrently. | ||
- Status in a policy no longer prevents spec updates. | ||
- Use a volume mounted secret for the Hub kubeconfig. |