Skip to content

Releases: teejaded/helm-wrap

20220609-1

09 Jun 22:30
Compare
Choose a tag to compare

Changelog

  • a36fb1a fix: missing file error on multiple transform-values steps

20211210-1

11 Dec 01:17
Compare
Choose a tag to compare

Changelog

  • 826765b fix: escape * in helm args
  • 81f2c0a doc: add repo-template files
  • 4040791 chore: bump golang to 1.17
  • 9a48de5 chore: update .gitignore
  • 75c8af3 fix: re-add diff testing library
  • 2b82d71 chore: bump go modules

20211029-2

29 Oct 23:34
Compare
Choose a tag to compare

Changelog

68920c4 fix: gofmt
4f3cde3 fix: delete named pipes immediately after they are finished being used once

20211029-1

29 Oct 20:36
41b5b7d
Compare
Choose a tag to compare

Changelog

41b5b7d fix: set exit codes in all error conditions (#7)

20210617-1

17 Jun 17:30
480cf6e
Compare
Choose a tag to compare

Changelog

480cf6e Merge pull request #6 from teejaded/fix
01651a9 fix: use bash since dash doesnt support pipefail

20210615-3

15 Jun 21:41
7b14e2a
Compare
Choose a tag to compare

Changelog

7b14e2a Merge pull request #5 from teejaded/fix
baae2fe fix: only run the first matching shell-exec
10578a3 Merge pull request #4 from teejaded/fix
5c5ca8a Merge pull request #3 from teejaded/fix
eab2a28 feat: add optional filter on shell-exec

20210603-2

03 Jun 23:28
de27316
Compare
Choose a tag to compare

Changelog

de27316 Merge pull request #2 from teejaded/fix
5ce8544 Fix tests
980ecff Merge pull request #1 from teejaded/helm-wrap
491850f Rename binary
c90c710 Update readme
fb0b046 Fork and generalize to helm-wrap
be44067 Undo Fix camptocamp#6 -- Windows lacks syscall.Mkfifo
c05fb81 Merge pull request #1 from teejaded/refactor
bd11cb8 Fix camptocamp/helm-sops#6
9031640 Add RunHelm test
78a0559 Bump to go 1.15 and use mod vendor
9636ac0 refactor and fix issues #3, #4, #8
11dd007 chore: add license
b449453 feat: pass execution environment when invoking helm
f9c5d0c fix: break the argument parsing loop when argument is missing
86f0c26 feat: allow being invoked as helm2 or helm3 in addition to helm
729c975 feat: handle secret files not in current directory
3b0c332 fix: eliminate a potential deadlock
906242f doc: add a link to the example application
aac674f doc: complete instructions for the Git diff helper
a7b3f49 Initial commit