From 0132010cafe3d3ca202a5b8313676d41691302e2 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Wed, 17 Jul 2024 17:34:16 -0400 Subject: [PATCH 1/2] bump doc version var to 1.22.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48d53e1..f9ce4d5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`): ```yaml istioctl_app: istioctl -istioctl_version: 1.22.1 +istioctl_version: 1.22.3 istioctl_os: linux istioctl_architecture_map: amd64: amd64 @@ -39,7 +39,7 @@ istioctl_file_mode: '0755' Variable | Description ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- istioctl_app | Defines the app to install i.e. **istioctl** -istioctl_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.22.1** +istioctl_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.22.3** istioctl_os | Defines os type. Used for obtaining the correct type of binaries based on OS type. Defaults to: **linux** istioctl_architecture_map | Defines os architecture. Used to set the correct type of binaries based on OS System Architecture. istioctl_dl_url | Defines URL to download the istioctl binary from. From 7ee82bcc7df79c0f96679b7c423210179d328a52 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Wed, 17 Jul 2024 17:34:29 -0400 Subject: [PATCH 2/2] bump role default version var to 1.22.3 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 0fa711e..4198085 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ # defaults file for istioctl istioctl_app: istioctl -istioctl_version: 1.22.1 +istioctl_version: 1.22.3 istioctl_os: linux istioctl_architecture_map: amd64: amd64