From b6178d7d137e45b6a357e22644716b33487828de Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:22:05 +0000 Subject: [PATCH] Bump `ruby` version to 3.3.6 (#1513) 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 40affa2f6..3a1af500d 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.57.0 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index b8dd7f55c..31d23648a 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 7b06a449c..b90ef7d98 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