diff --git a/RELEASES.md b/RELEASES.md index 30a27ece610e33b323ce52d6c02a13e28e6bd713..772c13d016869466459f6022ba0f617d84d3f3fd 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 6fac9eedde17d9140e78f7507e6927b1a019c602..0cec232104b2a867473238f249273ce1536803c9 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"