Skip to content

Releases: operator-framework/helm-operator-plugins

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]

v0.0.7

17 Feb 16:00
v0.0.7
f9c7422
Compare
Choose a tag to compare

Changelog

f9c7422 use containerd v1.4.3 for darwin/arm64 variant detection fix (#85)

v0.0.6

17 Feb 15:17
v0.0.6
160fa4c
Compare
Choose a tag to compare

Changelog

160fa4c add support for Apple Silicon via darwin/arm64 target (#84)
c5c2a0b objects with resource policy "keep" should use the annotation-based watch (#83)

v0.0.5

25 Jan 19:55
v0.0.5
73b36a6
Compare
Choose a tag to compare

Changelog

73b36a6 pkg/reconciler: force upgrade if release is failed or superseded (#81)
128321d Bump controller-runtime to v0.8.1 and helm to v3.5.0 (#80)
7fe2dd3 .github/workflows/deploy.yml: docker push for main branch (#79)