From e7240a1eb2ec0bcaeab35f4f57fc68c6a2b43404 Mon Sep 17 00:00:00 2001 From: "circleci-app[bot]" <127350680+circleci-app[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:09:40 +0000 Subject: [PATCH] chore: bump pinned test AWS CLI version to 2.36.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The orb installs "latest" by default via the AWS-hosted installer, but the `test-install-version` and `test-install-override-version` integration tests pin a specific version to prove the version pin works. That fixture was pinned at 2.15.57, which is far behind the current AWS CLI v2 release. Refresh the pinned test fixture to 2.36.19 (the highest version available across the linux/macOS installers and the Chocolatey `awscli` package used by the Windows executor). No orb behavior change; only the version referenced by the test fixture moves. The `integration-test-skip-install-matched-version` test's 2.1.21 pin is intentionally kept — it verifies override to an older-than-preinstalled version and should not be bumped. AI-Generated: true --- .circleci/test-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/test-deploy.yml b/.circleci/test-deploy.yml index 9f7616f..64f8b8d 100644 --- a/.circleci/test-deploy.yml +++ b/.circleci/test-deploy.yml @@ -350,11 +350,11 @@ workflows: alias: test-install-version parameters: executor: ["docker-base", "macos", "docker-nounset-shell" ] - version: "2.15.57" + version: "2.36.19" filters: *filters post-steps: - check_aws_version: - version: "2.15.57" + version: "2.36.19" # Test overriding existing version of AWS pre-installed - integration-test-install: name: integration-test-install-override-version-<> @@ -363,14 +363,14 @@ workflows: alias: test-install-override-version parameters: executor: ["linuxvm", "windows", "arm"] - version: "2.15.57" + version: "2.36.19" install_dir: "/usr/local/aws-cli" binary_dir: "" override_installed: true filters: *filters post-steps: - check_aws_version: - version: "2.15.57" + version: "2.36.19" - integration-test-static-credentials: context: [CPE_ORBS_AWS] matrix: