Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 16:03
· 111 commits to main since this release
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

  • 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