Releases: luisdavim/helmquilt
Releases · luisdavim/helmquilt
v0.1.1
Changelog
- e8d91c5 chore(deps): bump golang.org/x/mod from 0.27.0 to 0.28.0 (#10)
- 6d1c70e chore(deps): bump helm.sh/helm/v3 from 3.18.6 to 3.19.0 (#11)
- 5e3da36 feat: add --upstream option to the check command
- 4bddeb7 fix: use GetFullName
- bdab393 refactor: check options and quiet flag
- 1d01b97 refactor: move check logic to helmquilt pkg
v0.1.0
Changelog
- 2f4ec92 Bump docker/metadata-action from 5.7.0 to 5.8.0 (#1)
- 15fc35e chore(deps): bump actions/checkout from 4 to 5 (#4)
- 20093c2 chore(deps): bump actions/setup-go from 5 to 6 (#7)
- 2a8355b chore(deps): bump docker/login-action from 3.4.0 to 3.5.0 (#3)
- 43d0bd2 chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#8)
- 84d418e chore(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 (#2)
- 3d449c9 chore(deps): bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 (#5)
- 13049c6 chore(deps): bump helm.sh/helm/v3 from 3.18.5 to 3.18.6 (#6)
- 418051b chore(deps): bump helm.sh/helm/v4 (#9)
- 695757d chore: remove code lints
- 8c95eaf chore: remove code lints
- 2f1f45b feat: add diff command
- efc87f5 feat: allow controlling repack per chart in the config
- 19298cf feat: more versatile file name bump func
- cc6030c feat: split into sub-commands
- 2baff8b first commit
- 5e91708 fix: apply dos2unix conversion before patches
- b92d5bc fix: check takes into account removed charts but makes no changes
- 25e7d42 fix: dont add extra new lines to files
- 225eefa fix: log to stderr
- 8d980da fix: only convert line endings if needed and avoid converting binary files
- 01902e9 fix: set chart defaults and improve docs
- 6fcc107 fix: update lock file after saving patches
- a032f8d refactor: add flags method
- 795c084 refactor: download chart and flags