Skip to content

Commit

Permalink
Merge pull request #148 from saschagrunert/ci-tools
Browse files Browse the repository at this point in the history
Update `osc`, `shellfmt` and `shellcheck`
  • Loading branch information
openshift-merge-bot[bot] authored Aug 7, 2024
2 parents 9ba8f58 + 73b131d commit d81913c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ZEITGEIST_VERSION = v0.5.3
SHFMT_VERSION := v3.7.0
SHELLCHECK_VERSION := v0.9.0
SHFMT_VERSION := v3.8.0
SHELLCHECK_VERSION := v0.10.0
MDTOC_VERSION := v1.4.0

BUILD_DIR := build
Expand Down
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
match: KUBERNETES_VERSION

- name: OSC
version: 1.8.0
version: 1.8.3
refPaths:
- path: scripts/helpers
match: OSC_VERSION
Expand Down Expand Up @@ -79,13 +79,13 @@ dependencies:
match: QEMUVERSION

- name: shellcheck
version: v0.9.0
version: v0.10.0
refPaths:
- path: Makefile
match: SHELLCHECK_VERSION

- name: shellcheck
version: v3.7.0
- name: shellfmt
version: v3.8.0
refPaths:
- path: Makefile
match: SHFMT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion scripts/helpers
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ curl_retry() {
}

install_osc() {
OSC_VERSION=1.8.0
OSC_VERSION=1.8.3
curl_retry https://github.com/openSUSE/osc/archive/refs/tags/$OSC_VERSION.tar.gz -o- | tar xfz -
pushd osc-$OSC_VERSION
sudo ./setup.py build
Expand Down

0 comments on commit d81913c

Please sign in to comment.