Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 15:36
· 5 commits to main since this release
4f1219c

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

Changelog

  • 4f1219c rename Catalog to ClusterCatalog (#268)
  • b68cda4 Makefile: fix issues with repeated evaluations (#267)
  • cf384e4 ⚠️ Serve catalog over HTTPS (#263)
  • 250e348 bump controller-gen to v0.14.0 (#262)
  • 29870e8 OCPBUGS-28230: enforce termination message policy on all platform pods (#260)
  • 2a9da85 🌱 Bump kubernetes-sigs/kubebuilder-release-tools (#248)
  • 6fe4d9f 🌱 Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#254)
  • 94b0412 🌱 Bump actions/setup-go from 4 to 5 (#250)
  • 1bcc986 🌱 Bump actions/add-to-project from 0.5.0 to 1.0.1 (#249)
  • 6ad9774 🌱 Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#253)
  • 8d93e95 🌱 Bump actions/checkout from 3 to 4 (#247)
  • 0ea8bcb 🌱 Bump docker/login-action from 2 to 3 (#246)
  • 7deeace Bump golang.org/x/net from 0.19.0 to 0.23.0 (#244)
  • 7b28113 make golangci-lint config consistent across repos (#255)
  • cc1abf4 remove terminating space in dependabot config file (#245)
  • 0d07c30 bump kind to 0.22.0 (#238)