Releases: operator-framework/catalogd
Releases · operator-framework/catalogd
v1.0.0
v1.0.0-rc2
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v1.0.0-rc2/install.sh | bash -s
Changelog
- 662e227 Fix check-cluster logic (#466)
- 4dd7d59 feat: add support for Podman as a container runtime (#464)
- 55689e8 fix: update kind-load target to ensure that works aligned with controller-operator (#462)
- e3c877c doc: add steps to build and deploy locally to contributing guide (#463)
- dd64145 🌱 Bump codecov/codecov-action from 4 to 5 (#459)
- ca44dd9 bump ginkgo bingo dependency to 2.21.0 (#456)
- f279c4c Update go version checker (#458)
- b30eb4a 🐛 Check cluster is running for non-standalone Make targets (#437)
- 4d6327f this fixes two issues made manifest in testing the upgrade-e2e case subsequent to cutting the new RC. (#457)
v1.0.0-rc1
v0.36.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.36.0/install.sh | bash -s
Changelog
- 20acf03 API updates based on external review (#443)
- 9cf2e70 🌱 Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#449)
- f98c98e 🌱 Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 (#450)
- a049e01 add a demo-update generation workflow step to let us know when we have broken demo generation (#444)
- 3423804 🌱 Bump github.com/operator-framework/operator-registry (#446)
- 0292d8d 🌱 Bump the k8s-dependencies group with 6 updates (#445)
- 37f8129 demo was not updated to work with the cert-manager changes made earlier. (#439)
- 480cfeb use Go version from go.mod (#442)
- d8dc9e7 adding additional waits to prevent e2e cert-manager failures (#441)
- 341672a fix a missed e2e testdata path update (#440)
v0.35.0
v0.34.0
Breaking Changes
#429 represents a breaking change for clients and will break clients who rely on status.contenturl
to pull catalog content. Clients should construct and exercise the explicit api/v1/all
API endpoint, noting the updated steps in the README.md.
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.34.0/install.sh | bash -s
Changelog
v0.33.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.33.0/install.sh | bash -s
Changelog
v0.32.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.32.0/install.sh | bash -s
Changelog
v0.31.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.31.0/install.sh | bash -s
Changelog
v0.30.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.30.0/install.sh | bash -s
Changelog
- 29d21c7
⚠️ types tightening (#384) - db8617f main.go: switch to klog-based logger (#419)
- 433a127 main.go: clarify auth file access error message (#418)
- a0037dd main.go: improve logging for configuration of global auth (#417)
- a34f172 ✨ Use default creds if present for pulling catalog images (#416)
- e57db1f ⚠ Update the Progressing Status condition
Terminal
reason toBlocked
(#414) - 9261b16 🌱 Bump github.com/klauspost/compress from 1.17.9 to 1.17.10 (#413)
- ae6d3ef Fix wait in pre-upgrade-setup test (#415)