From e8005029e99f7deefc2ee55cda560cb3975bce0f Mon Sep 17 00:00:00 2001 From: Jean-Francois HOVINNE <jean-francois.hovinne@ext.ec.europa.eu> Date: Fri, 19 Aug 2022 09:59:16 +0200 Subject: [PATCH] chore(security): summon v0.9.4 (fixes #8) --- RELEASES.md | 3 ++- defaults/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 30a27ec..772c13d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -3,11 +3,12 @@ ## 1.3.x - Ubuntu 22.04 LTS support added. +- Security update summon v0.9.4 ## 1.2.x - The project is made open source and published on GitLab & GitHub. -- Security update summon v0.9.2. +- Security update summon v0.9.2 ## 1.1.x diff --git a/defaults/main.yml b/defaults/main.yml index 6fac9ee..0cec232 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- -summon_version: 0.9.3 +summon_version: 0.9.4 summon_download_url: "https://github.com/cyberark/summon/releases/download/v{{ summon_version }}/summon-linux-amd64.tar.gz" -summon_checksum: "sha256:1dcd19bd43a04095719f47e37b204ab07d73fa45e7307d10192b57d4ba271cd8" +summon_checksum: "sha256:79e7ed0bf023a909b758127d596960517b7dbc01c1a71bc301cfdbf2bc302ed9" summon_path: "/opt/summon/{{ summon_version }}" summon_bin: "/usr/local/bin/summon" -- GitLab