Skip to content

Releases: operator-framework/catalogd

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)

v0.1.3

28 Apr 14:37
v0.1.3
84a5daf
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.1.3/catalogd.yaml

Changelog

  • 84a5daf [release-v0.1] update .goreleaser.yaml to properly build multi-arch images (#57)

v0.1.2

21 Apr 17:51
v0.1.2
df299ed
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.1.2/catalogd.yaml

Changelog

  • df299ed [release-v0.1] fix the quickstart target's version replacement (#53)

v0.1.1

21 Apr 15:54
v0.1.1
a58b9f2
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.1.1/catalogd.yaml

Changelog

  • a58b9f2 [release-v0.1] add apache 2.0 license (#50)
  • 5dcb05d [release-v0.1] (fix): export the CERT_MGR_VERSION env var for releasing (#48)