Skip to content

Commit

Permalink
Merge pull request #138 from saschagrunert/docs-version
Browse files Browse the repository at this point in the history
Use latest CRI-O version in `get` script docs
  • Loading branch information
openshift-merge-bot[bot] authored Jul 26, 2024
2 parents 5aa580e + fe05dfd commit a08dbdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ curl https://raw.githubusercontent.com/cri-o/packaging/main/get | bash -s -- -a
It is also possible to select a specific git SHA or tag by:

```shell
curl https://raw.githubusercontent.com/cri-o/packaging/main/get | bash -s -- -t v1.29.0
curl https://raw.githubusercontent.com/cri-o/packaging/main/get | bash -s -- -t v1.30.0
```

The above script resolves to the download URL of the static binary bundle
Expand Down
2 changes: 2 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dependencies:
refPaths:
- path: README.md
match: CRIO_VERSION
- path: README.md
match: bash -s -- -t

- name: zeitgeist
version: v0.5.3
Expand Down

0 comments on commit a08dbdc

Please sign in to comment.