Skip to content

Releases: chartmuseum/helm-push

v0.11.1

09 Feb 21:49
a8fa26f

Choose a tag to compare

Changelog

  • a8fa26f Merge pull request #238 from chartmuseum/release/v0.11.1
  • 81ec8a9 chore: prepare release v0.11.1
  • 6f8c6c2 Merge pull request #237 from chartmuseum/fix/plugin-yaml-helm3-helm4-compat
  • bde13a2 test: add plugin manifest compatibility tests for Helm 3 and 4
  • e0e7c6b fix: ship plugin.yaml in Helm 3 format for cross-version compatibility

v0.11.0

09 Feb 01:13
4dcc5b4

Choose a tag to compare

Changelog

  • 4dcc5b4 Merge pull request #233 from chartmuseum/release/v0.11.0
  • 5395901 chore: prepare release v0.11.0
  • c4ec3d7 Merge pull request #230 from chartmuseum/dependabot/go_modules/helm.sh/helm/v3-3.18.5
  • 6801266 Bump helm.sh/helm/v3 from 3.11.2 to 3.18.5
  • e5da8e2 Merge pull request #226 from avoidik/main
  • e333315 Minor changes after reivew
  • e651c1d Update dependencies, plugin definition, give more room for chartmuseum to start in acceptance test environment
  • 669b997 Add helm-v4 support
  • 63dc40e Merge pull request #214 from konstantinoskolios/refactor/readme-instructions
  • a1141a2 Merge pull request #218 from chartmuseum/dependabot/go_modules/google.golang.org/protobuf-1.33.0
  • 03a486d Merge pull request #219 from chartmuseum/dependabot/go_modules/github.com/spf13/cobra-1.8.1
  • 9287672 Bump github.com/spf13/cobra from 1.7.0 to 1.8.1
  • 5f8728e Bump google.golang.org/protobuf from 1.28.1 to 1.33.0
  • c464842 [Refactor]: Refactor README instructions to reduce confusion during installation.
  • 01df751 Merge pull request #202 from chartmuseum/feat/bump-dep
  • 6121bc5 Bump go version to Go 1.21.
  • 821b1f8 Merge pull request #197 from czhujer/bump-golang-and-deps-2023071701
  • df24116 fix CVE-2023-2253 in golang deps

v0.10.4

05 Jun 03:33
v0.10.4
1678e25

Choose a tag to compare

Changelog

v0.10.3

25 Jul 18:59
ec37477

Choose a tag to compare

Changelog

  • ec37477 feat: bump plugin version (#154)
  • 96060c2 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#152)
  • 8574a2d test: bump helm in acceptance tests (#149)
  • 2b7f874 Bump helm.sh/helm/v3 from 3.8.1 to 3.9.0 (#148)
  • 22a8f84 Bump github.com/spf13/cobra from 1.2.1 to 1.4.0 (#139)
  • b26d6ef test: bump helm and chartmuseum in acceptance tests (#141)
  • ccb8527 Merge pull request #140 from chartmuseum/dependabot/go_modules/helm.sh/helm/v3-3.8.1
  • 2c61e0f Bump helm.sh/helm/v3 from 3.7.0 to 3.8.1
  • 0a6813a Merge pull request #138 from cbuto/chore/setup-dependabot
  • 95cf22e chore: Add dependabot config
  • 286d377 [Close #131] fix(install-script): assign arm64 target architectures correct GOARCH value (#132)
  • 2e5792e fix: convert target architecture to provided go arch release (#130)
  • fd9221b remove .git in install command (#124)
  • 747e54b maint: bump plugin version

v0.10.2

03 Feb 18:41
b36e98c

Choose a tag to compare

Changelog

v0.10.1

12 Oct 14:09
aedbb4e

Choose a tag to compare

Changelog

aedbb4e maint: update go modules
889c9d3 maint: show semver override in help
9899184 prep for 0.10.1
eb96adb bugfix: fix the example of push cli (#118)

v0.10.0

04 Oct 18:32
92f3ab3

Choose a tag to compare

Changelog

92f3ab3 remove example on non-semver push
25b9b48 prep for 0.10.0
433bb22 upgrade runc dependency
3ba23de Allow 202 Accepted for asynchronous processing (#107)
28ebcca add configurable timeout cli flag (#102)
2f5f2f8 Cleanup and changes for cm-push rename (#113)
d7cc009 fix: rename push cmd to work with new helm version (#110)
8d99cc4 Add flag to override appVersion (#87)
985cc78 Fix issue 93 (#96)
a823f2a uprade helm v2 and v3 packages (#95)
a0a1e31 Unset accessToken if repo credentials are provided (#86)

v0.9.0

15 Oct 20:22

Choose a tag to compare

Changelog

2506062 use new format for goreleaser
a14b843 prep for 0.9.0, add release action
5de5fa0 fix ci (#83)
f156fd1 install virtualenv for acceptance tests
c491edb Update README.md
f314908 update dependencies, CI, etc
d2396be Update helm module version to v3.2.1 (#70)
be90a95 update module helm.sh/helm/v3 v3.1.2 (#63)
228ce40 Fix for issue 20: Helm push without arguments should output the same as --help (#60)
6971a24 Added .git to repo name to fix issue #55 (#58)
9887f28 add Helm 3 config location (#56)

v0.8.1

17 Dec 04:09

Choose a tag to compare

Changelog

971384c prep for 0.8.1 release
17794c3 Fix for missing files in Helm 2 charts (#53)
2cbc00f maint: use chartmuseum 0.11.0 for tests

v0.8.0

15 Dec 20:29

Choose a tag to compare

Changelog

e9bfa4c prep for 0.8.0 release
f5a169b Helm 3 support (#50)
9788743 update gopkg.in/yaml.v2 to v2.2.7 (#41)
a7318df helm v2.16.1 and chartmuseum 0.10.0 in test environment (#47)
fa5ac46 update the ssl certificates used for testing (#44)
a4261fb Merge pull request #32 from rimusz/set-goproxy
35d056b Merge pull request #34 from prabhu43/master
e6e7c32 Add flag to update dependencies before package
afb050b set gocenter as goproxy
8986b94 Merge pull request #31 from tariq1890/gomod
dd740cd migrate to go modules
c114af8 Merge pull request #30 from tariq1890/update_versions
7442199 update the versions of helm-push's dependencies
e58c87d Merge pull request #22 from jdolitsky/vendor
b1c324e update dependencies, check in vendor
4aeb631 Merge pull request #21 from jdolitsky/cf-pipeline
13bb284 new cf pipeline badge
8f3e210 new cf pipeline badge
c042210 move codefresh pipeline