From 36185f07c23fe49bc516b320ff9d2a6f5baee32f Mon Sep 17 00:00:00 2001 From: electrocucaracha bot Date: Fri, 21 Feb 2025 01:19:46 +0000 Subject: [PATCH] Upgrade pinned versions file --- ci/pinned_versions.env | 2 +- src/aws/devcontainer-feature.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pinned_versions.env b/ci/pinned_versions.env index 7c0fdff2..d6f1dce8 100644 --- a/ci/pinned_versions.env +++ b/ci/pinned_versions.env @@ -1,6 +1,6 @@ export PKG_ACT_VERSION=0.2.74 -export PKG_AWS_VERSION=2.24.8 +export PKG_AWS_VERSION=2.24.9 export PKG_CNI_PLUGINS_VERSION=1.6.2 export PKG_CRUN_VERSION=1.20 export PKG_DOCKER_DIVE_VERSION=0.12.0 diff --git a/src/aws/devcontainer-feature.json b/src/aws/devcontainer-feature.json index 56834abf..a115c6e1 100644 --- a/src/aws/devcontainer-feature.json +++ b/src/aws/devcontainer-feature.json @@ -7,7 +7,7 @@ "pkg_aws_version": { "type": "string", "description": "Specifies the AWS CLI version to be installed", - "default": "2.24.8" // PKG_AWS_VERSION + "default": "2.24.9" // PKG_AWS_VERSION }, "pkg_debug": { "type": "boolean",