From 3311056d150bdb31ab45a67fcea6dbba6f1ca9cc Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Wed, 11 Sep 2024 21:34:59 -0400 Subject: [PATCH 1/2] bump doc version var to 0.80.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14a5c3e..a30ca81 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Available variables are listed below (located in `defaults/main.yml`): ```yaml grype_app: grype grype_desired_state: present -grype_version: 0.80.0 +grype_version: 0.80.1 grype_os: "{{ ansible_system | lower }}" grype_architecture_map: amd64: amd64 @@ -42,7 +42,7 @@ Variable | Description ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- grype_app | Defines the app to install i.e. **grype** grype_desired_state | Defined to dynamically chose whether to install (i.e. either `present` or `latest`) or uninstall (i.e. `absent`) the package. Defaults to `present`. -grype_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.80.0** +grype_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.80.1** grype_os | Defines os type. Used for obtaining the correct type of binaries based on OS type. grype_architecture_map | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture. grype_debian_url | Defines URL to download the 'deb' package from for Debian/Ubuntu family systems. From 4a5086ca2139baa69ec0228c3d767ea66472b1a7 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Wed, 11 Sep 2024 21:35:11 -0400 Subject: [PATCH 2/2] bump default version var to 0.80.1 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 03eace3..5c142f4 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -3,7 +3,7 @@ grype_app: grype grype_desired_state: present -grype_version: 0.80.0 +grype_version: 0.80.1 grype_os: "{{ ansible_system | lower }}" grype_architecture_map: amd64: amd64