Skip to content

Commit dddb40e

Browse files
committed
Bump v0.7.1 to v0.7.2 for release
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
1 parent 1a66b6c commit dddb40e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199

200200
steps:
201201
- name: Generate provenance for Release
202-
uses: philips-labs/slsa-provenance-action@v0.7.1
202+
uses: philips-labs/slsa-provenance-action@v0.7.2
203203
with:
204204
command: generate
205205
subcommand: github-release
@@ -249,7 +249,7 @@ jobs:
249249
cosign-release: 'v1.5.1'
250250

251251
- name: Generate provenance for ${{ matrix.repo }}
252-
uses: philips-labs/slsa-provenance-action@v0.7.1
252+
uses: philips-labs/slsa-provenance-action@v0.7.2
253253
with:
254254
command: generate
255255
subcommand: container

.github/workflows/example-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/download-artifact@v2
2727

2828
- name: Generate provenance
29-
uses: philips-labs/slsa-provenance-action@v0.7.1
29+
uses: philips-labs/slsa-provenance-action@v0.7.2
3030
with:
3131
command: generate
3232
subcommand: files

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ See all available images [here.](https://hub.docker.com/r/philipssoftware/slsa-p
109109
Run the Docker image by doing:
110110

111111
```sh
112-
docker run philipssoftware/slsa-provenance:v0.7.1
112+
docker run philipssoftware/slsa-provenance:v0.7.2
113113
```
114114

115115
**GitHub Container Registry**
116116
See all available images [here.](https://github.com/philips-labs/slsa-provenance-action/pkgs/container/slsa-provenance)
117117
Run the Docker image by doing:
118118

119119
```sh
120-
docker run ghcr.io/philips-labs/slsa-provenance:v0.7.1
120+
docker run ghcr.io/philips-labs/slsa-provenance:v0.7.2
121121
```
122122

123123
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
145145

146146
steps:
147147
- name: Generate provenance for Release
148-
uses: philips-labs/slsa-provenance-action@v0.7.1
148+
uses: philips-labs/slsa-provenance-action@v0.7.2
149149
with:
150150
command: generate
151151
subcommand: files
@@ -180,7 +180,7 @@ The easiest way to use this action is to add the following into your workflow fi
180180
path: extra-materials/
181181

182182
- name: Generate provenance
183-
uses: philips-labs/slsa-provenance-action@v0.7.1
183+
uses: philips-labs/slsa-provenance-action@v0.7.2
184184
with:
185185
command: generate
186186
subcommand: files

RELEASE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
To make a new release you can make use of the following `make` task.
66

77
```bash
8-
make gh-release NEW_VERSION=v0.7.1 OLD_VERSION=v0.5.0 DESCRIPTION="A test release to see how it works"
8+
make gh-release NEW_VERSION=v0.7.2 OLD_VERSION=v0.5.0 DESCRIPTION="A test release to see how it works"
99
```
1010

1111
`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
1515
Visit <https://github.com/philips-labs/slsa-provenance-action/releases>.
1616
Edit the release and save it to publish to GitHub Marketplace.
1717

18-
> :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.
18+
> :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.
1919
2020
### ⚠ Important alert for MacOS users ⚠
2121

install-slsa-provenance.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ INSTALL_PATH=${INSTALL_PATH:-$(realpath ./.slsa-provenance)}
2121

2222
mkdir -p "${INSTALL_PATH}"
2323

24-
VERSION=v0.7.1
24+
VERSION=v0.7.2
2525
RELEASE="https://github.com/philips-labs/slsa-provenance-action/releases/download/${VERSION}"
2626

2727
if [[ "$VERSION" == *-draft ]] ; then

0 commit comments

Comments
 (0)