diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e66e2dd4..47ad23d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -199,7 +199,7 @@ jobs: steps: - name: Generate provenance for Release - uses: philips-labs/slsa-provenance-action@v0.7.1 + uses: philips-labs/slsa-provenance-action@v0.7.2 with: command: generate subcommand: github-release @@ -249,7 +249,7 @@ jobs: cosign-release: 'v1.5.1' - name: Generate provenance for ${{ matrix.repo }} - uses: philips-labs/slsa-provenance-action@v0.7.1 + uses: philips-labs/slsa-provenance-action@v0.7.2 with: command: generate subcommand: container diff --git a/.github/workflows/example-publish.yaml b/.github/workflows/example-publish.yaml index 852b09ec..3c15521b 100644 --- a/.github/workflows/example-publish.yaml +++ b/.github/workflows/example-publish.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/download-artifact@v2 - name: Generate provenance - uses: philips-labs/slsa-provenance-action@v0.7.1 + uses: philips-labs/slsa-provenance-action@v0.7.2 with: command: generate subcommand: files diff --git a/README.md b/README.md index 5f683d71..a318c054 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ See all available images [here.](https://hub.docker.com/r/philipssoftware/slsa-p Run the Docker image by doing: ```sh -docker run philipssoftware/slsa-provenance:v0.7.1 +docker run philipssoftware/slsa-provenance:v0.7.2 ``` **GitHub Container Registry** @@ -117,7 +117,7 @@ See all available images [here.](https://github.com/philips-labs/slsa-provenance Run the Docker image by doing: ```sh -docker run ghcr.io/philips-labs/slsa-provenance:v0.7.1 +docker run ghcr.io/philips-labs/slsa-provenance:v0.7.2 ``` The Docker image includes the working binary that can be executed by using the ``slsa-provenance`` command. @@ -145,7 +145,7 @@ The easiest way to use this action is to add the following into your workflow fi steps: - name: Generate provenance for Release - uses: philips-labs/slsa-provenance-action@v0.7.1 + uses: philips-labs/slsa-provenance-action@v0.7.2 with: command: generate subcommand: files @@ -180,7 +180,7 @@ The easiest way to use this action is to add the following into your workflow fi path: extra-materials/ - name: Generate provenance - uses: philips-labs/slsa-provenance-action@v0.7.1 + uses: philips-labs/slsa-provenance-action@v0.7.2 with: command: generate subcommand: files diff --git a/RELEASE.md b/RELEASE.md index 07de4246..c12e2708 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,7 +5,7 @@ To make a new release you can make use of the following `make` task. ```bash -make gh-release NEW_VERSION=v0.7.1 OLD_VERSION=v0.5.0 DESCRIPTION="A test release to see how it works" +make gh-release NEW_VERSION=v0.7.2 OLD_VERSION=v0.5.0 DESCRIPTION="A test release to see how it works" ``` `NEW_VERSION` the version that you want to release. @@ -15,7 +15,7 @@ make gh-release NEW_VERSION=v0.7.1 OLD_VERSION=v0.5.0 DESCRIPTION="A test releas Visit . Edit the release and save it to publish to GitHub Marketplace. -> :warning: **NOTE:** when you need to test some changes in `.goreleaser.yml`, also apply the changes to `.goreleaser.draft.yml`. Then make sure your new `tag` ends with `-draft` (e.g.: `v0.7.1-draft`) to make a draft release to not notify our consumers when testing updates to the release process. +> :warning: **NOTE:** when you need to test some changes in `.goreleaser.yml`, also apply the changes to `.goreleaser.draft.yml`. Then make sure your new `tag` ends with `-draft` (e.g.: `v0.7.2-draft`) to make a draft release to not notify our consumers when testing updates to the release process. ### ⚠ Important alert for MacOS users ⚠ diff --git a/install-slsa-provenance.sh b/install-slsa-provenance.sh index 846b8126..6db18c7d 100755 --- a/install-slsa-provenance.sh +++ b/install-slsa-provenance.sh @@ -21,7 +21,7 @@ INSTALL_PATH=${INSTALL_PATH:-$(realpath ./.slsa-provenance)} mkdir -p "${INSTALL_PATH}" -VERSION=v0.7.1 +VERSION=v0.7.2 RELEASE="https://github.com/philips-labs/slsa-provenance-action/releases/download/${VERSION}" if [[ "$VERSION" == *-draft ]] ; then