From 91684f33e466e5e21a3bf36ec27df749be05eef5 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Mon, 14 Feb 2022 13:07:35 +0100 Subject: [PATCH] Bump v0.7.0-rc to v0.7.0 for release Signed-off-by: Marco Franssen --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/example-publish.yaml | 2 +- README.md | 8 ++++---- RELEASE.md | 2 +- install-slsa-provenance.sh | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 101d5136..1251e17d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -158,7 +158,7 @@ jobs: cosign-release: 'v1.5.1' - name: Generate provenance for ${{ matrix.repo }} - uses: philips-labs/slsa-provenance-action@v0.7.0-rc + uses: philips-labs/slsa-provenance-action@v0.7.0 with: command: generate subcommand: container @@ -203,7 +203,7 @@ jobs: steps: - name: Generate provenance for Release - uses: philips-labs/slsa-provenance-action@v0.7.0-rc + uses: philips-labs/slsa-provenance-action@v0.7.0 with: command: generate subcommand: github-release diff --git a/.github/workflows/example-publish.yaml b/.github/workflows/example-publish.yaml index d0532b2e..96c26c64 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-rc + uses: philips-labs/slsa-provenance-action@v0.7.0 with: command: generate subcommand: files diff --git a/README.md b/README.md index ab9df6d5..612c817b 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-rc +docker run philipssoftware/slsa-provenance:v0.7.0 ``` **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-rc +docker run ghcr.io/philips-labs/slsa-provenance:v0.7.0 ``` 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-rc + uses: philips-labs/slsa-provenance-action@v0.7.0 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-rc + uses: philips-labs/slsa-provenance-action@v0.7.0 with: command: generate subcommand: files diff --git a/RELEASE.md b/RELEASE.md index 0061473e..d2e85e24 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-rc OLD_VERSION=v0.5.0 DESCRIPTION="A test release to see how it works" +make gh-release NEW_VERSION=v0.7.0 OLD_VERSION=v0.5.0 DESCRIPTION="A test release to see how it works" ``` `NEW_VERSION` the version that you want to release. diff --git a/install-slsa-provenance.sh b/install-slsa-provenance.sh index 3fba6dbd..1e03362a 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-rc +VERSION=v0.7.0 RELEASE="https://github.com/philips-labs/slsa-provenance-action/releases/download/${VERSION}" if [[ "$VERSION" == *-draft ]] ; then