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

v0.24.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 15:28
· 13 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.24.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

  • Bump helm.sh/helm/v3 from 3.15.1 to 3.15.2 by @dependabot in #918
  • Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #921
  • Add tests to make sure rukpak enforces limitations by @m1kola in #922
  • Bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 by @dependabot in #923
  • Update certificate support by @tmshort in #920

Full Changelog: v0.23.1...v0.24.0