Skip to content

Releases: unguiculus/chart-releaser

v1.1.1

03 Nov 21:39
c7da1f3
Compare
Choose a tag to compare

Changelog

c7da1f3 Exclude provenance files for index creation (helm#86)
39e47af Add missing dependency update to package command (helm#83)

Docker images

  • docker pull quay.io/helmpack/chart-releaser:v1.1.1
  • docker pull quay.io/helmpack/chart-releaser:latest

v2.3.5

01 Sep 20:27
Compare
Choose a tag to compare

Changelog

9b152b4 wip
ec9b27e Fix release workflow
5dc9325 Update build badge for GitHub workflow (helm#77)
7659cc2 Migrate to GitHub Actions (helm#75)
3e656d0 chore: Update base-image (helm#76)
be24fd2 Add support for creating helm packages without needing the helm binary (helm#72)
a680ed0 Add option to specify template for release names (helm#74)
23a2674 Add option to push to gh-pages (helm#73)
41c62a4 Permit specifying the target commit of a release (helm#45)
12333c9 Add note about GHE upload URL bug (helm#64)
4cce598 Add Homebrew formula (helm#61)
f56ad7a Update Go version, dependencies, and GoReleaser (helm#59)
6468c95 Bump Alpine to 3.11 (helm#60)
6d29335 Update readme (helm#58)
3e57d58 Updating config.yaml README example to match changes in PR#37 (helm#53)
89c97cd Update to Helm 3 (helm#47)
16efaea Added BaseURL and UploadURL for GitHub Enterprise (helm#43)
1c3cfec Update README: document where is the Docker repository. (helm#41)
5e239bd Bump Dockerfile Alpine base image to 3.10 (helm#39)
39ba0ad Add ca-certificates to Docker image (helm#36)
d1fca78 Fix index file creation (helm#37)
5132b26 Fix invalid tagname and move index path validation (helm#34)
452a96e Update docs (helm#33)
7f5a0ec Use latest upstream instead of local branch for tags (helm#32)
ad61bb2 Refactoring (helm#27)
7aceadf Align CI setup with chart-testing (helm#31)
b9e7cc0 Upgrade to Go 1.12 and switch to modules (helm#29)
7b221b3 Update README doc (helm#25)
3351f51 Polish readme (helm#26)
1b0d3e6 Fix tag pattern for index command (helm#24)
734f439 Move gorelaser before hook to circle job (helm#22)
b0a45e4 Use default go path instead of variable expansion (helm#21)
985518a dep ensure must be run from within a known GOPATH/src. Missed that when moving from circle to goreleaser before hook (helm#20)
d71efbd Replace committed vendor dir with goreleaser automation (helm#19)
78ba16b Change tag pattern to bypass semver precedence issue (helm#17)
daa4814 Fix licenses, and standardize on 'Copyright The Helm Authors' (helm#15)
fb5d6a7 Chart releaser CoC. See helm#11 and helm/community#61 (helm#12)
0bdb93a Rename from paulczar/charthub to helm/chart-releaser (helm#6)
c66ddd1 Fix regression in index file creation
cdc2a4a Add chart name as metadata to release version
e2ae033 Upgrade Helm dependency to v2.12.3
e8ab919 Fix viper/cobra integration
2b91797 add support for provenance files
c745146 fix errors on new releases
9e6d542 add go install command
14e612c first commit

v1.2.3

01 Sep 19:38
Compare
Choose a tag to compare

Changelog

72560d3 wip
ca054ff Fix tag creation in release workflow
5dc9325 Update build badge for GitHub workflow (helm#77)
7659cc2 Migrate to GitHub Actions (helm#75)
3e656d0 chore: Update base-image (helm#76)
be24fd2 Add support for creating helm packages without needing the helm binary (helm#72)
a680ed0 Add option to specify template for release names (helm#74)
23a2674 Add option to push to gh-pages (helm#73)
41c62a4 Permit specifying the target commit of a release (helm#45)
12333c9 Add note about GHE upload URL bug (helm#64)
4cce598 Add Homebrew formula (helm#61)
f56ad7a Update Go version, dependencies, and GoReleaser (helm#59)
6468c95 Bump Alpine to 3.11 (helm#60)
6d29335 Update readme (helm#58)
3e57d58 Updating config.yaml README example to match changes in PR#37 (helm#53)
89c97cd Update to Helm 3 (helm#47)
16efaea Added BaseURL and UploadURL for GitHub Enterprise (helm#43)
1c3cfec Update README: document where is the Docker repository. (helm#41)
5e239bd Bump Dockerfile Alpine base image to 3.10 (helm#39)
39ba0ad Add ca-certificates to Docker image (helm#36)
d1fca78 Fix index file creation (helm#37)
5132b26 Fix invalid tagname and move index path validation (helm#34)
452a96e Update docs (helm#33)
7f5a0ec Use latest upstream instead of local branch for tags (helm#32)
ad61bb2 Refactoring (helm#27)
7aceadf Align CI setup with chart-testing (helm#31)
b9e7cc0 Upgrade to Go 1.12 and switch to modules (helm#29)
7b221b3 Update README doc (helm#25)
3351f51 Polish readme (helm#26)
1b0d3e6 Fix tag pattern for index command (helm#24)
734f439 Move gorelaser before hook to circle job (helm#22)
b0a45e4 Use default go path instead of variable expansion (helm#21)
985518a dep ensure must be run from within a known GOPATH/src. Missed that when moving from circle to goreleaser before hook (helm#20)
d71efbd Replace committed vendor dir with goreleaser automation (helm#19)
78ba16b Change tag pattern to bypass semver precedence issue (helm#17)
daa4814 Fix licenses, and standardize on 'Copyright The Helm Authors' (helm#15)
fb5d6a7 Chart releaser CoC. See helm#11 and helm/community#61 (helm#12)
0bdb93a Rename from paulczar/charthub to helm/chart-releaser (helm#6)
c66ddd1 Fix regression in index file creation
cdc2a4a Add chart name as metadata to release version
e2ae033 Upgrade Helm dependency to v2.12.3
e8ab919 Fix viper/cobra integration
2b91797 add support for provenance files
c745146 fix errors on new releases
9e6d542 add go install command
14e612c first commit