Skip to content

Commit 0f7299e

Browse files
Merge pull request cri-o#89 from saschagrunert/osc
Update osc to v1.6.1
2 parents 0ed1689 + 7e9554b commit 0f7299e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
match: KUBERNETES_VERSION
2222

2323
- name: OSC
24-
version: 1.3.1
24+
version: 1.6.1
2525
refPaths:
2626
- path: scripts/helpers
2727
match: OSC_VERSION

scripts/helpers

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl_retry() {
1919
}
2020

2121
install_osc() {
22-
OSC_VERSION=1.3.1
22+
OSC_VERSION=1.6.1
2323
curl_retry https://github.com/openSUSE/osc/archive/refs/tags/$OSC_VERSION.tar.gz -o- | tar xfz -
2424
pushd osc-$OSC_VERSION
2525
sudo ./setup.py build

0 commit comments

Comments
 (0)