Releases: bitnami/charts-syncer
Releases · bitnami/charts-syncer
v0.5.0
- Support for Helm v3 dependency management through Chart.yaml and Chart.lock (#36)
- Lowercase all errors (#37)
v0.4.0
- 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
- Fix getting authentication properties from environment variables (#30)
v0.3.0
- Modify README.md of the migrated charts to use new chart repo URL and name (#26)
- Improvements in the documentation (#27)
v0.2.2
- Rename project and CLI names to
charts-syncer
v0.2.1
- Fix chart package download if charts are stored in subfolders (#22)
v0.2.0
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)