From 85ebf598b77fcef633d3608633c80703c70482e1 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Wed, 29 Nov 2023 19:19:05 -0500 Subject: [PATCH 1/2] bump doc version var to 0.98.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a50b36f..bb7ff2d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Available variables are listed below (located in `defaults/main.yml`): ```yaml syft_app: syft syft_desired_state: present -syft_version: 0.97.1 +syft_version: 0.98.0 syft_os: linux syft_arch: amd64 @@ -34,7 +34,7 @@ Variable | Description ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- syft_app | Defines the app to install i.e. **syft** syft_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`. -syft_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.97.1** +syft_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.98.0** syft_os | Defines os type. Used for obtaining the correct type of binaries based on OS type. Defaults to: **linux** syft_arch | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture. Defaults to: **amd64** syft_debian_url | Defines URL to download the 'deb' package from for Debian/Ubuntu family systems. From ae00dc96b9a3e2fc8d0ae3e44bba0caffcaf3247 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Wed, 29 Nov 2023 19:19:19 -0500 Subject: [PATCH 2/2] bump role default version var to 0.98.0 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index bebb7af..69054fb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -3,7 +3,7 @@ syft_app: syft syft_desired_state: present -syft_version: 0.97.1 +syft_version: 0.98.0 syft_os: linux syft_arch: amd64