Skip to content

Releases: jplanckeel/scope

v0.4.0

19 Mar 09:36
bb34306

Choose a tag to compare

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

v0

08 Mar 15:32
bb34306

Choose a tag to compare

v0

Changelog

  • e0dfc26 Merge pull request #26 from jplanckeel/fix/add-github-token
  • b66e8b8 fix: goreleaser add github token

Release v0.3.1

08 Mar 15:32
e0dfc26

Choose a tag to compare

v0.3.1: PR #26 - fix: goreleaser add github token

Release v0.3.0

08 Mar 15:27
ebc6c10

Choose a tag to compare

v0.3.0: PR #25 - ci: add go-releaser

Release v0.2.1

13 Feb 14:04
8fc0a37

Choose a tag to compare

v0.2.1: PR #11 - chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0

Release v0.2.0

13 Feb 13:59
d14ea23

Choose a tag to compare

v0.2.0: PR #18 - Refacto: rework code

Release v0.1.3

13 Feb 09:32
95a1e63

Choose a tag to compare

v0.1.3: PR #17 - ci: correct multi plateform

Release v0.1.2

13 Feb 09:11
aac1cf2

Choose a tag to compare

v0.1.2: PR #15 - fix: correct docker build

Release v0.1.1

13 Feb 08:55
b8ff914

Choose a tag to compare

v0.1.1: PR #14 - refacto: use logrus for the logs

v0.1.0

18 Jul 10:07
3ec0dfd

Choose a tag to compare

Pre Rease

  • Sync Helmchart to private oci registry
  • Add dryrun mode
  • Example config
  • Add documentation