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

v0.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 21:03
· 46 commits to main since this release
v0.20.0

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.20.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 kind to 0.22.0 by @joelanford in #848
  • Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 by @dependabot in #849
  • Bump actions/add-to-project from 0.6.1 to 1.0.0 by @dependabot in #846
  • Bump github.com/operator-framework/operator-registry from 1.37.0 to 1.39.0 by @dependabot in #851
  • Bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #853
  • Bump DavidAnson/markdownlint-cli2-action from 15 to 16 by @dependabot in #854
  • Bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #852
  • deps: align ginkgo CLI to lib, use available helm-operator-plugins API improvements by @joelanford in #855
  • Import groups linting by @trgeiger in #856
  • Bump helm.sh/helm/v3 from 3.14.3 to 3.14.4 by @dependabot in #858
  • Bump alstr/todo-to-issue-action from 4.12.3 to 4.13 by @dependabot in #859
  • Bump actions/add-to-project from 1.0.0 to 1.0.1 by @dependabot in #860
  • Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by @dependabot in #862
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #863
  • make golangci-lint config consistent across repos by @joelanford in #865
  • Bump github.com/operator-framework/operator-registry from 1.39.0 to 1.40.0 by @dependabot in #868
  • Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 by @dependabot in #869
  • BundleDeployment: add and implement required installNamespace field by @joelanford in #864
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 by @dependabot in #870
  • 🐛 use FallbackToLogsOnError termination message policy by @joelanford in #872
  • bump helm-operator-plugins to v0.2.1 by @joelanford in #871

New Contributors

Full Changelog: v0.19.0...v0.20.0