Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 20:06
· 115 commits to main since this release
v0.2.0
6fd0a81

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)