Skip to content

Releases: operator-framework/operator-controller

v1.4.0

15 Aug 04:43
0e0e706
Compare
Choose a tag to compare

Installation

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

What's Changed

  • ✨ Update releaser to use env variables by @tmshort in #1974
  • 🌱 (ci) - Add stale config to close PRs and issues which are inactivity by @camilamacedo86 in #1989
  • 🐛 Fix webhook service rotation to renew within 24h of expiry by @perdasilva in #1997
  • 🌱 Bundle renderer refactor webhook service related function and attribute naming by @perdasilva in #1999
  • 📖 [doc] Initial draft doc preflight perms by @bentito in #1950
  • 🌱 Bump github.com/go-logr/logr from 1.4.2 to 1.4.3 by @dependabot[bot] in #2001
  • 🌱 Add feature-gate kustomize files, docs, and demo for webhook support feature by @perdasilva in #1996
  • 🐛 Fix webhook cert duplicate volume mount path bug by @perdasilva in #2002
  • 🌱 Bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot[bot] in #2011
  • 🌱 Bump golang.org/x/mod from 0.24.0 to 0.25.0 by @dependabot[bot] in #2012
  • ✨ set readOnlyRootFilesystem: true for workloads by @joelanford in #2018
  • 🌱 Bump golang.org/x/tools from 0.33.0 to 0.34.0 by @dependabot[bot] in #2017
  • 🌱 Bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #2019
  • 🌱 Bump github.com/cert-manager/cert-manager from 1.17.1 to 1.18.0 by @dependabot[bot] in #2021
  • 🐛 short-circuit reconcile when objects are deleted by @joelanford in #2022
  • ✨ (pre-flight check) Improve error message by @anik120 in #2006
  • 📖 Metrics Docs Maintenance by @dtfranz in #2024
  • 🌱 Add manifests directory by @tmshort in #2025
  • 🌱 Add catalogd to code coverage by @tmshort in #2026
  • ✨ Support serviceaccount pull secrets by @tmshort in #2005
  • 🐛 fix(crd-upgrade-safety): Safely handle changes to description fields by @anik120 in #2023
  • ✨OPRUN-3873: Add e2e tests for NetworkPolicies by @anik120 in #2013
  • 🌱 Bump markdown from 3.8 to 3.8.2 by @dependabot[bot] in #2033
  • 🐛 (e2e) fix namespaces network-policy test searches in by @anik120 in #2034
  • 🌱 Bump pygments from 2.19.1 to 2.19.2 by @dependabot[bot] in #2035
  • 🌱 Bump certifi from 2025.4.26 to 2025.6.15 by @dependabot[bot] in #2028
  • 🌱 Bump github.com/cert-manager/cert-manager from 1.18.0 to 1.18.1 by @dependabot[bot] in #2030
  • 🌱 Bump urllib3 from 2.4.0 to 2.5.0 by @dependabot[bot] in #2031
  • 🐛 (e2e) fix default-deny-all in list of allowed policies for test by @anik120 in #2039
  • 🌱 Bump pymdown-extensions from 10.15 to 10.16 by @dependabot[bot] in #2036
  • 🌱 Add prometheus to e2e workflow by @dtfranz in #1928
  • 🌱 Update target and GitHub Action to run and upload all demos daily by @camilamacedo86 in #2020
  • ⚠️ OPRUN-3954: Update CRD generator to support experimental CRDs by @tmshort in #1980
  • 🐛 Add prometheus network policy to network policy e2e by @tmshort in #2043
  • ✨ upgrade controller-runtime and k8s dependencies to support k8s 1.33 by @camilamacedo86 in #2038
  • 🌱 Bump github.com/operator-framework/api from 0.31.0 to 0.32.0 by @dependabot[bot] in #2042
  • 🌱 Bump github.com/google/go-containerregistry from 0.20.3 to 0.20.6 by @dependabot[bot] in #2027
  • 🌱 Bump helm.sh/helm/v3 from 3.17.3 to 3.18.3 by @dependabot[bot] in #2029
  • 🐛 Update kindest/node image to v1.33.1 via kind v0.29.0 by @tmshort in #2047
  • 🐛 Fix Prometheus Using Endpoints by @dtfranz in #2049
  • 🌱 Upgrade bingo deps by @camilamacedo86 in #2037
  • ✨ Upgrade cert-manager used from v1.17.1 to v1.18.1 by @camilamacedo86 in #2040
  • 🌱 Upgrade sigs.k8s.io/controller-tools from v0.17.1 to v0.18.0 by @camilamacedo86 in #2044
  • ✨ separate kind node version check and use it in PR validation CI by @grokspawn in #2052
  • 🌱 Bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 in the k8s-dependencies group across 1 directory by @dependabot[bot] in #2050
  • 🌱 Remove unused config/webhook by @tmshort in #2055
  • ✨ Add standard-e2e manifest by @tmshort in #2056
  • 🌱 Move feature overlays to components by @tmshort in #2059
  • 🌱 Move the e2e components into a subdirectory by @tmshort in #2057
  • 🌱 Rename tls component to cert-manager and consolidate by @tmshort in #2060
  • 🌱 Upgrade golang-ci from v1 to latest v2 and fix lint issues by @camilamacedo86 in #2045
  • 🌱 Add kustomization files for each CRD by @tmshort in #2061
  • 🌱 Bump lxml from 5.4.0 to 6.0.0 by @dependabot[bot] in #2062
  • 🌱 OPRUN-3955: Add experimental manifest by @tmshort in #2063
  • 🌱 OPRUN-3956: Add experimental e2e tests by @tmshort in #2064
  • 🌱 Update config readme by @tmshort in #2065
  • 🌱 Bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 by @dependabot[bot] in #2066
  • 🌱 Bump mkdocs-material from 9.6.14 to 9.6.15 by @dependabot[bot] in #2067
  • 🌱 Add more feature gate configuration to experimental by @tmshort in #2068
  • ✨ (deps): import kubernetes-sigs/crdify for performing CRD upgrade safety checks by @everettraven in #2054
  • 🌱 Bump github.com/cert-manager/cert-manager from 1.18.1 to 1.18.2 by @dependabot[bot] in #2069
  • 🌱 Update additional cert-manager locations to v1.18.2 by @tmshort in #2071
  • ✨ Add feature-set annotation to all manifest resources by @tmshort in #2073
  • 🌱 Use metadata to determine namespace in args by @tmshort in #2072
  • 🌱 crd-generator annotation text: generated -> generator by @joelanford in #2074
  • 🌱 Bump github.com/operator-framework/operator-registry from 1.55.0 to 1.56.0 by @dependabot[bot] in #2075
  • 🌱 Update locations of ./config/ within code and docs by @tmshort in #2077
  • 🐛 Add experimental CRDs into Tilt config by @tmshort in https://github.com...
Read more

v1.3.0

22 May 16:49
9207849
Compare
Choose a tag to compare

Installation

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

What's Changed

Read more

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

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