Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ChartMuseum v0.16.3 source code.tar.gz | 2025-04-29 | 284.1 kB | |
ChartMuseum v0.16.3 source code.zip | 2025-04-29 | 327.5 kB | |
README.md | 2025-04-29 | 6.2 kB | |
Totals: 3 Items | 617.7 kB | 0 |
v0.16.3
ChartMuseum v0.16.3 is a patch release. This release, we focused on dependency updates/security fixes. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
- Join the discussion in Kubernetes Slack:
- for discussing PRs, code, bugs, or just to hang out
- Hang out at the Helm Public Developer Call: Thursday, 9:30 Pacific via Zoom
Notable Changes
- Fixes an issue with the Prometheus metrics endpoint which can lead to unexpectedly high cardinality due to requests to unknown endpoints.
Installation and Upgrading
Download ChartMuseum v0.16.3. The common platform binaries are here:
- MacOS amd64 (archive sig / checksum / checksum sig / <?xml RequestId:c7ece3e3-b01e-0064-7dd6-b904ac000000 Time:2025-04-30T13:48:44.4915290Z</Message></Error>)
- Linux amd64 (archive sig / checksum / checksum sig / <?xml RequestId:ebb17ca4-401e-0060-33d6-b989ab000000 Time:2025-04-30T13:48:46.3565804Z</Message></Error>)
- Linux arm (archive sig / checksum / checksum sig / <?xml RequestId:910aadf0-d01e-0010-38d6-b9305c000000 Time:2025-04-30T13:48:48.1927171Z</Message></Error>)
- Linux arm64 (archive sig / checksum / checksum sig / <?xml RequestId:9d154eba-501e-000e-09d6-b9dc84000000 Time:2025-04-30T13:48:49.2909383Z</Message></Error>)
- Linux i386 (archive sig / checksum / checksum sig / <?xml RequestId:17a6531a-f01e-0038-4cd6-b951f4000000 Time:2025-04-30T13:48:47.3686308Z</Message></Error>)
- Linux mips64le (archive sig / checksum / checksum sig / <?xml RequestId:e84cae23-601e-0048-1dd6-b9e803000000 Time:2025-04-30T13:48:51.2389317Z</Message></Error>)
- Linux ppc64le (archive sig / checksum / checksum sig / <?xml RequestId:40ef660e-801e-0050-4ed6-b93764000000 Time:2025-04-30T13:48:52.0828364Z</Message></Error>)
- Linux s390x (archive sig / checksum / checksum sig / <?xml RequestId:4493dee5-501e-0043-14d6-b91368000000 Time:2025-04-30T13:48:52.8628135Z</Message></Error>)
- Windows amd64 (archive sig / checksum / checksum sig / <?xml RequestId:66cdfb38-801e-000d-56d6-b93de0000000 Time:2025-04-30T13:48:53.7056273Z</Message></Error>)
You can download the SBOM for this release in SPDX format here.
You can use a script to install on any system with bash
.
What's Next
- 0.16.4 will contain only bug fixes.
- 0.17.3 is the next feature release.
Changelog
- Clean up disk space in build action (#1079) [fce57c] (Casey Buto)
- Go mod tidy (#1078) [ad1d7c] (Casey Buto)
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#1076) [e10e46] (dependabot[bot])
- Bump version to prep for 0.16.3 (#1075) [45965f] (Casey Buto)
- build(deps): bump github.com/containerd/containerd from 1.7.24 to 1.7.27 (#1069) [315db2] (dependabot[bot])
- build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.2 (#1070) [d9eaed] (dependabot[bot])
- build(deps): bump helm.sh/helm/v3 from 3.17.1 to 3.17.3 (#1073) [96c95b] (dependabot[bot])
- Fix per-chart limits for form-data based uploads. (#1051) [dee42f] (alexberry)
- mod: re-add toolchain [9a7e35] (Nace Sc)
- build(deps): bump helm.sh/helm/v3 from 3.14.3 to 3.17.1 (#1049) [e55647] (dependabot[bot])
- build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 (#1061) [508465] (dependabot[bot])
- ci: bump go version to v1.23 [7908b9] (Nace Sc)
- router: fix prometheus metrics high cardinality issue (#789) [5e32c8] (Nace Sc)