diff --git a/roles/cni_plugins/defaults/main.yml b/roles/cni_plugins/defaults/main.yml index c236588..de13297 100644 --- a/roles/cni_plugins/defaults/main.yml +++ b/roles/cni_plugins/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version of the CNI plugins to install -cni_version: 1.6.0 +cni_version: 1.6.1 # Archive where the pre compiled bin archive will be downloaded cni_archive_url: https://github.com/containernetworking/plugins/releases/download/v{{ cni_version }}/cni-plugins-linux-amd64-v{{ cni_version }}.tgz # Expected checksum of the archive -cni_archive_sha256: 682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d +cni_archive_sha256: 2503ce29ac445715ebe146073f45468153f9e28f45fa173cb060cfd9e735f563 # Where the plugins will be installed (binaries will be extracted in a /bin sub-directory) cni_root_dir: /opt/cni diff --git a/roles/metabase/defaults/main.yml b/roles/metabase/defaults/main.yml index c4f1521..9e57951 100644 --- a/roles/metabase/defaults/main.yml +++ b/roles/metabase/defaults/main.yml @@ -1,15 +1,15 @@ --- # Version to deploy -metabase_version: 0.51.3 +metabase_version: 0.51.6 # URL to fetch the jar metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar # Expected sha256 of the jar -metabase_jar_sha256: ca765de8d3aedf37162f9dce18d793ed22a653fc74228b9870016566eef405b5 +metabase_jar_sha256: 9ad00fbdf571840c522ff31105145d9aa8ac5033c4075421cefcfe30434f0b65 # When building from source metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz # Expected sha256 of the archive -metabase_archive_sha256: 5341dab821435676cc25e5f91610bfe3426df108c11d571a4925b4a8cd3ad97a +metabase_archive_sha256: ac7963dcdbd633e7aa816d872dc6462add547b43698af47a214a838a767d0063 # Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled metabase_manage_upgrade: True diff --git a/roles/repo_samba4/vars/RedHat-8.yml b/roles/repo_samba4/vars/RedHat-8.yml index 4969cb5..fc87402 100644 --- a/roles/repo_samba4/vars/RedHat-8.yml +++ b/roles/repo_samba4/vars/RedHat-8.yml @@ -1,3 +1,3 @@ --- -samba_major_version: '4.20' +samba_major_version: '4.21' diff --git a/roles/repo_samba4/vars/RedHat-9.yml b/roles/repo_samba4/vars/RedHat-9.yml index 4969cb5..fc87402 100644 --- a/roles/repo_samba4/vars/RedHat-9.yml +++ b/roles/repo_samba4/vars/RedHat-9.yml @@ -1,3 +1,3 @@ --- -samba_major_version: '4.20' +samba_major_version: '4.21'