diff --git a/roles/composer/defaults/main.yml b/roles/composer/defaults/main.yml index 74a161a..ba6e2d8 100644 --- a/roles/composer/defaults/main.yml +++ b/roles/composer/defaults/main.yml @@ -11,10 +11,10 @@ # A string containing a checksum used to verify the integrity of the # Composer PHP archive download "composer.phar". See also # "composer__composer_version". -composer__composer_checksum: 'sha256:049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac' +composer__composer_checksum: 'sha256:29dc9a19ef33535db061b31180b2a833a7cf8d2cf4145b33a2f83504877bba08' # A string containing the version of Composer to install. -composer__composer_version: '2.7.2' +composer__composer_version: '2.7.6' # The following variables will have host-specific and/or sensitive diff --git a/roles/development/defaults/main.yml b/roles/development/defaults/main.yml index 1abc6ad..b25504b 100644 --- a/roles/development/defaults/main.yml +++ b/roles/development/defaults/main.yml @@ -13,13 +13,13 @@ development__binary_archives: # See . - binaries: 'fzf' - checksum: 'sha256:8fcefbcb085706de98f5fd23955ff343bd75eed826ec0a9c793bacba15ca9932' - url: 'https://github.com/junegunn/fzf/releases/download/0.50.0/fzf-0.50.0-linux_amd64.tar.gz' + checksum: 'sha256:791510a7436713f87034429585e6c19b7ecf5bb1b76089c946e18575aa5fd11f' + url: 'https://github.com/junegunn/fzf/releases/download/0.52.0/fzf-0.52.0-linux_amd64.tar.gz' # See . - binaries: 'packer' - checksum: 'sha256:6ed412d212e6948f956a92099d6f941ddb470ff30ab40432622f5e68d594ec46' - url: 'https://releases.hashicorp.com/packer/1.10.2/packer_1.10.2_linux_amd64.zip' + checksum: 'sha256:12977fde5f4fbbb0a88b4e8dc59c2f899113e57292d02a8bdc0efecf8cb3a9a2' + url: 'https://releases.hashicorp.com/packer/1.10.3/packer_1.10.3_linux_amd64.zip' # See . - checksum: 'sha256:6c881ab0698e4e6ea235245f22832860544f17ba386442fe7e9d629f8cbedf87' @@ -36,16 +36,16 @@ development__binary_archives: development__debian_packages: # See . - - checksum: 'sha256:b51029afd2e302679aabb9464cd96bda378145d48bb853bd32d93c57b93a293d' - url: 'https://github.com/jgm/pandoc/releases/download/3.1.13/pandoc-3.1.13-1-amd64.deb' + - checksum: 'sha256:a6244d6e8f58c84e8cc57bc640b52b5462760750f80efd2afcb0fde5ce5b86d0' + url: 'https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-1-amd64.deb' # See . - checksum: 'sha256:78953d5a1c97cb363de0098ff73a7ef33fcae014abd4d62f0da490fe3f58ee94' url: 'https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep_14.1.0-1_amd64.deb' # See . - - checksum: 'sha256:8d60fc4127347b48487d7da99ffe825dd9d2d1740dcad2a9d283d30d26925753' - url: 'https://github.com/go-task/task/releases/download/v3.36.0/task_linux_amd64.deb' + - checksum: 'sha256:ad90c23b9e77c11da0cc1f6cbf88240bc64f902e1f5bc43098f109467304cda1' + url: 'https://github.com/go-task/task/releases/download/v3.37.2/task_linux_amd64.deb' # The following checksum is for the entr 5.5 source code archive # "5.5.tar.gz" from . diff --git a/roles/golang/defaults/main.yml b/roles/golang/defaults/main.yml index 7174afc..df8db65 100644 --- a/roles/golang/defaults/main.yml +++ b/roles/golang/defaults/main.yml @@ -6,13 +6,13 @@ --- # A string containing a checksum used to verify the integrity the Go -# binary archive download "go1.22.2.linux-amd64.tar.gz". See also +# binary archive download "go1.22.3.linux-amd64.tar.gz". See also # "golang__golang_version". Go binary archives and checksums are # available at . -golang__golang_archive_checksum: 'sha256:5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17' +golang__golang_archive_checksum: 'sha256:8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36' # A string containing the version of Go to install. -golang__golang_version: '1.22.2' +golang__golang_version: '1.22.3' # The following variables will have host-specific and/or sensitive diff --git a/roles/monitoring/defaults/main.yml b/roles/monitoring/defaults/main.yml index 26c2cbe..fd0492a 100644 --- a/roles/monitoring/defaults/main.yml +++ b/roles/monitoring/defaults/main.yml @@ -6,13 +6,13 @@ --- # A string containing a checksum used to verify the integrity the Node -# Exporter binary archive "node_exporter-1.7.0.linux-amd64.tar.gz". +# Exporter binary archive "node_exporter-1.8.0.linux-amd64.tar.gz". # node_exporter binaries and checksums are available at # . -monitoring__node_exporter_archive_checksum: 'sha256:a550cd5c05f760b7934a2d0afad66d2e92e681482f5f57a917465b1fba3b02a6' +monitoring__node_exporter_archive_checksum: 'sha256:c184e5dd98d518ac468339a9e073c233f777e0948a18862dd88e3f1bdcdf1438' # A string containing the version of Node Exporter to install. -monitoring__node_exporter_version: '1.7.0' +monitoring__node_exporter_version: '1.8.0' # The following variables will have host-specific and/or sensitive diff --git a/roles/nodejs/defaults/main.yml b/roles/nodejs/defaults/main.yml index a78e2b2..f5358f2 100644 --- a/roles/nodejs/defaults/main.yml +++ b/roles/nodejs/defaults/main.yml @@ -6,13 +6,13 @@ --- # A string containing a checksum used to verify the integrity of the -# Node.js binary archive "node-v20.11.1-linux-x64.tar.xz". See also +# Node.js binary archive "node-v20.13.1-linux-x64.tar.xz". See also # "nodejs__version". Node.js binary archives and checksums are # available at . -nodejs__nodejs_archive_checksum: 'sha256:595272130310cbe12301430756f23d153f7ab95d00174c02adc11a2e3703d183' +nodejs__nodejs_archive_checksum: 'sha256:efc0f295dd878e510ab12ea36bbadc3db03c687ab30c07e86c7cdba7eed879a9' # A string containing the version of Node.js to install. -nodejs__nodejs_version: '20.12.2' +nodejs__nodejs_version: '20.13.1' # The following variables will have host-specific and/or sensitive diff --git a/roles/rust/defaults/main.yml b/roles/rust/defaults/main.yml index 3db6417..83f8686 100644 --- a/roles/rust/defaults/main.yml +++ b/roles/rust/defaults/main.yml @@ -6,10 +6,11 @@ --- # A string containing a checksum used to verify the integrity of the -# "rustup-init" binary. Checksums are available at -# . See also -# "rust__rustup_init_url". -rust__rustup_init_checksum: 'sha256:0b2f6c8f85a3d02fde2efc0ced4657869d73fccfce59defb4e8d29233116e6db' +# "rustup-init" binary. Binary checksums are available by appending +# ".sha256" to the binary download URL (for more information, see +# ). See +# also "rust__rustup_init_url". +rust__rustup_init_checksum: 'sha256:6aeece6993e902708983b209d04c0d1dbb14ebb405ddb87def578d41f920f56d' # A string containing the URL to the "rustup-init" binary. rust__rustup_init_url: 'https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init'