v0.2.4
版本发布时间: 2017-11-09 00:38:04
helm/chartmuseum最新发布版本:v0.16.2(2024-06-03 21:58:35)
- The cardinality of the
chartmuseum_requests_total
Prometheus counter is now safely limited: e.g./charts/my-chart-1.0.0.tgz
will be mapped tourl
label value/charts/:filename
,/api/charts/my-chart/1.0.0
will be mapped to/api/charts/:name/:version
, and so on. - A concurrency bug has been fixed where fatal IO errors could be silenced at index and cache creation