Skip to content

Releases: operator-framework/helm-operator-plugins

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)

v0.0.4

17 Jan 21:10
v0.0.4
0004158
Compare
Choose a tag to compare

Changelog

0004158 Add support for signing releases with GoReleaser (#78)
4701c36 Infrastructure: auto-label PRs (#77)
9ceb2d6 plugin: fix 'make run' target to downloads from correct helm-operator binary URL (#76)

v0.0.3

17 Jan 04:11
v0.0.3
7ea9161
Compare
Choose a tag to compare

Changelog

7ea9161 Makefile: fix scaffold version determinination

v0.0.2

17 Jan 04:09
v0.0.2
d8274dc
Compare
Choose a tag to compare

Changelog

d8274dc Set GITHUB_TOKEN for GoReleaser
00a0e71 Add "release" makefile target and github action to run GoReleaser (#75)
8fbb1e3 *: Makefile and other general improvements (#74)
c960930 switch default branch to main
e83406e Improve deploy stage in Github Actions CI workflow (#73)
16ddc79 add build info metric (#67)
06e5a4f Improve version handling for main module and when this project is imported (#69)
6263974 Use golang:1.15 in helm-operator Dockerfile (#72)
d6f0f67 fix: (helm) - do not add owner references to resources that contain the Helm keep resource-policy annotation (#71)
7cad81a Various updates from operator-sdk (#70)