Skip to content

Releases: operator-framework/catalogd

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)

v0.6.0

13 Sep 15:31
f9c6bcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

15 Aug 20:57
a8f7196
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.1

18 Jul 19:27
v0.4.1
969f178
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.4.1/catalogd.yaml

Changelog

  • 969f178 [release-v0.4] (bugfix): add label selector to sync list queries (#123)