Skip to content

Commit 3c4de6e

Browse files
committed
Update osc to v1.15.1
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 70c2534 commit 3c4de6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
match: KUBERNETES_VERSION
2828

2929
- name: OSC
30-
version: 1.13.0
30+
version: 1.15.1
3131
refPaths:
3232
- path: scripts/helpers
3333
match: OSC_VERSION

Diff for: 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.13.0
22+
OSC_VERSION=1.15.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)