Skip to content

Commit

Permalink
Use latest software, release v0.9.20230405
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Apr 5, 2023
1 parent 0f6db6d commit 20c45a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ file from the released version. RHEL demands administrative rights to write to
`/usr/local/bin`, `sudo` before `tar` is used:

```sh
REL=0.9.20230313
REL=0.9.20230405
SRC=https://github.com/rdavid/gento/archive/refs/tags/v$REL.tar.gz
curl --location --silent $SRC |
sudo tar \
Expand All @@ -43,7 +43,7 @@ with all dependencies run POSIX-compliant shell script file
process owned by the superuser:

```sh
REL=0.9.20230313
REL=0.9.20230405
SRC=https://github.com/rdavid/gento/archive/refs/tags/v$REL.tar.gz
sudo su -c eval -c "$(
curl --location --silent $SRC |
Expand Down
2 changes: 1 addition & 1 deletion app/gento
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
readonly \
BASE_APP_USAGE=Usage:\ gento\ settings-cnf-name.yml. \
BASE_APP_VERSION=0.9.20230405 \
BASE_MIN_VERSION=0.9.20230312
BASE_MIN_VERSION=0.9.20230405
. base.sh

# First extracts a version from a sidecar settings file, on failure extracts
Expand Down
6 changes: 3 additions & 3 deletions app/install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
readonly \
BASE_APP_VERSION=0.9.20230405 \
DST=/usr/local/bin \
GOR=0.9.20230313 \
GOR=0.9.20230405 \
PKG="\
curl \
dci-ansible \
Expand All @@ -18,9 +18,9 @@ jq \
python3-dciclient \
tar \
which" \
SHR=0.9.20230312 \
SHR=0.9.20230405 \
USR=dci-openshift-app-agent \
YQR=4.33.1
YQR=4.33.2
readonly \
GO=https://github.com/rdavid/gento/archive/refs/tags/v$GOR.tar.gz \
OC=https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-linux.tar.gz \
Expand Down

0 comments on commit 20c45a6

Please sign in to comment.