This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
v0.18.1
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.18.1/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
- 🌱 bumping codecov to v4 by @grokspawn in #828
- [Fix] Update dependencies for building core binary by @varshaprasad96 in #830
- Bump golang.org/x/crypto from 0.19.0 to 0.21.0 by @dependabot in #832
- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 by @dependabot in #833
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #831
- Bump github.com/operator-framework/api from 0.21.0 to 0.22.0 by @dependabot in #818
New Contributors
- @grokspawn made their first contribution in #828
Full Changelog: v0.18.0...v0.18.1