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

v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 21:08
· 67 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.19.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

  • 🌱 GH Actions: add workflow to add epic issues to OLMv1 project by @joelanford in #834
  • Bump actions/add-to-project from 0.5.0 to 0.6.0 by @dependabot in #835
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #836
  • Bump helm.sh/helm/v3 from 3.14.2 to 3.14.3 by @dependabot in #837
  • Bump github.com/operator-framework/operator-registry from 1.36.0 to 1.37.0 by @dependabot in #838
  • Bump k8s.io/component-base from 0.29.2 to 0.29.3 by @dependabot in #839
  • Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #840
  • Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 by @dependabot in #841
  • Bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 by @dependabot in #844
  • bump docker/docker, docker/cli, oras-go deps by @grokspawn in #845
  • Bump actions/add-to-project from 0.6.0 to 0.6.1 by @dependabot in #842

Full Changelog: v0.18.1...v0.19.0