Skip to content

Releases: operator-framework/catalogd

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)

v0.30.0

02 Oct 21:31
v0.30.0
29d21c7
Compare
Choose a tag to compare

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 to Blocked (#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)