Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

v0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 14:46
· 21 commits to main since this release

Installation

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.9.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/rukpak/releases/download/v0.22.0/rukpak.yaml
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/core --timeout=60s
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/helm-provisioner --timeout=60s
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/rukpak-webhooks --timeout=60s
kubectl wait --for=condition=Available --namespace=crdvalidator-system deployment/crd-validation-webhook --timeout=60s

What's Changed

  • Make finalizer logic external by @varshaprasad96 in #897
  • Bump github.com/containerd/containerd from 1.7.16 to 1.7.17 by @dependabot in #899
  • Bump github.com/containers/image/v5 from 5.30.0 to 5.30.1 by @dependabot in #901
  • bump go 1.22 and k8s deps 0.30.0 by @everettraven in #890
  • Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 by @dependabot in #903
  • Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 by @dependabot in #904
  • Add a CRD Upgrade Safety preflight check to the BundleDeployment controller by @everettraven in #873
  • Bump helm.sh/helm/v3 from 3.15.0 to 3.15.1 by @dependabot in #905
  • Bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 by @dependabot in #907
  • Add optional field to BundleDeployment API to enable/disable CRD upgrade safety preflight checks by @rashmigottipati in #902
  • Bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in #909
  • Bump github.com/containerd/containerd from 1.7.17 to 1.7.18 by @dependabot in #910

New Contributors

Full Changelog: v0.21.1...v0.22.0