This repository has been archived by the owner on Mar 3, 2025. It is now read-only.
Releases: operator-framework/catalogd
Releases · operator-framework/catalogd
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)
v0.29.0
v0.28.0
What's Changed
- ✨ unpacker: switch from google/go-containerregistry to containers/image by @joelanford in #399
- 🌱 Align ClusterCatalog API godoc with OpenShift API conventions by @perdasilva in #390
- 🌱 Add CI to check if golang version updated by @tmshort in #401
- 🌱 Combine the catalogd services by @tmshort in #402
- 📖 Update documentation and default to new service name. by @tmshort in #406
- 🌱 make post-upgrade-e2e checks wait for ClusterCatalog to be reconciled by @joelanford in #407
- 🐛 unpack cache cleanup should ignore missing files by @joelanford in #404
- ✨ use controller-runtime Terminal error instead of custom Unrecoverable error by @joelanford in #405
- 🐛 Refer to the correct location for go-verdiff by @tmshort in #408
- 🌱 Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 by @dependabot in #403
Full Changelog: v0.27.0...v0.28.0
v0.27.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.27.0/install.sh | bash -s
Changelog
- dbdce9b Fix unnecessary lastUnpacked status updates (#397)
- d82e466 🌱 Bump the k8s-dependencies group with 6 updates (#398)
- 8e71e93 Avoid a network call for digest based images (#396)
- 1e962d2 Remove TLSVerify/PullSecret fields (#369)
- 2e6d207 Add .idea to .gitignore (#393)
- 8fe2826 Fixes name of httputil test file (#395)
- dfe121e Fix FS cache for image refs with tags (#394)
- f1b46a3 ✨ Ensure docker registry CA is trusted in e2e tests (#377)
- aff9901 🌱 Bump github.com/containerd/containerd from 1.7.21 to 1.7.22 (#391)
- 4323184 📖 [Docs] Document tilt-support install (#388)
- b40d81a 🌱 Bump github.com/operator-framework/operator-registry (#387)
v0.26.0
v0.25.0
v0.24.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.24.0/install.sh | bash -s
Changelog
- 7603eaa Add label creation checking in the e2e (#374)
- aa4c239 🌱 Bump github.com/prometheus/client_golang (#375)
- 542a8c5 Move cert-manager.io patch into tls component (#372)
- 074ec55 🌱 Add webhook to add a name label to ClusterCatalogs (#356)
- db28a52 Remove status.phase field from the code and doc references (#368)
v0.23.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.23.0/install.sh | bash -s
Changelog
v0.22.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.22.0/install.sh | bash -s
Changelog
- 2fc8018 🌱 Bump bingo + tools (#358)
- 4a707c2 add v1.0 and v1.x issues to OLMv1 project automatically (#354)
- 3823d05 Catalog Priority (#353)
- 5df1176 🌱 Bump github.com/containerd/containerd from 1.7.20 to 1.7.21 (#352)
- 8619372 🌱 Bump github.com/prometheus/client_golang (#351)
- 7a7d366 🌱 Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 (#350)
v0.21.0
Installation
curl -L -s https://github.com/operator-framework/catalogd/releases/download/v0.21.0/install.sh | bash -s
Changelog
- 3b4c5f6 ✨ Capture catalog content timestamp in ClusterCatalogStatus (#334)
- 1213f56 🌱 Bump github.com/operator-framework/operator-registry from 1.45.0 to 1.46.0 (#345)
- ef34820 Removing the catalogd from app.kubernetes.io/name (#347)
- 733f8ee 🌱 change GVK to use olm.operatorframework.io (#342)
- 325528d 🌱 Bump the k8s-dependencies group with 6 updates (#343)
- 10ea0c1 🌱 Bump github.com/prometheus/client_golang (#344)
- 7c28143 🌱 Bump github.com/google/go-containerregistry (#337)
- a67499c 🌱 Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#338)
- 2046b23 ✨ initial api audit type alignment (#330)
- 379f426 default-catalogs.yaml: add 10m poll (#335)
- 07696c4 🌱 Bump github.com/onsi/gomega from 1.34.0 to 1.34.1 (#333)
- 17b758c 🌱 Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 (#331)
- 9fcf32b 🌱 Bump github.com/onsi/gomega from 1.33.1 to 1.34.0 (#332)
- ae96fcf capturing gzip catalog demo as asciicast (#323)
- 629f7e9 Edit Makefile targets to use install.sh (#329)