Skip to content

Releases: open-policy-agent/frameworks

v0.9.0

10 Jan 22:13
b745745
Compare
Choose a tag to compare

This release corresponds to Gatekeeper v3.11.0.

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

07 Oct 00:11
a3d297b
Compare
Choose a tag to compare

This release corresponds to Gatekeeper v3.10.0 and v3.9.2 and it should significantly improve the performance for users who cache data.

What's Changed

  • perf: Remove with statement to avoid deepcopying data.inventory by @maxsmythe in #252
  • fix: Enforce maximum constraint template name length of 63 chars by @maxsmythe in #248
  • chore: bump k8s.io/client-go from 0.24.5 to 0.24.6 in /constraint by @dependabot in #250
  • chore: bump k8s.io/apiextensions-apiserver from 0.24.2 to 0.24.6 in /constraint by @dependabot in #251

Full Changelog: v0.7.0...v0.8.0

v0.7.0

16 Sep 21:37
f9cd935
Compare
Choose a tag to compare

What's Changed

  • chore: bump sigs.k8s.io/controller-runtime from 0.12.1 to 0.12.2 in /constraint by @dependabot in #235
  • chore: bump sigs.k8s.io/controller-runtime from 0.12.2 to 0.12.3 in /constraint by @dependabot in #236
  • chore: bump k8s.io/client-go from 0.24.2 to 0.24.3 in /constraint by @dependabot in #238
  • chore: bump opa to 0.42.2 by @sozercan in #237
  • chore: bump github.com/google/go-cmp from 0.5.8 to 0.5.9 in /constraint by @dependabot in #244
  • chore: bump k8s.io/client-go from 0.24.3 to 0.24.4 in /constraint by @dependabot in #242
  • chore: bump k8s.io/apimachinery from 0.24.4 to 0.24.5 in /constraint by @dependabot in #246
  • perf: Disable round trip on write by @maxsmythe in #245
  • chore: bump k8s.io/client-go from 0.24.4 to 0.24.5 in /constraint by @dependabot in #247

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 Jul 20:15
a0dd2a5
Compare
Choose a tag to compare

This release corresponds to Gatekeeper v3.9.0

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.1

05 May 16:30
3462b1a
Compare
Choose a tag to compare

This release corresponds to Gatekeeper v3.8.1

What's Changed

  • Cherry pick empty data cache fix into release 0.5 by @maxsmythe in #224

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 May 19:28
8066162
Compare
Choose a tag to compare

This release corresponds to Gatekeeper v3.8.0

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

10 Nov 20:42
8b4a99a
Compare
Choose a tag to compare

This release corresponds to Gatekeeper v3.7.0

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.2.1

04 Aug 21:03
9f26912
Compare
Choose a tag to compare

This release corresponds to Gatekeeper v3.5.2

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.3.0

10 Nov 20:40
1dbe261
Compare
Choose a tag to compare

This release corresponds to Gatekeeper v3.6.0

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Jul 21:39
Compare
Choose a tag to compare

This release corresponds to Gatekeeper v3.5.0

  • Allow disabling of Rego builtins, such as http.send.
  • Use v1 CRDs and generate structural schemas