Skip to content

Releases: operator-framework/operator-controller

v0.6.0

03 Oct 15:56
6808a50
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.6.0/install.sh | bash -s

What's Changed

  • Bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in #416
  • Renames NewClient to New to avoid duplication when imported by @m1kola in #422
  • Fixes semver range parsing for required packages by @m1kola in #423
  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 by @dependabot in #425
  • Remove Entities and EntitySources by @dtfranz in #413
  • Fixes reading properties with the same type by @m1kola in #427
  • fix: do not include channel name or priority in bundle sorting during resolution by @joelanford in #420
  • Use catalogd HTTP Server instead of CatalogMetadata API by @everettraven in #411
  • Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #431
  • Bump urllib3 from 2.0.4 to 2.0.6 in /docs by @dependabot in #432

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

v0.5.0

14 Sep 19:25
3a8f2a0
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.5.0/install.sh | bash -s

What's Changed

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

v0.4.0

22 Aug 14:56
fd7cfb5
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.4.0/install.sh | bash -s

What's Changed

  • Publish /docs to github pages by @anik120 in #265
  • Adds E2E coverage reporting by @m1kola in #284
  • Fixes kind cluster cleanup in e2e make target by @m1kola in #298
  • Add initial Tilt support by @ncdc in #297
  • Makes codecov-action optional by @m1kola in #304
  • Enable merge_group events by @ncdc in #305
  • Bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible by @dependabot in #301
  • Tidies up Makefile: fixes default target, remove unused ones and makes phony targets to by be truly phony by @m1kola in #299
  • Bump github.com/containerd/containerd from 1.6.15 to 1.6.18 by @dependabot in #302
  • Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #303
  • Enable dependabot by @ncdc in #300
  • Switch to using tilt-support repo by @ncdc in #307
  • Implement upgrade edges support by @jmprusi in #275
  • Add DCO information by @ncdc in #314
  • Add CI for tilt by @ncdc in #319
  • Bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot in #318
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by @dependabot in #317
  • Bump github.com/onsi/gomega from 1.27.7 to 1.27.10 by @dependabot in #315
  • Fixes replace based upgrades by @m1kola in #326
  • Cross-component E2E for operator framework by @jubittajohn in #286
  • Bump github.com/operator-framework/catalogd from 0.4.1 to 0.5.0 by @dependabot in #339
  • Bump github.com/operator-framework/operator-registry from 1.27.1 to 1.28.0 by @dependabot in #316

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Jul 15:14
18a6be4
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.3.0/install.sh | bash -s

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Jun 19:30
b982ad0
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.2.0/install.sh | bash -s

What's Changed

  • Update RELEASE.md to point to correct url by @awgreene in #212
  • Fail early on e2e setup failure by @jmprusi in #214
  • Adds new Status condition "Resolved" and related status field "resolvedBundleResource" to Operator CR by @jmprusi in #213
  • Makefile: don't globally export GOOS=linux by @joelanford in #221
  • Remove TypeReady Condition by @tmshort in #217
  • Operator CR Installed status condition by @jmprusi in #218
  • Clean-up of operator conditions with helper funcs by @jmprusi in #228
  • Fix README.md by @tmshort in #225
  • Removes util package by @m1kola in #223
  • Moves ./controllers into ./internal and ./main.go into ./cmd by @m1kola in #222
  • Define default logs container for operator-controller pod by @joelanford in #240
  • bump catalogd to v0.2.0 by @joelanford in #241

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 May 17:49
2e8ae6d
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.1.0/install.sh | bash -s

What's Changed

  • Tools Bin by @dtfranz in #181
  • (entitySource) Use catalogd provided content for sourcing entities by @anik120 in #182
  • Make requirements headers in olmv1_roadmap.md by @joelanford in #208
  • Moves github PR template into the right location by @m1kola in #211

New Contributors

Full Changelog: v0.0.2...v0.1.0

v0.0.2

27 Apr 20:46
cece9b2
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v0.0.2/install.sh | bash -s

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

29 Mar 21:08
2973a14
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.24.0/install.sh | bash -s v0.24.0
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.9.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/rukpak/releases/latest/download/rukpak.yaml
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/core --timeout=60s
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/helm-provisioner --timeout=60s
kubectl wait --for=condition=Available --namespace=rukpak-system deployment/rukpak-webhooks --timeout=60s
kubectl apply -f https://github.com/operator-framework/operator-controller/releases/download/v0.0.1/operator-controller.yaml
kubectl wait --for=condition=Available --namespace=operator-controller-system deployment/operator-controller-controller-manager --timeout=60s

What's Changed

New Contributors

Full Changelog: https://github.com/operator-framework/operator-controller/commits/v0.0.1