Skip to content

Commit 9825851

Browse files
chore: Update docs for v2.7.0 (#829)
#label:release v2.7.0 Updates docs to reference the new v2.7.0 release. **How to verify** Clone the repo and run the script described in https://github.com/slsa-framework/slsa-verifier/blob/main/RELEASE.md#verify-provenance. ``` git clone [email protected]:slsa-framework/slsa-verifier.git cd slsa-verifier chmod +x verify-release.sh GH_TOKEN=`gh auth token` bash verify-release.sh v2.7.0 ``` Using the temp directory logged from the above command ``` cd <logged temp directory from running verify-release.sh> sha256sum * | grep -v "intoto" 36694b43ab23be234add09272e5faf77349d7e267bf65c01dc9bcdf58c4f496e slsa-verifier-darwin-amd64 84d9122ce12e0c79080844285fd5c4976407ed3463e434a1b21b0979c46b1e55 slsa-verifier-darwin-arm64 499befb675efcca9001afe6e5156891b91e71f9c07ab120a8943979f85cc82e6 slsa-verifier-linux-amd64 dc3845d7605f666a0938389c1c5735230e50b32a547867ffd351fb14df928167 slsa-verifier-linux-arm64 61ff8b1cca6ac0012b0ba906367836f64a389444766be437df2a69f71285f43b slsa-verifier-windows-amd64.exe ddf58798049599c44caf299b6a9cf8a41760daa94ee208bdae8aa78fc75dcb2b slsa-verifier-windows-arm64.exe ``` Confirm your output checksums matches those in this PR's changes for SHA256SUM.md. --------- Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 6657aad commit 9825851

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You have two options to install the verifier.
103103
If you want to install the verifier, you can run the following command:
104104

105105
```bash
106-
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.6.0
106+
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.7.0
107107
$ slsa-verifier <options>
108108
```
109109

@@ -149,7 +149,7 @@ $ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier
149149

150150
```bash
151151
$ git clone [email protected]:slsa-framework/slsa-verifier.git
152-
$ cd slsa-verifier && git checkout v2.6.0
152+
$ cd slsa-verifier && git checkout v2.7.0
153153
$ go run ./cli/slsa-verifier <options>
154154
```
155155

@@ -159,7 +159,7 @@ If you need to install the verifier to run in a GitHub workflow, use the install
159159

160160
### Download the binary
161161

162-
Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.6.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.6.0)
162+
Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.0)
163163

164164
Download the [SHA256SUM.md](https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md).
165165

SHA256SUM.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### [v2.7.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.0)
2+
3+
36694b43ab23be234add09272e5faf77349d7e267bf65c01dc9bcdf58c4f496e slsa-verifier-darwin-amd64
4+
84d9122ce12e0c79080844285fd5c4976407ed3463e434a1b21b0979c46b1e55 slsa-verifier-darwin-arm64
5+
499befb675efcca9001afe6e5156891b91e71f9c07ab120a8943979f85cc82e6 slsa-verifier-linux-amd64
6+
dc3845d7605f666a0938389c1c5735230e50b32a547867ffd351fb14df928167 slsa-verifier-linux-arm64
7+
61ff8b1cca6ac0012b0ba906367836f64a389444766be437df2a69f71285f43b slsa-verifier-windows-amd64.exe
8+
ddf58798049599c44caf299b6a9cf8a41760daa94ee208bdae8aa78fc75dcb2b slsa-verifier-windows-arm64.exe
9+
110
### [v2.6.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.6.0)
211

312
f838adf01bbe62b883e7967167fa827bbf7373f83e2d7727ec18e53f725fee93 slsa-verifier-darwin-amd64

actions/installer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For more information about SLSA in general, see [https://slsa.dev](https://slsa.
1111
To install a specific version of `slsa-verifier`, use:
1212

1313
```yaml
14-
uses: slsa-framework/slsa-verifier/actions/installer@v2.6.0
14+
uses: slsa-framework/slsa-verifier/actions/installer@v2.7.0
1515
```
1616
1717
See https://github.com/slsa-framework/slsa-verifier/releases for the list of available `slsa-verifier` releases. Only versions greater or equal to 2.0.1 are supported.

0 commit comments

Comments
 (0)