Skip to content

Releases: operator-framework/helm-operator-plugins

v0.2.1

01 May 17:07
d833b2f
Compare
Choose a tag to compare

What's Changed

  • testdata/hybrid: fixup scaffolded versions by @joelanford in #329
  • scaffolds: update versions in preparation for v0.2.1 release by @joelanford in #330

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 May 13:44
9ebc116
Compare
Choose a tag to compare

What's Changed

  • .ci/gpg: fix create-keyring.sh script to fix gpg signing releases by @joelanford in #290
  • 🌱 Bump github.com/spf13/afero from 1.9.5 to 1.11.0 by @dependabot in #278
  • 🌱 Bump github.com/go-logr/logr from 1.2.4 to 1.4.1 by @dependabot in #283
  • 🌱 Bump codecov/codecov-action from 3 to 4 by @dependabot in #292
  • 🌱 Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #293
  • 🌱 Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.15.0 by @dependabot in #287
  • 🌱 Bump github.com/iancoleman/strcase from 0.2.0 to 0.3.0 by @dependabot in #285
  • 🌱 Bump dependencies by @m1kola in #303
  • 🌱 Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 by @dependabot in #312
  • 🌱 Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #304
  • bump docker/docker, docker/cli to v25.0.5 by @grokspawn in #313
  • bump github.com/go-task/slim-sprig to v3.0.0 by @joelanford in #295
  • 🌱 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #305
  • 🌱 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #307
  • 🌱 Bump helm.sh/helm/v3 from 3.14.2 to 3.14.3 by @dependabot in #308
  • 🌱 Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #314
  • actionConfigGetter: allow custom mapping from object to rest.Config by @joelanford in #317
  • scaffolds: update versions in preparation for v0.2.0 release by @joelanford in #328

New Contributors

Full Changelog: v0.1.3...v0.2.0

v0.1.3

19 Jan 16:02
v0.1.3
00a20d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

17 Jan 20:35
v0.1.2
9359e2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Jan 20:10
v0.1.1
0a8801d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Jan 19:40
v0.1.0
595c916
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.11...v0.1.0

v0.0.11

07 Jun 16:34
v0.0.11
f4af9cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

17 May 16:41
59b8164
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

24 Jan 18:10
44fa7b9
Compare
Choose a tag to compare

Changelog

  1. Introduce code for running helm plugin library (#110)
  2. Support BSD sed and older bash in test rule (#112)
  3. Add a WithValueTranslator option to Reconciler (#114)
  4. Remove legacy Helm code base (#115)
  5. Add option to watch List object types (#138)
  6. Fix: not send empty patch requests to Kube api server (#139)
  7. Merge watches for Hybrid and Helm (#143)
  8. Add Quickstart and introduction documentation (#118)
  9. Bump k8s to 1.23 (#145)
  10. Bump kubebuilder in scaffolding to 3.3.0 (#148)

v0.0.8

29 Sep 20:08
de746ea
Compare
Choose a tag to compare

Changelog

  1. Introduce a new hybrid plugin for golang and helm operators [#99]
  2. Bump k8s dependencies to 1.22 [#102]
  3. Update KB dependency and cleanup library helpers [#101]