Releases: bitnami/charts-syncer
Releases · bitnami/charts-syncer
v0.7.0
- misc(readme): add ToC and some typo fixing #80
- feat(syncer): Add SyncPendingCharts tests #82
- feat(oras): Remove helm cli dependency #84
- feat(tar): remove tar dependency #85
- test: improve Untar unit tests #86
- feat: use from scratch in Dockerfile #87
- feat(syncer): Add unit tests using real syncer object and chartmuseum repos #88
- test(chartmuseum): Add unit tests for chartmuseum client #90
- test(helmclassic): Add unit tests for helmclassic client #91
- test(local): Added unit tests for local client #92
- test: repackage helmclassic tests #93
- feat(harbor): Add unit tests for harbor clients #94
- feat(oci): Add unit tests for oci clients #95
- chore: clean old code and clients #96
- fix(GetDownloadURL): Fix chart download url when url is relative in index.yaml #97
v0.6.2
v0.6.1
v0.6.0
- feat(api): Add prototool file and bump Go version (#38)
- fix(gitignore): Ignore vscode settings (#39)
- fix(api): Refactor api tests (#40)
- fix(cmd): Drop cobra subcommands (#46)
- feat(syncer): Add syncer pkg (#47)
- feat(api): Add charts array to the configuration (#48)
- fix(cmd): Fix typo (#50)
- fix(pkg): Refactor chart clients (#51)
- fix(chart): Remove SyncAllVersions method (#52)
- fix(pkg): Rename repo package to client/core (#53)
- feat(core): Add currently supported clients (#54)
- feat(utils): Expose unix epoch (#55)
- feat(syncer): Enhance syncer struct (#56)
- feat(client): Add Reload method (#57)
- fix(syncer): Split code into different files (#58)
- feat(syncer): Add topological sort for charts (#59)
- feat(syncer): Add SyncPendingCharts method (#60)
- feat(syncer): Add workdir (#61)
- feat(syncer): Add sync pending logic (#62)
- feat(client): Improve HTTP response handling (#64)
- fix(misc): Improve some log messages (#65)
- fix(cmd): Switch default behavior (#66)
- feat(client): Add support for OCI registries (#67)
- feat(internal): Mark some packages as internal (#69)
- feat(tests): Add fake client and syncer (#70)
- feat(client): Extend Upload API to accept name and version fields (#71)
- docs(readme): Update README after adding OCI support (#72)