Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Mar 09:36
· 10 commits to main since this release
bb34306

BREACKING CHANGE

  • Change flags --config by --source-file
  • For OCI registry namespace is not set in code, now is parameter
  • Remove helm cli, now we use package helm directly

FEATURE

  • Add flag to append source repository in destination repository --append-source
  • Add TLS flags for destination repository
  • Add flag password-stdin for more security
  • Add check chart in source repository
  • Add Remove pulled chart localy

Changelog

  • 64fa18c :fix disable params unused
  • 00278fb Merge branch 'main' into refacto/use-helm-package
  • bb34306 Merge pull request #24 from jplanckeel/docs/add-renovate-custom
  • 4bb2c67 Merge pull request #27 from jplanckeel/dependabot/github_actions/goreleaser/goreleaser-action-5
  • e3ceb02 Merge pull request #28 from jplanckeel/docs/add-banner
  • 20e08da Merge pull request #29 from jplanckeel/refacto/use-helm-package
  • 1be713e chore(deps): bump goreleaser/goreleaser-action from 2 to 5
  • 712985d feat: add banner and shield git
  • 5ba774a feat: add function to remove file chart
  • 4cdb86c feat: add suffix source
  • 1e50ba9 feat: create func to check scheme
  • b46d5d1 fix: define namespace if not set and add log warn
  • e866ee4 fix: golang lint errcheck
  • 40cf8c0 fix: remove debug file
  • 0fdb905 fix: remove flags in command
  • 4fed0ba fix: remove helm in dockerfile
  • 5f5cd9c fix: remove launch
  • 4a4e159 fix: remove old file
  • 626d8b1 fix: remove unused flag
  • db3753f fix: run go mod tidy
  • cdaf06c fix: test TestNewConfig
  • c404fe3 fix: test correct path of good file
  • c132adb fix: update comment
  • 2ff452a fixs: correct flags in example gitlab-ci
  • 9c3a971 refacto: use lib helm init branch
  • 899c8cc refacto: use lib helm init branch