Skip to content

Releases: operator-framework/operator-lib

v0.14.0

16 May 20:30
v0.14.0
bf5fa88
Compare
Choose a tag to compare

What's Changed

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

v0.13.0

03 May 18:06
v0.13.0
b394e34
Compare
Choose a tag to compare

What's Changed

  • Updates for golangci-lint by @ncdc in #125
  • Enable ginkgolinter and fix findings by @nunnatsa in #126
  • Add dependabot config by @ncdc in #128
  • 🌱 Bump actions/setup-go from 4 to 5 by @dependabot in #129
  • 🌱 Bump github.com/operator-framework/api from 0.20.1-0.20240109180431-9ffba44ad7ed to 0.21.0 by @dependabot in #133
  • 🌱 Bump actions/checkout from 3 to 4 by @dependabot in #130
  • 🌱 Bump github.com/prometheus/client_model from 0.4.0 to 0.5.0 by @dependabot in #138
  • 🌱 Bump github.com/onsi/gomega from 1.27.10 to 1.30.0 by @dependabot in #139
  • Remove myself from reviewers by @asmacdo in #140
  • 🌱 Bump github.com/prometheus/client_golang from 1.16.0 to 1.18.0 by @dependabot in #137
  • 🌱 Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.14.0 by @dependabot in #141
  • Release leader for life lock in case pod is preempted. by @jagpreetstamber in #157
  • 🌱 Bump github.com/go-logr/logr from 1.2.4 to 1.4.1 by @dependabot in #135
  • 🌱 Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #148
  • 🌱 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #152
  • 🌱 Bump github.com/onsi/gomega from 1.30.0 to 1.32.0 by @dependabot in #153
  • 🌱 Bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.17.1 by @dependabot in #155
  • 🌱 Bump github.com/prometheus/client_model from 0.5.0 to 0.6.1 by @dependabot in #160
  • 🌱 Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #161
  • 🌱 Bump codecov/codecov-action from 3 to 4 by @dependabot in #146
  • Update golang & k8s dependencies by @Neo2308 in #167

New Contributors

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

v0.12.0

10 Jan 15:51
v0.12.0
b51f67c
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.11.0

25 May 14:23
v0.11.0
ab57f27
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.10.0

18 Jan 00:12
4cbd0e1
Compare
Choose a tag to compare

The release includes a bump in:

  1. Go to 1.17
  2. Kubernetes dependencies to 1.23
  3. Controller-runtime to 0.11.0

Reference: #98

v0.9.0

10 Nov 20:34
v0.9.0
dfdc557
Compare
Choose a tag to compare

Additions

  • Add a prune package to handle cleanup of pods and job resources (#75)
  • Change prune strategy to separate resource removal from the strategy (#76)

v0.8.0

14 Oct 16:55
d4e70d9
Compare
Choose a tag to compare

Additions

  • Introduced conditions.Factory interface to enable users to provide their own
    implementations for building a Condition object to manage OperatorCondition
    resources. (#58)

Bug Fixes

  • Fix syntax in godoc of proxy library. (#72)

v0.7.0

08 Sep 17:29
v0.7.0
27f57aa
Compare
Choose a tag to compare

Additions

  • Add function to facilitate proxy-aware operators (#71)

v0.6.0

29 Jul 14:29
ecd9a4a
Compare
Choose a tag to compare

Additions

  • Added NewPause(key) to handler and predicate packages that returns an EventHandler and Predicate, respectively, to pause object reconciliation on objects. (#60)

Bug Fixes

  • Fix permission issue when setting the operator-condition. (#70)

v0.5.0

07 Jul 17:43
ec654a6
Compare
Choose a tag to compare

Additions

  • Bump controller-runtime version to 0.9.0 (#64)
  • Update conditions library to use v2 api (#65)

Removals

  • Remove ErrNoOperatorCondition from conditions library (#66)