mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: add protectManagedResources flag to changelog (#4522)
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
This commit is contained in:
parent
c8bbb5bead
commit
9b522cb757
1 changed files with 7 additions and 1 deletions
|
@ -1,15 +1,21 @@
|
|||
## v1.8.0-rc1
|
||||
|
||||
### Note
|
||||
|
||||
- A new flag `protectManagedResources` to enable kyverno managed resources protection (default value is `false`). When this is enabled, kyverno managed resources can only be modified or deleted by the controller.
|
||||
|
||||
## v1.7.2-rc2
|
||||
|
||||
### Note
|
||||
|
||||
- A new flag `maxQueuedEvents` is added to the Kyverno main container, this flag sets the up-limit of the events that are queued internally.
|
||||
|
||||
## v1.7.2-rc1
|
||||
|
||||
### Note
|
||||
|
||||
- A new flag `maxReportChangeRequests` is added to the Kyverno main container, this flag sets the up-limit of reportchangerequests that a namespace can take, or clusterreportchangerequests if matching kinds are cluster-wide resources. The default limit is set to 1000, and it's recommended to configure it to a small threshold on large clusters. Here the large clusters are considered that a policy report has more than 1k results.
|
||||
|
||||
|
||||
## v1.7.0-rc1
|
||||
|
||||
### Note
|
||||
|
|
Loading…
Reference in a new issue