1
0
mirror of https://github.com/helm/chartmuseum.git synced 2026-02-06 00:45:15 +01:00

4 Commits

Author SHA1 Message Date
Puerco
77d6cea5a9 Generate SPDX SBOM at release time (#538)
* Add bom generation script

This commit adds a script in scripts/sbom.sh that generates
the SBOM for the release adding three kinds of elements to it:

	1. The source code with full dependencies
	2. The tarball distrubutions written in _dist
	3. The container image

The SBOM is written into the _dist directory.

Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>

* Generate SBOM from build workflow

This commit modifies the build pipeline to generate an SPDX SBOM
describing the release. It uses the new bom-installer action to
install the Kubernetes SBOM Tool into the runner and calls the
scripts/sbom.sh script which handles the generation.

Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>

* Modify release pipeline to properly include SBOM

Signed-off-by: Josh Dolitsky <josh@dolit.ski>

Co-authored-by: Josh Dolitsky <josh@dolit.ski>
2022-01-30 14:05:04 -06:00
Josh Dolitsky
122c66179e Sign archives and checksums with cosign (#535)
Also:
- update release notes generator to point to sigs
- fix missing images from README

Resolves #532

Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2022-01-29 01:32:55 +08:00
houfangdong
de918de434 fix release sha256
Signed-off-by: houfangdong <xianhfd@gmail.com>
2021-02-09 10:24:03 +08:00
Josh Dolitsky
c7f1620ca7 prepare for v0.13.0 release
- update to Go 1.15.7
- add release artifacts script (copied from Helm)
- add KEYS file containing maintainer signing keys
- update Makefile to follow Helm release process
- update dependencies (including auth and storage)
- rename masterHandler to rootHandler
- add get-chartmuseum script (based on get-helm-3 script)
- remove unused scripts and make targets for old release process
- modify README with new install instructions and docker image
- rename scripts to use dashes vs underscores

Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-02-01 23:05:08 -05:00