ChartMuseum v0.13.0 is a feature release. 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:
#chartmuseum
for discussing PRs, code, bugs, or just to hang out
- Hang out at the Helm Public Developer Call: Thursday, 9:30 Pacific via Zoom
Installation and Upgrading
Download ChartMuseum v0.13.0. The common platform binaries are here:
- MacOS amd64 (checksum / 289606831886ad10d56e851cd5ce2cdd32ea7b255cae4dd3a0da099aea201a49)
- Linux amd64 (checksum / fc6a8beda32975737a95b99292d18dd755ecfead0ceac1840f353d238818f683)
- Linux arm (checksum / 67183827367d4bcef1299d08da79816c07826aef67c46ce6316af99c418e7f54)
- Linux arm64 (checksum / 9d803f7c6798a846cf173aff08f3a3f932093eaa38d8708f3cdf10bc1dd6b7a2)
- Linux i386 (checksum / a89276529e78bdd3089cc6a7c1cc0cd37907f0a96a8ee7c465f26298f0f5937f)
- Linux mips64le (checksum / b323ce17057f54116c424a38b50f47a74694f041671ceaa2e9f8a0199309fbb7)
- Linux ppc64le (checksum / 5e98b22ba856e58f8269fafa10bfa85673742b19932c698a71b4751b1977d6ad)
- Linux s390x (checksum / 73b3b8d4808b86dddb04c6bb8af6964de11103f81f05f3b307cc5afa1b93f078)
- Windows amd64 (checksum / 52ba66952a5ac6c03d9368b6508eb227976e6c84b29c5926284c1119ae4643fc)
This release was signed with E97F 9DA5 AE2E 39CF 48A1 42B7 852A 7470 A39F B81D
(@jdolitsky's GPG key) which can be found here. Please use the attached signatures for verifying this release using gpg
.
You can use a script to install on any system with bash
.
What's Next
- 0.13.1 will contain only bug fixes.
- 0.14.0 is the next feature release.
Changelog
- fix docker image references b17e271 (Josh Dolitsky)
- upgrade storage dependencies (again) a470c12 (Josh Dolitsky)
- upgrade storage dependencies 1d4736b (Josh Dolitsky)
- use generic ghcr cred names b414b3d (Josh Dolitsky)
- prepare for v0.13.0 release c7f1620 (Josh Dolitsky)
- modify the makefile to support mips64 (#407) c0e6254 (zhangwenlong)
- Bump github.com/gofrs/uuid from 3.3.0+incompatible to 3.4.0+incompatible (#403) b197146 (dependabot[bot])
- Bump github.com/prometheus/client_golang from 1.8.0 to 1.9.0 (#400) 30ad79e (dependabot[bot])
- Bump github.com/chartmuseum/auth from 0.4.3 to 0.4.4 (#399) 2258ecf (dependabot[bot])
- Changed helm repo URL to existing one. (#393) 0e5b3c3 (Karsten Gresch)
- Bump helm.sh/helm/v3 from 3.4.1 to 3.4.2 (#397) 2b168ec (dependabot[bot])
- ci: migrate release from docker hub into github container registry (#395) 07342ae (scnace)
- Bump github.com/Masterminds/semver/v3 from 3.1.0 to 3.1.1 (#392) 3184e21 (dependabot[bot])
- Add scbizu to OWNERS 5205897 (jdolitsky)
- maint: update go.sum 6fe9202 (jdolitsky)
- pkg/repo: inject chart metadata(name/version) into storage object (#362) ff22877 (scnace)
- maint: update dependencies, disable nightly cron dd405db (jdolitsky)
- Create dependabot.yml f1bd3cd (Josh Dolitsky)
- update readme steps, missing params in the helm cmd (#382) 8c2c41d (Leonardo Lazzaro)
- ci: switch to official docker buildx GitHub action (#380) 7ee7bab (Gabriel Duque)
- Add /info endpoint (#358) f5c5fdd (Dean Coakley)
- modify CI build to run tests etc 6b2e745 (jdolitsky)
- Rename build-docker-images.yml to build.yml 357600f (jdolitsky)
- Remove build.yml 217fb27 (jdolitsky)
- Cleanup latest cache changes c9b0d04 (jdolitsky)
- Improve performance when dealing with thousands of charts (#339) 68532a8 (Ailsa-Wu)
- miscellaneous CI updates 3b862ba (jdolitsky)
- disable gocenter (missing dependency) 499605e (jdolitsky)
- use main as default branch bb24f1f (jdolitsky)
- Push multiarch images to main Dockerhub repo d43bce9 (jdolitsky)
- re-enable gocenter 0a1f539 (jdolitsky)
- remove old CI 8e345df (jdolitsky)
- update Go dependencies 0d20f08 (jdolitsky)
- Use latest version of Helm 2 cc748ef (jdolitsky)
- Allow to bind chartmuseum to a specific interface (#345) b5bb97f (jayme-github)
- use staging image for multiarch image 9bd4ea5 (jdolitsky)
- Multi architecture container image (#350) d28a492 (Gabriel Duque)
- fix CI 944c068 (jdolitsky)
- Add support for Swift V1 Auth (#346) 136f489 (jayme-github)
- update dependencies 88bc4a9 (jdolitsky)
- Fix a typo in config key disabldelete -> disabledelete bad463a (jayme-github)
- chore(status code): use constant status code instead of raw (#338) a258b60 (Lisheng Zheng)
- Update Alpine base image (#334) (#335) 8b27851 (Ruben Diaz)
- Remove redundant type conversion (#330) 3a20e14 (Zhizhen He)
- Add --log-latency-integer option (#324) 101e26a (Grégoire Leroy)
- maint: fix broken unit test a0e31d1 (Josh Dolitsky)
- chartmuseum: add semver2 validation (#322) 2ac8b5d (scnace)
- Fixed broken link to provenance docs (#319) f912442 (Jannik Hollenbach)
- fix broken link to helm chart repository reference doc (#317) f5216d4 (Kevin Gentile)