Skip to content

Releases: operator-framework/operator-controller

v1.2.0

04 Mar 16:39
c899dc1
Compare
Choose a tag to compare

Installation

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

What's Changed

Read more

v1.2.0-rc5

27 Feb 15:24
df35dcd
Compare
Choose a tag to compare

Installation

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

What's Changed

  • 🌱 Bump babel from 2.16.0 to 2.17.0 by @dependabot in #1694
  • 🌱 Bump pymdown-extensions from 10.14.2 to 10.14.3 by @dependabot in #1695
  • 🐛 EnsureEmptyDirectory should recursively set writable perms prior to delete by @joelanford in #1691
  • ✨ release leader election lease on manager cancellation by @joelanford in #1689
  • ⚠ (feat) Introduce new feature-gated metas endpoint by @anik120 in #1643
  • ✨ Add feature gate for preflight permissions by @bentito in #1666
  • 🌱 Bump beautifulsoup4 from 4.12.3 to 4.13.1 by @dependabot in #1693
  • 🌱 Bump mkdocs-material from 9.6.1 to 9.6.2 by @dependabot in #1700
  • 🌱 Bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #1699
  • 📖 : Release: Add backport policy by @camilamacedo86 in #1641
  • ⚠ (catalogd) Update query endpoint to metas endpoint by @anik120 in #1703
  • 🌱 (catalogd) add unit tests for indexing algo for query endpoint by @anik120 in #1702
  • 🌱 fix catalogd version variable paths in Makefile by @ankitathomas in #1705
  • 🌱 Bump beautifulsoup4 from 4.13.1 to 4.13.3 by @dependabot in #1708
  • 🐛 (catalogd) Don't write to header after checking for Preconditions by @anik120 in #1710
  • 🌱 (cleanup): Removing unused consts from catalogd/test/e2e/unpack_test.go by @camilamacedo86 in #1715
  • 🌱 [MONOREPO]: Moving catalogd's metrics test to operator-controller tests by @camilamacedo86 in #1714
  • 🌱 consolidate image layer handling; move fs utils by @joelanford in #1690
  • 🌱 (cleanup): Remove 'make vet' from Makefile, simplify; keep 'vet' enabled in linting by @camilamacedo86 in #1718
  • 🌱 (catalogd) add more unit tests for localdir storage.Instance by @anik120 in #1713
  • 🐛 (catalogd) serveJSON lines instead of http.serverContent for no-params by @anik120 in #1725
  • 🐛 Wrap service account error to hide k8s error by @rashmi43 in #1698
  • 🌱 (cleanup): Refactor metrics endpoint tests by extracting shared helpers by @camilamacedo86 in #1719
  • 🌱 (cleanup): remove duplication of version implementation by @camilamacedo86 in #1728
  • 🌱 Bump lxml from 5.3.0 to 5.3.1 by @dependabot in #1736
  • 🌱 (catalogd) Validate catalogd api returns jsonl format, cleanup by @azych in #1720
  • 🌱 Bump mkdocs-material from 9.6.2 to 9.6.3 by @dependabot in #1730
  • 🌱 fix demo-update script to support mac os envs by @camilamacedo86 in #1733
  • 🐛 fix catalogd binary version output. by @camilamacedo86 in #1732
  • 🌱 [Monorepo]: Move e2e tests from catalogd to operator-controller by @camilamacedo86 in #1726
  • 🌱 updated macos-specific brew installs to include coreutils for mktemp package by @grokspawn in #1738
  • 📖 (doc): Add a doc as a guidance to help users know how to consume the metrics and integrate it with other solutions by @camilamacedo86 in #1524
  • 🌱 [Monorepo]: Move the hack demo scripts to the root by @camilamacedo86 in #1739
  • 📖 Update install-extension.md by @joelanford in #1741
  • 🌱 Refactor filter package by @perdasilva in #1734
  • 🌱 Add logging to certpoolwatcher and client by @tmshort in #1684
  • 🐛 Fix: Prevent nil errors in log.Error to ensure proper logging and add custom linter to avoid this scenario in the future by @camilamacedo86 in #1599
  • 🌱 Moving pkgs to internal/operator-controller/ by @LalatenduMohanty in #1737
  • 🌱 Moving version and util to internal/shared by @LalatenduMohanty in #1743
  • 🌱 (cleanup): Centralize the utils func under the test/utils directories by @camilamacedo86 in #1742
  • 📖 Move catalogd/docs/ into docs/ by @tmshort in #1745
  • 📖 move docs/concepts/fetching-catalog-contents.md to draft by @joelanford in #1747
  • 🌱 manifest generation: ensure we always fully regenerate files by @joelanford in #1748
  • 🌱 Moving code from catalogd/internal to internal/catalogd by @LalatenduMohanty in #1746
  • 🌱 Bump mkdocs-material from 9.6.3 to 9.6.4 by @dependabot in #1754
  • 🌱 Bump golang.org/x/tools from 0.29.0 to 0.30.0 by @dependabot in #1756
  • 🌱 Decompose RegistryV1ToHelmChart function by @perdasilva in #1735
  • 🌱 Make generate-asciidemo.sh generic by @perdasilva in #1755
  • 🌱 Move catalogd controllers and webhooks to internal/catalogd by @LalatenduMohanty in #1749
  • 🌱 Monorepo pt2: fully consolidate image pull/cache implementations by @joelanford in #1731
  • 🌱 Bump helm.sh/helm/v3 from 3.17.0 to 3.17.1 by @dependabot in #1758
  • ✨ Migrate operator-controller cli handling to cobra by @o-farag in #1717
  • 🌱 Add an overlay for local development on Tilt by @trgeiger in #1773
  • ✨ Migrate Command Handling to Cobra for Simplified Flag Management by @Horiodino in #1598
  • 🐛 Initialize logging at correct time by @tmshort in #1779
  • 🌱 [Monorepo]: Cleanup: Merge catalogd-e2e tests into operator-controller e2e by @camilamacedo86 in #1757
  • 🌱 (enhance): Enhance custom linter setuplogerrorcheck description by @camilamacedo86 in #1778
  • 📖 Add dev doc on setting up live debugging by @trgeiger in #1653
  • 🌱 [Monorepo]: Combine upgrade e2e tests from catalogd into operator-controller by @camilamacedo86 in #1780
  • 🌱 upgrade sigs.k8s.io/controller-runtime v0.19.4 => v0.20.2 by @camilamacedo86 in #1786
  • 🌱 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #1784
  • 🌱 [Bingo upgrade] - Update tooling versions used by @camilamacedo86 in #1787
  • 🌱 (fix) remove the testdata COPY from catalogd/testdata/catalogs/test-catalog.Dockerfile to allow the docker build by @camilamacedo86 in #1789
  • 🐛 Run bingo get by @tmshort in #1792
  • ✨ OPRUN-3722: Consolidate configuration by @tmshort in #1790
  • 🌱 (cleanup): remove catalogd/testdata by @camilamacedo86 in #1794
  • 🌱 OPRUN-3722: Remove CRDs from old locations by @tmshort in https...
Read more

v1.2.0-rc4

31 Jan 19:38
9b08aea
Compare
Choose a tag to compare

Installation

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

What's Changed

Full Changelog: v1.2.0-rc3...v1.2.0-rc4

v1.2.0-rc3

31 Jan 14:19
e77c53c
Compare
Choose a tag to compare

Installation

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

What's Changed

New Contributors

Full Changelog: v1.2.0-rc1...v1.2.0-rc3

v1.2.0-rc2

29 Jan 19:17
b4a25a7
Compare
Choose a tag to compare

Installation

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

What's Changed

Full Changelog: v1.2.0-rc1...v1.2.0-rc2

v1.2.0-rc1

29 Jan 12:27
f055efc
Compare
Choose a tag to compare

Installation

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

What's Changed

Full Changelog: v1.1.0...v1.2.0-rc1

v1.1.0

07 Jan 22:38
v1.1.0
5b5ccab
Compare
Choose a tag to compare

Installation

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

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Nov 12:13
d0b7376
Compare
Choose a tag to compare

Installation

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

What's Changed

  • 🐛 catalog cache: retry cache population when cache contains an error by @joelanford in #1489
  • 📖 Update doc to add lease for cluster extension sample by @rashmi43 in #1488
  • 🌱 enable go-apidiff in merge queue by @joelanford in #1497
  • 🐛 combine bundle properties from csv and metadata/properties.yaml by @joelanford in #1495
  • 🌱 Add a make target and check in CI to verify CRD compatibility by @everettraven in #1449
  • 🌱 Bump catalogd from v1.0.0-rc2 to v1.0.0 by @m1kola in #1503

Full Changelog: v1.0.0-rc2...v1.0.0

v1.0.0-rc2

20 Nov 11:08
7ffb2ea
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v1.0.0-rc2/install.sh | bash -s

What's Changed

Full Changelog: v1.0.0-rc1...v1.0.0-rc2

v1.0.0-rc1

12 Nov 22:28
32498f1
Compare
Choose a tag to compare

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v1.0.0-rc1/install.sh | bash -s

What's Changed

Full Changelog: v0.18.0...v1.0.0-rc1