This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
v0.17.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.17.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
- Update golang.org/x/crypto dependency to v0.17.0 by @kevinrizza in #779
- Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 by @dependabot in #776
- Bump actions/stale from 8.0.0 to 9.0.0 by @dependabot in #769
- Bump alstr/todo-to-issue-action from 4.10.2 to 4.11.1 by @dependabot in #759
- Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 by @dependabot in #778
- Bump actions/setup-go from 4 to 5 by @dependabot in #768
- Bump DavidAnson/markdownlint-cli2-action from 13 to 14 by @dependabot in #766
- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #780
- 🌱 Bump otelhttp by @ncdc in #781
- 🌱 Bump docker to 24.0.7 by @ncdc in #785
- Bump alstr/todo-to-issue-action from 4.11.1 to 4.12.1 by @dependabot in #784
- Bump github.com/containerd/containerd from 1.7.6 to 1.7.11 by @dependabot in #786
- Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #787
- Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2 by @dependabot in #782
- Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 by @dependabot in #789
- Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 by @dependabot in #790
- Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 by @dependabot in #788
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #795
- Bump golang.org/x/sync from 0.4.0 to 0.6.0 by @dependabot in #798
- Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 by @dependabot in #796
- Remove Bundle API and its controller by @varshaprasad96 in #774
- followups from removal of Bundle API and upload source by @joelanford in #801
- 🌱 bump k8s, helm-operator-plugins, of/operator-registry, and of/api by @joelanford in #794
- Bump github.com/operator-framework/operator-registry from 1.34.0 to 1.36.0 by @dependabot in #804
- Bump github.com/onsi/gomega from 1.30.0 to 1.31.0 by @dependabot in #805
- 🌱 bump controller-gen to v0.14.0 by @joelanford in #809
- Bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 by @dependabot in #807
- ✨ Support for other Install strategies by @varshaprasad96 in #802
New Contributors
- @kevinrizza made their first contribution in #779
Full Changelog: v0.16.0...v0.17.0