v0.11.0
Installation
curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.11.0/install.sh | bash -s
What's Changed
- ⚠ REMOVE extension api from main branch by @acmenezes in #820
- 📖 Correct docs about the default upgrade constraint semantics by @m1kola in #847
- 🌱 Bump platformdirs from 4.2.1 to 4.2.2 by @dependabot in #857
- 🌱 Makefile, samples: minor cleanup/fixes by @joelanford in #866
- 🌱 Bump regex from 2024.5.10 to 2024.5.15 by @dependabot in #864
- 🌱 Bump mkdocs-material from 9.5.22 to 9.5.23 by @dependabot in #865
- 🌱 Bump mkdocs-material from 9.5.23 to 9.5.24 by @dependabot in #872
- 🌱 Bump requests from 2.31.0 to 2.32.0 by @dependabot in #875
- 🌱 Bump requests from 2.32.0 to 2.32.1 by @dependabot in #876
- ✨ Helper script for a podman kind cluster with an image registry by @itroyano in #863
- 🌱 Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 by @dependabot in #884
- 🌱 Bump requests from 2.32.1 to 2.32.2 by @dependabot in #885
- 🌱 Bump watchdog from 4.0.0 to 4.0.1 by @dependabot in #889
- 🌱 Bump mkdocs-material from 9.5.24 to 9.5.25 by @dependabot in #891
- ✨ Modify ClusterExtension to use Helm under the hood to apply contents into the cluster by @bentito in #846
- 🌱 Add GitHub forms to the project by @m1kola in #892
- 🌱 Change global var GetInstalledBundle to interface by @bentito in #899
- 🌱 Bump requests from 2.32.2 to 2.32.3 by @dependabot in #897
- 🌱 Bump github.com/containers/image/v5 from 5.30.0 to 5.30.1 by @dependabot in #898
- ✨ remove extension-specific type checks by @ankitathomas in #842
- ✨ Use error type rather than strings by @tmshort in #878
- 🌱 Bump certifi from 2024.2.2 to 2024.6.2 by @dependabot in #904
- 🐛REMOVE extension remaining CRD by @acmenezes in #911
⚠️ Update to go 1.22 by @tmshort in #909- ✨ Update status update functions by @tmshort in #908
⚠️ Update to k8s v0.30.1 by @tmshort in #912- 🌱 Bump mkdocs-material from 9.5.25 to 9.5.26 by @dependabot in #913
- 🌱 Bump helm.sh/helm/v3 from 3.14.4 to 3.15.1 by @dependabot in #901
- 🌱 Bump github.com/operator-framework/operator-registry from 1.40.0 to 1.43.1 by @dependabot in #890
- 🌱 Bump packaging from 24.0 to 24.1 by @dependabot in #918
⚠️ Bump rukpak by @varshaprasad96 in #905- ✨ Move the e2e into the operator-controler-system ns by @tmshort in #927
- 🐛 Fix: installed bundle provider no longer requires catalog by @joelanford in #916
- ✨ Cleanups after bumping Rukpak by @varshaprasad96 in #928
- ✨ Use apimachinery sets instead of maps by @itroyano in #933
- ⚠ add TLS overlay for Catalogd v0.13.0 web server TLS by @trgeiger in #888
- 🐛 Revert "Move the e2e into the operator-controler-system ns" by @tmshort in #930
- 🌱 Bump helm.sh/helm/v3 from 3.15.1 to 3.15.2 by @dependabot in #925
- 🌱 Bump github.com/operator-framework/api from 0.25.0 to 0.26.0 by @dependabot in #931
- 🌱 Remove kind config by @m1kola in #936
- 🐛 Fix rbac generation in
Makefile
by @m1kola in #937 - 🌱 mac setup steps by @grokspawn in #938
- 🌱 stupid typo by @grokspawn in #939
- 📖 Update docs for catalogd TLS and other cleanup by @trgeiger in #940
- ✨ remove unnecessary flag, optimize catalog watch handler, stop watching non-existent unpack pods by @joelanford in #941
- 🌱 Bump mkdocs-material from 9.5.26 to 9.5.27 by @dependabot in #952
- 🌱 Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #953
- 🌱 Fix codecov-action params by @m1kola in #949
- 🌱 Remove E2E test testing rukpak by @m1kola in #946
- 🌱 Bump github.com/operator-framework/rukpak from 0.23.1 to 0.24.0 by @dependabot in #957
- 🐛 fix: reduce unnecessary caching and remove predicate from dynamic watches by @joelanford in #963
- 🐛 fix: remove unnecessary bundle cache volume by @joelanford in #964
- 🐛 fix: make installNamespace immutable by @joelanford in #966
- 🌱 Add test for fetching bundles by @m1kola in #951
- ✨ Certificate support for image registry by @tmshort in #960
- 🐛 incremental improvement in catalogmetadata cache/client performance by @joelanford in #965
- 🌱 Bump actions/add-to-project from 1.0.1 to 1.0.2 by @dependabot in #978
- 🌱 Add -count=1 to local e2e tests to avoid caching by @tmshort in #980
- 🌱 Remove comment about retries. by @tmshort in #981
- ✨ Add CRD Upgrade Safety Preflight check to the ClusterExtension controller by @rashmigottipati in #979
⚠️ RemoveHasValidBundle
condition by @m1kola in #990- ✨ Bump catalogd to v0.15.0 by @m1kola in #991
New Contributors
- @itroyano made their first contribution in #863
- @rashmigottipati made their first contribution in #979
Full Changelog: v0.10.0...v0.11.0