Releases: operator-framework/catalogd
Releases · operator-framework/catalogd
v1.1.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v1.1.0/install.sh | bash -s
Changelog
- efcba0d Upgrade golang.org/x/net (#502)
- ca3a146 Upgrade github.com/joelanford/ignore from v0.1.0 to v0.1.1 (#501)
- 355dd85 🌱 Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2 (#499)
- be1e4d6 test/e2e/metrics_endpoint_test.go: discover catalogd namespace and improve logging (#503)
- 1dbab8e Updating the ClusterCatalog example (#496)
- aa178c3 Replace kube-rbac-proxy with controller-runtime metrics authentication/authorization (#460)
- 7ae59a4 Add check in test-e2e testing to ensure there's a cluster (#474)
- afd5ffb :nit: remove log saying that http is disabled (#492)
- cab110e Disable HTTP/2 by Default for Webhooks to Mitigate CVE Risks (#484)
- 4590ca5 Update bingo's ginkgo to v2.22.0 (#486)
- 0dbef9b Add check for client in e2e (#485)
- f91558f e2e: add tests to verify metrics endpoint (#483)
- e2d3b56 gha: release: only push images for main branch (#481)
- eb824e8 🌱 Bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#480)
- 087886f 🌱 Bump the k8s-dependencies group with 6 updates (#479)
- 051a8a3 🌱 Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#477)
- e711559 🌱 add verify-crd-compatibility make target and GHA (#471)
- 2bfc219 🌱 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#475)
- 23fa7f9 🌱 Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#472)
- 9008d7b 🌱 Bump github.com/containerd/containerd from 1.7.23 to 1.7.24 (#469)
- 13c0ce0 🌱 Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#468)
- 4ed1c74 🌱 Bump the k8s-dependencies group with 6 updates (#467)
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