Skip to content

Releases: operator-framework/catalogd

v0.10.0

13 Nov 14:37
v0.10.0
a7cd270
Compare
Choose a tag to compare

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

27 Oct 14:44
7dcfe53
Compare
Choose a tag to compare

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

  • 7dcfe53 (feature): add skip-tls-verify option for image sources (#201)

v0.8.0

20 Oct 14:47
e078853
Compare
Choose a tag to compare

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

20 Sep 17:36
20d83c1
Compare
Choose a tag to compare

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

  • 20d83c1 (server) Expose content URL on CR status (#168)
  • 21ba18e (refactor): Remove deprecated CatalogMetadata and associated code (#169)

v0.6.0

13 Sep 15:31
f9c6bcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

15 Aug 20:57
a8f7196
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.1

18 Jul 19:27
v0.4.1
969f178
Compare
Choose a tag to compare

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

  • 969f178 [release-v0.4] (bugfix): add label selector to sync list queries (#123)

v0.4.0

18 Jul 19:05
v0.4.0
3b1780e
Compare
Choose a tag to compare

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

v0.3.0

08 Jun 16:03
v0.3.0
Compare
Choose a tag to compare

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

  • b21919d bundlemetadata: make related images and properties optional
  • 85acf7b (testing): Add happy path e2e (#87)
  • aef2057 Makefile: build targets use go build directly
  • 5555a7b move apis from v1beta1 to v1alpha1; move apis tree to repo root

v0.2.0

26 May 20:06
v0.2.0
6fd0a81
Compare
Choose a tag to compare

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)