From f853e80ea6df490da6ce624456ce51a00449da3a Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Fri, 12 Jul 2024 21:27:51 -0400 Subject: [PATCH 1/2] set doc version var to 1.30.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f34d8e..47a9d5c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`): ```yaml crictl_app: crictl -crictl_version: 1.30.0 +crictl_version: 1.30.1 crictl_os: "{{ ansible_system | lower }}" crictl_architecture_map: amd64: amd64 @@ -38,7 +38,7 @@ crictl_file_group: root Variable | Description ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- crictl_app | Defines the app to install i.e. **crictl** -crictl_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.30.0** +crictl_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.30.1** crictl_os | Defines os type. crictl_architecture_map | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture. crictl_dl_url | Defines URL to download the crictl binary from. From 1e6b7d017ef1384b1b3163cd0bc62385708e0258 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Fri, 12 Jul 2024 21:28:05 -0400 Subject: [PATCH 2/2] set role default version var to 1.30.1 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 9a5f42e..c4e4f71 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ # defaults file for crictl crictl_app: crictl -crictl_version: 1.30.0 +crictl_version: 1.30.1 crictl_os: "{{ ansible_system | lower }}" crictl_architecture_map: amd64: amd64