This repository was archived by the owner on Aug 12, 2024. It is now read-only.
v0.12.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.12.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
- add provisioner in the print column by @akihikokuroda in #583
- docs: update README.md links to reference the correct locations by @tylerslaton in #585
- Consolidate bundle and BD controller code by @joelanford in #576
- add resources/requests to containers by @akihikokuroda in #581
- add items to dynamic watch in helm by @akihikokuroda in #517
- local git repository for e2e test by @akihikokuroda in #586
- internal/convert: Fix 'webhookDefiniions' typo in error message by @timflannagan in #592
- internal,test: Ensure status condition message is capitalized by @timflannagan in #593
- .github/workflows: Get Go version from root go.mod file by @timflannagan in #591
- Update README.md by @timflannagan in #594
- Set bundle deployment controller name correctly by @joelanford in #595
- style: introduce gosec linter by @Kavinjsir in #600
- fix: fill message in bundle status by @Kavinjsir in #601
- fix: bump golang/x/net to v0.4.0 for CVE-2022-41717 by @anik120 in #605
- Fix e2e: Force localhost for some containers by @tmshort in #607
- Bump helm to v3.11.1 to address CVE-2023-25165 by @tmshort in #606
- Move to the new Kubernetes image repository by @awgreene in #608
- Remote debug make target by @dtfranz in #604
- fix: use multi-arch alpine image for git test server by @joelanford in #613
- improve/rename local source to support multiple configmaps by @joelanford in #611
- Rukpak Actions Updates by @dtfranz in #614
- bump to controller-gen v0.11.4 to remove creation timestamp from generated manifests by @joelanford in #616
- version: use go1.18+ embedded build info by @joelanford in #615
- Fix a link to plain bundle spec. by @doriath in #617
New Contributors
- @Kavinjsir made their first contribution in #600
- @tmshort made their first contribution in #607
- @dtfranz made their first contribution in #604
- @doriath made their first contribution in #617
Full Changelog: v0.11.0...v0.12.0