Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 20:07
· 16 commits to main since this release
cd15788

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.14.0/catalogd.yaml
kubectl wait --for=condition=Available --namespace=olmv1-system deployment/catalogd-controller-manager --timeout=60s

Changelog

  • cd15788 Change default namespace to olmv1-system (#283)
  • fae2442 Fix XDG_DATA_HOME build issue (#264)
  • 364f0a4 🌱 Bump k8s.io/apiserver from 0.28.5 to 0.30.1 (#274)
  • ed7c6c0 🌱 Bump k8s.io/component-base from 0.28.5 to 0.30.1 (#275)
  • c9ef9c9 🌱 Bump k8s.io/client-go from 0.30.0 to 0.30.1 (#276)
  • fa4a29b ✨ Bump k8s deps to 0.30.0 and go 1.22 (#269)