Skip to content

Releases: operator-framework/operator-controller

v0.16.0

04 Oct 19:58
v0.16.0
e57525e
Compare
Choose a tag to compare

Installation

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

What's Changed

Read more

v0.15.0

04 Sep 21:33
557e28f
Compare
Choose a tag to compare

Installation

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

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

29 Aug 18:22
fc888e5
Compare
Choose a tag to compare

Installation

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

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

16 Aug 14:31
83d24c5
Compare
Choose a tag to compare

Installation

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

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

10 Jul 16:50
db5a75c
Compare
Choose a tag to compare

Installation

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

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

28 Jun 16:12
00eb488
Compare
Choose a tag to compare

Installation

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

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

14 May 09:59
e9acbd3
Compare
Choose a tag to compare

Installation

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

What's Changed

Read more

v0.9.0

19 Dec 16:02
9316012
Compare
Choose a tag to compare

Installation

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

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

28 Nov 16:41
1f84177
Compare
Choose a tag to compare

Installation

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

What's Changed

  • Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 by @dependabot in #479
  • Update E2E test data to fix operator-developer-e2e by @m1kola in #488
  • Bump google.golang.org/grpc from 1.51.0 to 1.56.3 by @dependabot in #489
  • Bump github.com/onsi/gomega from 1.28.1 to 1.29.0 by @dependabot in #490
  • Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 by @dependabot in #491
  • Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible by @dependabot in #493
  • Remove offline resolution CLI variable source by @m1kola in #495
  • refactor operator-framework-e2e by @everettraven in #503
  • Part 1: Reduce number of variable sources. Bundle uniqueness by @m1kola in #497
  • Bump RukPak Dependency by @awgreene in #506
  • Move data fetching to a single place by @m1kola in #508
  • Part 2: Reduce number of variable sources. Bundle variables. by @m1kola in #498
  • (vendor) k8s + catalogd bump by @anik120 in #475
  • Bump github.com/operator-framework/operator-registry from 1.28.0 to 1.30.1 by @dependabot in #487
  • Bump google.golang.org/grpc from 1.54.0 to 1.56.3 by @dependabot in #511
  • 🐛 use correct context for catalog watch handler by @joelanford in #516
  • 🌱 PRs: use icons in descriptions by @ncdc in #517
  • 🌱 Bump kubernetes-sigs/kubebuilder-release-tools from 0.4.0 to 0.4.2 by @dependabot in #518
  • 🌱 Bump github.com/operator-framework/operator-registry from 1.30.1 to 1.31.0 by @dependabot in #515
  • 🌱 Prefix dependabot GH actions PRs by @ncdc in #519
  • 🌱 Improve error message about missing bundles by @m1kola in #509
  • 🌱 Part 3: Reduce number of variable sources. Installed packages by @m1kola in #499
  • ✨ Respect upgrade constraint policy set on Operator by @m1kola in #520
  • 🌱 Improve installed package error when bundle can not be found by @m1kola in #514
  • 🌱 Remove unused test data by @m1kola in #484
  • 🌱 Add UID to fake Operator objects in tests by @m1kola in #523
  • 🐛 update catalog status field being used for stale cache identification by @everettraven in #529
  • 🌱 Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #531
  • 🐛 Prevent updates from one package to another by @m1kola in #532
  • 🐛 Remove dependency between tests and prevent cascading failures by @m1kola in #534
  • 🌱 Part 4: Reduce number of variable sources. Required packages by @m1kola in #500
  • 🐛 Resolve Deppy error check todo by @m1kola in #535
  • 🌱 Update installed package unit tests by @m1kola in #524
  • 🌱 Part 5: Reduce number of variable sources. Final cleanup by @m1kola in #501
  • 🌱 Bump github.com/operator-framework/catalogd from 0.9.0 to 0.10.0 by @dependabot in #539
  • 🐛 Wait for catalog deletion before recreation by @m1kola in #537
  • 🌱 Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 by @dependabot in #540
  • 🌱 Remove ginkgo from internal/controller/validators by @tmshort in #542
  • 🌱 Upgrade Deppy by @m1kola in #546
  • 🌱 Remove prettyUnsatMessage workaround by @m1kola in #547
  • 🌱 Remove ginkgo from internal/controller unit tests by @tmshort in #541
  • 🌱 Bump github.com/operator-framework/operator-registry from 1.31.0 to 1.32.0 by @dependabot in #548
  • 🌱 Remove ginkgo from e2e tests by @tmshort in #545
  • 📖 Docs for version range support by @michaelryanpeter in #544

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

23 Oct 20:56
e9733c5
Compare
Choose a tag to compare

Installation

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

What's Changed

  • Add upgradeConstraintPolicy field to Operator spec by @m1kola in #439
  • Make codecov wait for both jobs to upload coverage by @m1kola in #441
  • Add ForceSemverUpgradeConstraints feature gate by @m1kola in #438
  • Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 by @dependabot in #445
  • Refactor legacy upgrade constraint semantics by @m1kola in #450
  • Bump rukpak to 0.14.0 by @kevinrizza in #448
  • Reduce variable count by @m1kola in #453
  • Rename variable to avoid shadowing by @m1kola in #455
  • Bump golang.org/x/net to v0.17.0 by @awgreene in #457
  • Add k8s.io/apimachinery/pkg/util/sets by @m1kola in #462
  • Bump urllib3 from 2.0.6 to 2.0.7 in /docs by @dependabot in #465
  • Fix and re-format test data by @m1kola in #467
  • Remove randomness in package uniqueness ordering by @m1kola in #461
  • Update not found error message wording by @m1kola in #463
  • Add initial SemVer upgrade support by @m1kola in #444
  • Add extra tests for zero major version by @m1kola in #472
  • Refactor controllers test setup & teardown for reusability between Ginkgo and standard Go tests by @m1kola in #473
  • Operator update tests with semver and legacy upgrade constraints by @m1kola in #469
  • Fix filtering of successors bundles by @m1kola in #480

New Contributors

Full Changelog: v0.6.0...v0.7.0