This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
v0.14.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.14.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
- Add initial Tilt support by @ncdc in #658
- Makes codecov-action optional by @m1kola in #664
- Externalize storage package by @oceanc80 in #665
- Fix: Overriding user defined labels by @varshaprasad96 in #670
- Switch to using tilt-support repo by @ncdc in #668
- Enable merge queue by @ncdc in #669
- Enable dependabot by @ncdc in #659
- Add DCO information by @ncdc in #671
- Add CI for tilt by @ncdc in #675
- Remove Manifests Workflow by @dtfranz in #679
- fix: Adding namespace when converting bundle from registryv1 to plain by @varshaprasad96 in #678
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by @dependabot in #681
- Bump github.com/containerd/containerd from 1.6.15 to 1.6.18 by @dependabot in #661
- Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 by @dependabot in #677
- Bump alstr/todo-to-issue-action from 4.6.2 to 4.10.2 by @dependabot in #676
- Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.11.0 by @dependabot in #687
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #685
- Bump github.com/onsi/gomega from 1.27.1 to 1.27.10 by @dependabot in #689
- bump go-tarfs from 1.1.0 to 1.2.1 by @joelanford in #694
- Bump golang.org/x/crypto from 0.7.0 to 0.12.0 by @dependabot in #691
- Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.8.1 by @dependabot in #695
- Bump golang.org/x/sync from 0.2.0 to 0.3.0 by @dependabot in #699
- GHA: only run go-apidiff for PRs by @joelanford in #712
- Bump DavidAnson/markdownlint-cli2-action from 11 to 12 by @dependabot in #716
- Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 by @dependabot in #714
- Bump actions/checkout from 3 to 4 by @dependabot in #723
- Bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #724
- Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 by @dependabot in #726
- Revert "Externalize storage package" by @anik120 in #732
- Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 by @dependabot in #729
- Bump docker/login-action from 2 to 3 by @dependabot in #728
- Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 by @dependabot in #733
- Bump DavidAnson/markdownlint-cli2-action from 12 to 13 by @dependabot in #734
- Add new "Healthy" type condition and Reasons by @jmprusi in #711
New Contributors
- @dependabot made their first contribution in #681
- @jmprusi made their first contribution in #711
Full Changelog: v0.13.0...v0.14.0