This repository was archived by the owner on Aug 12, 2024. It is now read-only.
v0.10.0
Installation
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.7.1/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.10.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=60sWhat's Changed
- fix: add a helm-provisioner wait to the .goreleaser.template.yml by @tylerslaton in #538
- adding http source doc by @akihikokuroda in #532
- git source: resolve branches/tags to commit hashes by @joelanford in #542
- .github: Add the go-apidiff workflow by @timflannagan in #545
- feat: add PSA compliance by @tylerslaton in #539
- fix second helm bundle format handle error by @akihikokuroda in #541
Full Changelog: v0.9.0...v0.10.0