Skip to content

Commit

Permalink
upgrade to talosctl 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Dec 28, 2024
1 parent 7782fdb commit 07acc1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/talosctl/files/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euxo pipefail

# bail when already installed.
if [ -x /usr/local/bin/talosctl ]; then
# e.g. Client v1.9.0
# e.g. Client v1.9.1
actual_version="$(/usr/local/bin/talosctl version --client --short | perl -ne '/^Client v(.+)/ && print $1')"
if [ "$actual_version" == "$TALOSCTL_VERSION" ]; then
echo 'ANSIBLE CHANGED NO'
Expand Down
2 changes: 1 addition & 1 deletion roles/talosctl/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# see https://github.com/siderolabs/talos/releases
# see https://talos.dev/
# renovate: datasource=github-releases depName=siderolabs/talos
talosctl_version: '1.9.0'
talosctl_version: '1.9.1'

0 comments on commit 07acc1b

Please sign in to comment.