Releases: operator-framework/catalogd
Releases · operator-framework/catalogd
v0.10.0
Installation
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.10.0/catalogd.yaml
Changelog
- a7cd270 🌱 bump to k8s 1.27.7 (#211)
- 3dc8131 ✨ Add Ingress overlay to access
Catalog
contents outside of the cluster (#209) - ca0bc34 🌱 replace e2e Job with client-go ProxyGet() call (#210)
- 0a0b9c2 🌱 Prefix dependabot GH actions PRs (#208)
- a0e2dee 🐛 attempt to remove cache entry if unpack fails (#207)
- d8e4df2 🌱 Bump github.com/docker/docker from 23.0.3+incompatible to 24.0.7+incompatible (#203)
- d045658 🌱 Add PR template with icons & verify job (#205)
v0.9.0
Installation
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.9.0/catalogd.yaml
Changelog
v0.8.0
Installation
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.8.0/catalogd.yaml
Changelog
- e078853 Add GoDoc for Phase (#199)
- 0b86f72 (feature) Implement polling image source in intervals (#185)
- 59aaeee Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible (#195)
- bd8cfbd Bump golang.org/x/net from 0.10.0 to 0.17.0 (#197)
- 9f91fc5 (techdebt): refactor catalog controller unit tests (#196)
- 9f3ba06 (feature): add direct image registry client
Unpacker
implementation (#145) - 8a90d8d (cleanup) Kustomization (#183)
- 7f903c6 add default printer columns (#174)
- 51e5807 Update README with simplified make target ref (#178)
- 28737da Add contribution guide (#165)
- 06f0f9f Add RELEASING.md (#176)
- 7272fd4 deps: bump kubernetes and operator-registry (#173)
v0.7.0
Installation
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.7.0/catalogd.yaml
Changelog
v0.6.0
What's Changed
- Remove Package and BundleMetadata APIs by @joelanford in #149
- add go-apidiff action by @joelanford in #151
- Store FBC in local directory by @anik120 in #144
- update demo based on API changes by @grokspawn in #154
- Serve locally stored fbc content via an http server by @anik120 in #148
- Add metrics to the catalog server by @everettraven in #156
- (docs): Add docs on fetching contents via HTTP server by @everettraven in #166
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- (bugfix): add label selector to sync list queries by @everettraven in #112
- (docs) Fix link and misspelling by @JustinKuli in #122
- Add initial Tilt support by @ncdc in #124
- Makes codecov-action optional by @m1kola in #126
- Enable dependabot by @ncdc in #125
- Enable merge queue by @ncdc in #131
- Switch to using tilt-support repo by @ncdc in #130
- Add DCO information by @ncdc in #133
- Add CI for tilt by @ncdc in #134
- Enable CatalogMetadataAPI via explicit flag, fix syncing issues by @joelanford in #138
- Setup CODEOWNERS by @ncdc in #140
- Deprecate the
CatalogMetadataAPI
feature gate by @rashmigottipati in #141
New Contributors
- @JustinKuli made their first contribution in #122
Full Changelog: v0.4.0...v0.5.0
v0.4.1
Installation
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.4.1/catalogd.yaml
Changelog
v0.4.0
Installation
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.4.0/catalogd.yaml
Changelog
- 3b1780e Remove Resource Limits (#111)
- 680aefa detect in-cluster namespace by default, --system-namespace takes precedence if set (#110)
- 1a8bdac add PSA labels to namespace for baseline enforcement (#109)
- c691c3e e2e: support env var for catalog image (#108)
- b996f69 Adds codecov integration (#104)
- 52e8822 Updates GH Actions to avoid using deprecated node (#103)
- 225275d bump controller-gen to v0.12.0 (#105)
- d5ce2b1 #81 Updated README (#93)
- fb12499 Update enhancement hackmd link (#102)
- b46bc46 bump to go 1.20 (#101)
- 2365db6 Implement CatalogMetadata API to expose FBC content (#91)
- 748a2a4 (ci): add linting + fix existing errors (#99)
- 83da08b Adds error checking for feature gates (#98)
- 9fe45a6 Add feature gates infrastructure (#90)
v0.3.0
Installation
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.3.0/catalogd.yaml
Changelog
v0.2.0
Installation
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl wait --for=condition=Available --namespace=cert-manager deployment/cert-manager-webhook --timeout=60s
kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.2.0/catalogd.yaml
Changelog
- 6fd0a81 (bugfix): in Makefile set
BUILDDEPS = $(GORELEASER)
(#79) - abc5a78 fix syncing; distinguish by catalog; fix property value
- d1b23bf Make sure setup-envtest works in CI (#77)
- 6a65e81 Switch tools management to bingo
- 7e57480 Update Makefile and goreleaser config for more generic/consistent builds (#71)
- 18b182f (feat): (testing): Add extensible unpacking interface + controller tests (#65)
- 70ef727 Rename CatalogSource to Catalog (#60)
- 8427196 API cleanup (#58)
- bbe5ea0 update .goreleaser.yaml to properly build multi-arch images (#56)
- 8ec4467 respect cluster image pull configurations (#54)
- 69a53ad fix the quickstart target's version replacement (#51)
- bf9dfb7 add apache 2.0 license (#49)
- 9329ecc (fix): export the CERT_MGR_VERSION env var for releasing (#47)