From dab428b23037a381f8473de8befcc6601564138f Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:44:44 +0200 Subject: [PATCH] Bump pwsh version to 7.4.3 (#1237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `Pwsh` version in the provisioning/tools-versions.y... ... ml file Made with ❤️️ by updatecli * chore: Update the `Pwsh` version in the goss test Made with ❤️️ by updatecli * Update goss/goss-windows.yaml --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Damien Duportal --- goss/goss-windows.yaml | 2 +- provisioning/tools-versions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/goss/goss-windows.yaml b/goss/goss-windows.yaml index 917630679..513fb7dc9 100644 --- a/goss/goss-windows.yaml +++ b/goss/goss-windows.yaml @@ -41,7 +41,7 @@ command: exec: pwsh -command "(Get-Host).Version" exit-status: 0 stdout: - - /7.*4.*2/ + - /7.*4.*3/ python3: exec: python --version exit-status: 0 diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 687bc5321..2c22ac581 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -46,7 +46,7 @@ terraform_version: 1.6.6 trivy_version: 0.52.2 updatecli_version: 0.79.1 vagrant_version: 2.4.1 -windows_pwsh_version: 7.4.2 +windows_pwsh_version: 7.4.3 xq_version: 1.2.3 yq_version: 4.42.1 playwright_version: 1.44.1