Releases: cathive/concourse-chartmuseum-resource
Releases · cathive/concourse-chartmuseum-resource
1.0.0
Changelog
Thanks to all the people who contributed to this release!
You made v1.0.0 possible, which is now completely based on Helm 3.
Updated
Added
- A new flag that will fetch dependencies prior to packaging (
dependency_update
) has
been added.
0.9.0
Changelog
Fixed
- Fix Harbor compatiblity (adjust
server_url
for fetching charts).
Thanks to Sam Rees for the patch.
Improved
- Some errors have not been correctly written to stderr but instead lead to uncaught
exceptions, whereas the original error message was swallowed which made actual
errors and mis-configurations very hard to debug.
(#7, #13)
Updated
- Node.js runtime has been updated to v13.10.1.
- Helm binary has been updated to v2.16.3.
0.8.0
Changelog
Added
- Introduced the
harbor_api
source value for interacting with the (quite different)
Harbor API (although it uses ChartmMseum in the backend).
Thanks to David Young for the patch!
Updated
- Node.js runtime has been updated to v12.10.0.
0.7.0
Changelog
Updated
- Node.js runtime has been updated to v12.9.0
- Included Helm binary has been updated to v2.14.3
0.6.0
Changelog
Updated
- Node.js runtime has been updated to v12.4.0
- Included Helm binary has been updated to v2.14.1
0.5.0
Changelog
Updated
- Node.js runtime has been updated to v11.8.0
- Included Helm binary has been updated to v2.12.3.
0.4.2
Changelog
Special thanks to Daniel for the provided bugfix.
Fixed
- Use HTTP basic auth headers when fetching charts
Updated
- Node.js runtime has been updated to v10.13.0
- Included Helm binary has been updated to v2.11.0.
0.4.1
Changelog
Added
- Possiblity to force-upload charts even if the version of the chart already exists. (Mitigates issue #5)
0.4.0
Changelog
Added
- Functionality to sign charts with GnuPG has been officially added and documented.
Changed
- Error outputs have been improved [#4]