This repository was archived by the owner on Aug 12, 2024. It is now read-only.
v0.11.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.11.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
- ci: add action to manage stale issues/pr's by @tylerslaton in #553
- ci(stale): update to run twice daily and remove failing print step" by @tylerslaton in #557
- *: Enforce that the AllNamespace install mode has been enabled by @timflannagan in #558
- image source: use applyconfiguration with server-side apply by @joelanford in #559
- silence noisy and unnecessarily alarming logging in watch handler by @joelanford in #561
- fix: update stale action to have more capacity to process items by @tylerslaton in #563
- image source: avoid shadowing /bin with emptyDir mount by @joelanford in #565
- chore: bump cert-mgr version by @tylerslaton in #568
- bump to k8s 1.25, kind 0.15, go 1.19, golangci-lint 1.49, goreleaser 1.11 by @joelanford in #567
- Rearrage docs by @akihikokuroda in #552
- fix: update docs directory to be more condensed and update information slightly by @tylerslaton in #569
- fix: avoid bundle update errors during deletion by @joelanford in #562
- define constants for common defaults by @joelanford in #570
- fix: align bundle deployment update mechanism with bundles by @joelanford in #564
- Refining docs by @tylerslaton in #579
- test(e2e): add ability to configure the image registry for test images by @tylerslaton in #578
Full Changelog: v0.10.0...v0.11.0