diff --git a/.github/workflows/example-publish.yaml b/.github/workflows/example-publish.yaml index 96c26c64..852b09ec 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.0 + uses: philips-labs/slsa-provenance-action@v0.7.1 with: command: generate subcommand: files diff --git a/README.md b/README.md index 612c817b..5f683d71 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.0 +docker run philipssoftware/slsa-provenance:v0.7.1 ``` **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.0 +docker run ghcr.io/philips-labs/slsa-provenance:v0.7.1 ``` 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.0 + uses: philips-labs/slsa-provenance-action@v0.7.1 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.0 + uses: philips-labs/slsa-provenance-action@v0.7.1 with: command: generate subcommand: files diff --git a/RELEASE.md b/RELEASE.md index d2e85e24..07de4246 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.0 OLD_VERSION=v0.5.0 DESCRIPTION="A test release to see how it works" +make gh-release NEW_VERSION=v0.7.1 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.0 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.0-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.1-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 1e03362a..846b8126 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.0 +VERSION=v0.7.1 RELEASE="https://github.com/philips-labs/slsa-provenance-action/releases/download/${VERSION}" if [[ "$VERSION" == *-draft ]] ; then