From 32b26311e9d9a79b82b6f12f1fc525efc3ecc834 Mon Sep 17 00:00:00 2001 From: Ramiro Algozino Date: Mon, 29 Aug 2022 12:23:48 +0200 Subject: [PATCH] docs: improve release notes for v1.7.0 --- docs/releases/v1.7.0.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/releases/v1.7.0.md b/docs/releases/v1.7.0.md index e2f2dc8..38c41ff 100644 --- a/docs/releases/v1.7.0.md +++ b/docs/releases/v1.7.0.md @@ -3,16 +3,16 @@ Welcome to the latest release of the `OPA` module of [Kubernetes Fury Distribution](https://github.com/sighupio/fury-distribution) maintained by team SIGHUP. -This release includes the following: +This release includes the following changes: -- Gatekeeper updated to v3.9.0 with mutating capabilities in *beta*. -- The custom rules have been updated to use `constraintTemplates` v1 and been improved with descriptions and better deny messages. -- The Gatekeeper audit process for the provided constraints now triggers violations for existing resources. -- Added a set of custom Prometheus alerts that get triggered when the Gatekeeper webhooks are misbehaving for more than 5 min\*. +- Gatekeeper has been updated to v3.9.0 with mutating capabilities in *beta*. +- The custom rules have been updated to use `constraintTemplates` v1 and improved with added descriptions and better deny messages. +- The Gatekeeper audit process for the provided constraints now triggers violations for pre-existing resources. +- A set of custom Prometheus alerts that get triggered when the Gatekeeper webhooks are misbehaving for more than 5 min\* has been added. - The Grafana Dashboard for Gatekeeper has been updated. -- Gatekeeper Policy Manager updated to v1.0.0, including a revamped UI. +- Gatekeeper Policy Manager has been updated to v1.0.0, including a revamped UI. - Gatekeeper Policy Manager now uses local manifests instead of pulling them at `kustomize build` time. -- Updated the module's documentation. +- The module's documentation has been updated and improved. > \* The alert for webhooks failing in `Ignore` mode requires Kubernetes version 1.24 or later.