diff --git a/roles/composer/defaults/main.yml b/roles/composer/defaults/main.yml index ba6e2d8..cb68758 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:29dc9a19ef33535db061b31180b2a833a7cf8d2cf4145b33a2f83504877bba08' +composer__composer_checksum: 'sha256:aab940cd53d285a54c50465820a2080fcb7182a4ba1e5f795abfb10414a4b4be' # A string containing the version of Composer to install. -composer__composer_version: '2.7.6' +composer__composer_version: '2.7.7' # 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 b25504b..98119b2 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:791510a7436713f87034429585e6c19b7ecf5bb1b76089c946e18575aa5fd11f' - url: 'https://github.com/junegunn/fzf/releases/download/0.52.0/fzf-0.52.0-linux_amd64.tar.gz' + checksum: 'sha256:af2663c3309967dc191d21537e53c2e9f8a37f490a32456b9498a006f05e3796' + url: 'https://github.com/junegunn/fzf/releases/download/0.53.0/fzf-0.53.0-linux_amd64.tar.gz' # See . - binaries: 'packer' - checksum: 'sha256:12977fde5f4fbbb0a88b4e8dc59c2f899113e57292d02a8bdc0efecf8cb3a9a2' - url: 'https://releases.hashicorp.com/packer/1.10.3/packer_1.10.3_linux_amd64.zip' + checksum: 'sha256:dcac06a4c671bbb71e916da5abe947ebf4d6aa35c197e21c7c7b1d68cb8b7cad' + url: 'https://releases.hashicorp.com/packer/1.11.0/packer_1.11.0_linux_amd64.zip' # See . - checksum: 'sha256:6c881ab0698e4e6ea235245f22832860544f17ba386442fe7e9d629f8cbedf87' @@ -59,9 +59,9 @@ development__iosevka_version: '22.0.2' # Obsidian releases are available at and # . The -# following checksum is for the file "obsidian_1.5.12_amd64.deb". -development__obsidian_package_checksum: 'sha256:53d4e04010f852dd3abafbd2d2423071c32e0dcce47ab1b5e4b443ba9dcf75ee' -development__obsidian_version: '1.5.12' +# following checksum is for the file "obsidian_1.6.3_amd64.deb". +development__obsidian_package_checksum: 'sha256:cf88a0a9967ff872175a13e9dfadadeddc6e0ff4f560bf0d7b2e20afd8e7d58c' +development__obsidian_version: '1.6.3' development__projects_folder: 'Shed' development__run_gui_tasks: false diff --git a/roles/golang/defaults/main.yml b/roles/golang/defaults/main.yml index df8db65..7469c5c 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.3.linux-amd64.tar.gz". See also +# binary archive download "go1.22.4.linux-amd64.tar.gz". See also # "golang__golang_version". Go binary archives and checksums are # available at . -golang__golang_archive_checksum: 'sha256:8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36' +golang__golang_archive_checksum: 'sha256:ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d' # A string containing the version of Go to install. -golang__golang_version: '1.22.3' +golang__golang_version: '1.22.4' # 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 fd0492a..2f4f81f 100644 --- a/roles/monitoring/defaults/main.yml +++ b/roles/monitoring/defaults/main.yml @@ -9,10 +9,10 @@ # 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:c184e5dd98d518ac468339a9e073c233f777e0948a18862dd88e3f1bdcdf1438' +monitoring__node_exporter_archive_checksum: 'sha256:fbadb376afa7c883f87f70795700a8a200f7fd45412532cc1938a24d41078011' # A string containing the version of Node Exporter to install. -monitoring__node_exporter_version: '1.8.0' +monitoring__node_exporter_version: '1.8.1' # 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 f5358f2..c1b160a 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.13.1-linux-x64.tar.xz". See also +# Node.js binary archive "node-v20.14.0-linux-x64.tar.xz". See also # "nodejs__version". Node.js binary archives and checksums are # available at . -nodejs__nodejs_archive_checksum: 'sha256:efc0f295dd878e510ab12ea36bbadc3db03c687ab30c07e86c7cdba7eed879a9' +nodejs__nodejs_archive_checksum: 'sha256:fedf8fa73b6f51c4ffcc5da8f86cd1ed381bc9dceae0829832c7d683a78b8e36' # A string containing the version of Node.js to install. -nodejs__nodejs_version: '20.13.1' +nodejs__nodejs_version: '20.14.0' # The following variables will have host-specific and/or sensitive