v0.10.0
版本发布时间: 2019-12-04 05:07:13
helm/chartmuseum最新发布版本:v0.16.2(2024-06-03 21:58:35)
Warning! This version has been reported to be incompatible with Helm 3 charts (apiVersion: 2). For more info, please see https://github.com/helm/chartmuseum/issues/293.
ChartMuseum v0.10.0 has been released with several new features, bug fixes, and updates:
- Fix for unregistered
--storage-etcd-endpoint
flag - Dockerfile for building ARM image
- Readme instructions on how to use YAML config file
- Fix for intermittent gin panic errors
- Better version detection on chart packages with multiple hyphens, such as
mychart-1x-1.0.4-rc1-SNAPSHOT.tgz
- Add
HEAD /api/charts/:name
andHEAD /api/charts/:name/:version
routes to check if chart exists without loading from storage - Add pagination features for chart listings, such as
GET /api/charts?offset=10&limit=5
- Code cleaup, remove unneeded var assignments
- Update readme to include instructions for using DigitalOcean with Amazon storage option
- Add
--cors-alloworigin
flag to customize theAccess-Control-Allow-Origin
header - Upgrade to Helm to v2.16.1
- Upgrade to latest gopkg.in/yaml.v2 to prevent bad parsing of strange
appVersion
fields in index.yaml - Upgrade base image to latest stable Alpine (
alpine:3.10.3
) - Fix broken links in readme, document new features
Thank you very much @guoweikuang, @cryptk, @prabhu43, @Dragotic, @argeas, @sbuvaneshkumar, @johanfleury, & @karuppiah7890!