Skip to content

Releases: operator-framework/catalogd

v1.1.0

07 Jan 21:45
v1.1.0
efcba0d
Compare
Choose a tag to compare

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

27 Nov 09:27
adf64a0
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/catalogd/releases/download/v1.0.0/install.sh | bash -s

Changelog

  • adf64a0 Remove check-cluster dependency from test-e2e (#473)
  • f7eee6e enable go-apidiff in merge queue (#470)

v1.0.0-rc2

20 Nov 10:24
662e227
Compare
Choose a tag to compare

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

12 Nov 14:31
2f96c57
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/catalogd/releases/download/v1.0.0-rc1/install.sh | bash -s

Changelog

v0.36.0

07 Nov 10:47
20acf03
Compare
Choose a tag to compare

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

18 Oct 20:40
v0.35.0
67d3a34
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.35.0/install.sh | bash -s

Changelog

  • 67d3a34 use spec's ref instead of canonical ref when copying catalog image (#438)

v0.34.0

18 Oct 18:58
d70f01f
Compare
Choose a tag to compare

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

  • d70f01f ⚠️ change catalog-specific URL from full path to API endpoint ref (#429)

v0.33.0

17 Oct 13:13
v0.33.0
d320249
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.33.0/install.sh | bash -s

Changelog

  • d320249 ✨ Adding Availability enum to catalog spec (#421)
  • 1df66b0 Address goreleaser deprecated flags (#435)
  • 87d1c39 🌱 Bump github.com/containerd/containerd from 1.7.22 to 1.7.23 (#434)
  • 4a4c362 🌱 Bump github.com/prometheus/client_golang (#433)

v0.32.0

14 Oct 12:38
437a464
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.32.0/install.sh | bash -s

Changelog

  • 437a464 Fix pulling signed images (#431)
  • e81651e 🌱 Bump github.com/klauspost/compress from 1.17.10 to 1.17.11 (#430)
  • 68d58ee Align catalog service name in documentation (#428)

v0.31.0

08 Oct 20:21
v0.31.0
b1b145a
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.31.0/install.sh | bash -s

Changelog

  • b1b145a ✨ Add PullSecret controller to save pull secret data locally (#425)
  • dee3337 clustercatalog_controller: hacky, but more correct status updating in reconciler (#424)
  • 8137da0 ✨ update GoDoc comments to be accurate with latest api changes (#423)