Skip to content

Releases: operator-framework/catalogd

v0.16.0

01 Jul 21:36
v0.16.0
c77b952
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.16.0/catalogd.yaml
kubectl wait --for=condition=Available --namespace=olmv1-system deployment/catalogd-controller-manager --timeout=60s

Changelog

  • c77b952 🌱 Bump github.com/operator-framework/operator-registry (#294)
  • 91e899f check the underlying storage for existing cluster catalog content (#290)
  • 14768d6 🌱 Bump github.com/operator-framework/operator-registry (#281)
  • d328834 🌱 Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.19.0 (#277)
  • 7615cf4 🌱 Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 (#279)
  • 3f3bfdc 🌱 Bump github.com/google/go-containerregistry (#285)
  • 06b8628 🌱 Bump github.com/prometheus/client_golang (#286)
  • 55de5fe 🌱 Bump actions/add-to-project from 1.0.1 to 1.0.2 (#291)
  • d1f1462 adding gzip content support (#293)

v0.15.0

28 Jun 08:08
c0ed3fa
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.15.0/catalogd.yaml
kubectl wait --for=condition=Available --namespace=olmv1-system deployment/catalogd-controller-manager --timeout=60s

Changelog

  • c0ed3fa Fixing the labels for better identify metrics (#292)
  • 7558b05 Use url.Scheme to determine port number (#289)
  • 6055e54 Fix codecov-action params (#287)
  • a979ad3 🌱 Bump github.com/containerd/containerd from 1.7.16 to 1.7.18 (#282)
  • 481a891 🌱 Bump k8s.io/apiextensions-apiserver from 0.30.0 to 0.30.2 (#284)

v0.14.0

11 Jun 20:07
cd15788
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.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)

v0.13.0

15 May 15:36
4f1219c
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.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)

v0.12.0

26 Mar 17:38
9bded2f
Compare
Choose a tag to compare

Installation

kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.12.0/catalogd.yaml
kubectl wait --for=condition=Available --namespace=catalogd-system deployment/catalogd-controller-manager --timeout=60s

Changelog

  • 9bded2f bump docker deps to 25.0.5 (#236)
  • 241520c Bump Go to 1.21 (#237)
  • 1c4889a Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#234)
  • 108e9ed GH Actions: add workflow to add epic issues to OLMv1 project (#233)
  • db3a655 bumping codecov-action to v4 (#232)
  • 0d305bd (bugfix): make garbage collection a runnable (#231)
  • f549f54 Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#230)

v0.11.0

12 Jan 15:36
cd2943b
Compare
Choose a tag to compare

Installation

kubectl apply -f https://github.com/operator-framework/catalogd/releases/download/v0.11.0/catalogd.yaml
kubectl wait --for=condition=Available --namespace=catalogd-system deployment/catalogd-controller-manager --timeout=60s

Changelog

  • cd2943b Bump github.com/containerd/containerd from 1.7.6 to 1.7.11 (#228)
  • 0e0ebc3 (chore): bump supported k8s version to 1.28 (#227)
  • 4d2ea6a (bugfix): add validation for pollInterval duration units (#225)
  • 5c95b4a (bugfix): bump the catalogserver write timeout to 5 minutes (#223)
  • 493c1de Bump github.com/containerd/containerd from 1.6.22 to 1.6.26 (#219)
  • 3554c03 Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 (#220)
  • f54d9b6 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#218)
  • 1b0517f 🌱 demo install from published tag (#217)
  • 10a0803 🌱 updates to enable autogenerated demo, hosted out-of-tree (#212)
  • 093cae4 🐛 Add enum validation for source type (#214)
  • 404dc58 🌱 Remove cert-manager from release note install process (#215)

v0.10.0

13 Nov 14:37
v0.10.0
a7cd270
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.10.0/catalogd.yaml

Changelog

  • a7cd270 🌱 bump to k8s 1.27.7 (#211)
  • 3dc8131 ✨ Add Ingress overlay to access Catalog contents outside of the cluster (#209)
  • ca0bc34 🌱 replace e2e Job with client-go ProxyGet() call (#210)
  • 0a0b9c2 🌱 Prefix dependabot GH actions PRs (#208)
  • a0e2dee 🐛 attempt to remove cache entry if unpack fails (#207)
  • d8e4df2 🌱 Bump github.com/docker/docker from 23.0.3+incompatible to 24.0.7+incompatible (#203)
  • d045658 🌱 Add PR template with icons & verify job (#205)

v0.9.0

27 Oct 14:44
7dcfe53
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.9.0/catalogd.yaml

Changelog

  • 7dcfe53 (feature): add skip-tls-verify option for image sources (#201)

v0.8.0

20 Oct 14:47
e078853
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.8.0/catalogd.yaml

Changelog

  • e078853 Add GoDoc for Phase (#199)
  • 0b86f72 (feature) Implement polling image source in intervals (#185)
  • 59aaeee Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible (#195)
  • bd8cfbd Bump golang.org/x/net from 0.10.0 to 0.17.0 (#197)
  • 9f91fc5 (techdebt): refactor catalog controller unit tests (#196)
  • 9f3ba06 (feature): add direct image registry client Unpacker implementation (#145)
  • 8a90d8d (cleanup) Kustomization (#183)
  • 7f903c6 add default printer columns (#174)
  • 51e5807 Update README with simplified make target ref (#178)
  • 28737da Add contribution guide (#165)
  • 06f0f9f Add RELEASING.md (#176)
  • 7272fd4 deps: bump kubernetes and operator-registry (#173)

v0.7.0

20 Sep 17:36
20d83c1
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.7.0/catalogd.yaml

Changelog

  • 20d83c1 (server) Expose content URL on CR status (#168)
  • 21ba18e (refactor): Remove deprecated CatalogMetadata and associated code (#169)