From 788e684d746a90838186c23cd44a022d1580fa99 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:13:39 +0100 Subject: [PATCH] Bump `ruby` version to 3.3.6 (#1501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the Ruby version in provisioning environment Made with ❤️️ by updatecli * chore: Update the Ruby version in the goss test file for linux Made with ❤️️ by updatecli * chore: Update the Ruby version in the goss test file for windows Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- provisioning/tools-versions.yml | 2 +- tests/goss-linux.yaml | 2 +- tests/goss-windows.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 7187bb9ab..0d3e5213d 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -39,7 +39,7 @@ openssh_authorized_keys_url: https://raw.githubusercontent.com/jenkins-infra/aws packer_version: 1.11.2 python3_version: 3.12.6 ruby_puppet_version: 2.6.10 -ruby_version: 3.3.5 +ruby_version: 3.3.6 sops_version: 3.9.1 terraform_version: 1.9.8 trivy_version: 0.56.2 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index c4daf68b0..8964b52d4 100644 --- a/tests/goss-linux.yaml +++ b/tests/goss-linux.yaml @@ -102,7 +102,7 @@ command: exit-status: 0 stdout: - 2.6.10 - - 3.3.5 + - 3.3.6 rngd: exec: rngd --version exit-status: 0 diff --git a/tests/goss-windows.yaml b/tests/goss-windows.yaml index 044c1a44b..4fc75bc88 100644 --- a/tests/goss-windows.yaml +++ b/tests/goss-windows.yaml @@ -55,7 +55,7 @@ command: exec: ruby -v exit-status: 0 stdout: - - 3.3.5 + - 3.3.6 vagrant: exec: vagrant --version exit-status: 0