Skip to content

Releases: operator-framework/catalogd

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)