Skip to content

Release v1.5.0

Compare
Choose a tag to compare
@angelbarrera92 angelbarrera92 released this 13 Sep 19:05
55aa38d

Opa Core Module version 1.5.0

fury-kubernetes-opa is part of the SIGHUP maintained Kubernetes Fury
Distribution
. The module
provides a policy engine based on OPA Gatekeeper to enable custom policy
enforcement to be deployed on the Kubernetes cluster based on Velero.
Team SIGHUP makes it a priority to maintain these modules in compliance
with CNCF and with all the latest features from upstream.

This release introduces the support for Kubernetes runtime 1.22 and
drops support for 1.18. Refer the Compatibility
Matrix
for more.

Changelog

Breaking Changes

None

Features

  • #30 Supporting e2e test for 1.22.0 kubernetes
  • #32 Updating GPM to 0.5.0
  • #33 Upgrading gatekeeper from v3.4.0 to v3.6.0
  • #31 Fixing OPA CRDs to support Kubernetes 1.22

Bug Fixes

None

Security Fixes

None

Documentation updates

None

Upgrade Guide

Warnings

Upgrade from v1.4.x to v1.5.0 should be fairly smooth.

Process

To upgrade this core module from v1.4.0 to v1.5.0, you need to download this new version, then apply the kustomize project. No further action is required.

$ kustomize build katalog/gatekeeper | kubectl apply -f - --force
# changes will be applied