Skip to content

Releases: open-policy-agent/gatekeeper

v3.6.0

31 Aug 00:35
9503ef2
Compare
Choose a tag to compare

This stable release includes bug fixes and new features.

Notable updates since last stable version

  • ConstraintTemplate CRD moves to v1 🎉
  • Reduce System.Mutate runtime by 87% 🔨
  • Fix race conditions in watch manager and constraint controllers 🐎
  • Remove non-specific webhook request metrics 📊
  • Add prefix-based matching for namespaces and excludedNamespaces 🔡
  • Add integer keyValue support to mutation path parser / mutators 🔢
  • Helm enable to config controller manager & audit port 🎊
  • Add helm hooks to upgrade CRDs 🆙
  • Add metrics reporting for mutation 📈

Commits

v3.5.2

05 Aug 00:50
5733cf3
Compare
Choose a tag to compare

Notable updates

  • This release includes the fix for #1468 to inject empty parameters field for legacy schemas

Commits

v3.6.0-beta.3

28 Jul 00:18
c961ac6
Compare
Choose a tag to compare
v3.6.0-beta.3 Pre-release
Pre-release

Commits

v3.6.0-beta.2

23 Jun 19:32
04c7bc9
Compare
Choose a tag to compare
v3.6.0-beta.2 Pre-release
Pre-release

Commits

v3.5.1

23 Jun 19:11
c862155
Compare
Choose a tag to compare

This stable release includes bug fixes.

Notable updates

  • If you are using Helm to upgrade your Gatekeeper deployments and have mutation enabled, make sure to install MutatorPodStatus CRD as Helm does not install new CRDs with an upgrade.

Commits

v3.6.0-beta.1

21 Jun 16:58
2ff8169
Compare
Choose a tag to compare
v3.6.0-beta.1 Pre-release
Pre-release

Commits

v3.5.0

21 Jun 16:45
fc22afa
Compare
Choose a tag to compare

This stable release includes bug fixes and new features.

Notable updates

  • Compatibility with Kubernetes v1.22 and later.

Changes since v3.5.0-rc.1

v3.4.1

21 Jun 16:45
b541d06
Compare
Choose a tag to compare

Commits

  • [86e07b4]: Fix gatekeeper mutation image tag (#1275) (Mathieu Parent) #1275
  • [96e8f1f]: fix curl image in release 3.4 branch (#1338) (Sertaç Özercan) #1338
  • [7a50c3b]: Cherry pick of #1240: Do not allow status objects from other pods to trigger constraint reconciles (#1371) (Sertaç Özercan) #1371
  • [b541d06]: Prepare v3.4.1 release (#1378) (Sertaç Özercan) #1378

v3.5.0-rc.1

04 Jun 21:32
d00e886
Compare
Choose a tag to compare
v3.5.0-rc.1 Pre-release
Pre-release

Bug Fixes

Commits

Read more

v3.4.0

09 Apr 02:30
9b5e4cf
Compare
Choose a tag to compare

This stable release includes bug fixes and new features.

Notable updates

  • Helm v2 chart has been removed starting with v3.4.0. Helm v3 chart is supported and available in the Helm repository.
  • Mutation is available as an alpha feature. You can deploy using experimental yaml or Helm chart using experimentalEnableMutation flag.
  • request_count and request_duration_seconds validation metrics will be deprecated in a future release in favor of validation_request_count and validation_request_duration_seconds. See #1010 for details.

Changes since v3.4.0-rc.1

Features 🌈

Bug Fixes 🐞

Maintenance and testing 🔧

Documentation 📘