Skip to content

Releases: bitnami/charts-syncer

v0.5.0

30 Sep 15:04
27e80f3
Compare
Choose a tag to compare
  • Support for Helm v3 dependency management through Chart.yaml and Chart.lock (#36)
  • Lowercase all errors (#37)

v0.4.0

07 Aug 15:26
052f953
Compare
Choose a tag to compare
  • Add --sync-deps flag to the syncChart command to also sync dependencies if they are not found in the target repository. (#34)
  • Avoid multiple downloads of repositories index.yaml to speed up the process on slow environments. (#35)

v0.3.1

03 Aug 08:55
6bfaddc
Compare
Choose a tag to compare
  • Fix getting authentication properties from environment variables (#30)

v0.3.0

09 Jul 11:22
1f74cd6
Compare
Choose a tag to compare
  • Modify README.md of the migrated charts to use new chart repo URL and name (#26)
  • Improvements in the documentation (#27)

v0.2.2

26 Jun 14:44
2cccae7
Compare
Choose a tag to compare
  • Rename project and CLI names to charts-syncer

v0.2.1

25 Jun 12:07
b6f0cd4
Compare
Choose a tag to compare
  • Fix chart package download if charts are stored in subfolders (#22)

v0.2.0

24 Jun 09:28
Compare
Choose a tag to compare

This release includes the following improvements:

  • Validates the config file (#20)
  • Fixed a bug where dependencies of a chart where using the container images from the original container registry (#18)
  • Adds Harbor support as source and target repositories (#19)

v0.1.0

25 May 12:20
34c7057
Compare
Choose a tag to compare

Initial version