Skip to content

Releases: kyverno/kyverno

Kyverno Release 0.9.0

30 Aug 17:44
be47523
Compare
Choose a tag to compare
Kyverno Release 0.9.0 Pre-release
Pre-release

Features:

  • Support anchor with a value of a map(#307)

Fixes:

  • Graceful shutdown of webhook(#317,#318)
  • Cleanup generated webhookConfigurations on shutdown

Kyverno Release 0.8.0

22 Aug 17:52
fc09497
Compare
Choose a tag to compare
Kyverno Release 0.8.0 Pre-release
Pre-release

Note:

  • If Kyverno is installed before this release, it is recommended to update CRD manifest as policyViolation is now a separate CRD, or to re-install Kyverno using install.yaml.

Features:

  • PolicyViolation is created as a separate CRD
  • Successful mutation info is added to the resource as annotation
  • Policy statistics are recorded in the status field of the policy
    • averageGenerationRulesExecutionTime
    • averageMutationRulesExecutionTime
    • averageValidationRulesExecutionTime
    • resourcesBlockedCount
    • rulesAppliedCount
    • violationCount
  • Namespace selector now allows multiple namespaces
  • Add anyPattern in the validate rule to support OR across a policy
  • Dynamically register/deregister webhook configuration

Kyverno Release 0.7.1

09 Aug 23:39
5070f44
Compare
Choose a tag to compare
Kyverno Release 0.7.1 Pre-release
Pre-release

This is the patch release for 0.7.0, include necessary bug fixes.

Kyverno Release 0.7.0

03 Aug 02:35
640aeb6
Compare
Choose a tag to compare
Kyverno Release 0.7.0 Pre-release
Pre-release
  • add exclude field to filter out the resources
  • bug fix

Kyverno Release 0.6.0

21 Jul 21:53
856f22c
Compare
Choose a tag to compare
Kyverno Release 0.6.0 Pre-release
Pre-release
  • support full lifecycle of violations: resource create/update/delete, policy create/update/delete
  • add annotations on the resource

Kyverno Release 0.5.0

02 Jul 00:05
99923d5
Compare
Choose a tag to compare
Kyverno Release 0.5.0 Pre-release
Pre-release
  • refactor result struct returned by policy engine
  • report events & violations for existing resources
  • report events on resource creation/update
  • implement feature "add value if not exist"

Kyverno Release 0.4.0

20 Jun 23:16
e50c7a9
Compare
Choose a tag to compare
Kyverno Release 0.4.0 Pre-release
Pre-release
  • support debug mode
  • a framework to automate tests for the policy engine

Kyverno Release 0.3.0

07 Jun 11:37
3203f47
Compare
Choose a tag to compare
Kyverno Release 0.3.0 Pre-release
Pre-release

Kyverno Release 0.3.0

Kyverno Release 0.2.0

29 May 03:04
263218c
Compare
Choose a tag to compare
Kyverno Release 0.2.0 Pre-release
Pre-release
Merge pull request #116 from nirmata/wildcard_operator_fix

Wildcard operator fix

Release 0.1.0

24 May 01:14
e2be308
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release
Merge pull request #104 from nirmata/policies-update

added workarounds to make examples valid