Aws Cli Orb Versions Save

Install and configure the AWS command-line interface (awscli)

v4.1.3

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/CircleCI-Public/aws-cli-orb/compare/v4.1.2...v4.1.3

v4.1.2

6 months ago

What's Changed

Full Changelog: https://github.com/CircleCI-Public/aws-cli-orb/compare/v4.1.1...v4.1.2

v4.1.1

8 months ago

v4.1.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/CircleCI-Public/aws-cli-orb/compare/v4.0.0...v4.1.0

v4.0.0

11 months ago

Description

This major release updates the AWS CLI Orb to the new major version of Orb Tools. As it contains breaking changes, several modifications were unnecessary to move from v11 to v12.

Changes

  1. All parameters and commands containing dashes have been converted to the new snake case standard (replace - with _).
  2. The comprehensive list of changes can be found below.

Changes in .circleci/config.yml:

  1. Update the orb-tools version from 11.6 to 12.0.
  2. Move the job requirement list from orb-tools/publish to orb-tools/continue.
  3. Remove the orb-tools/publish job since development versions are no longer necessary.
  4. Add the new orb_name parameter in orb-tools/continue.
  5. Rename the orb-tools/continue job parameters to comply with the new snake case standard.
    • orb_name, pipeline_number and vcs_type.

Changes in .circleci/test-deploy.yml:

  1. Update the orb-tools version from 11.6 to 12.0.
  2. Remove the aws-cli: circleci/aws-cli@dev:<<pipeline.git.revision>> line, and replace it with aws-cli: {}.
  3. Remove the orb-tools/lint, orb-tools/pack, and orb-tools/review jobs. ⚠️
  4. Rename the orb-tools/publish job parameters to comply with the new snake case standard.
    • orb_name, vcs_type, pub_type, enable_pr_comment and github_token.
  5. Change the orb-tools/pack filter to trigger only on tagged releases.

Changes in src/commands/setup.yml

  1. Change the aws-region parameter to region. The new type is a string with a default value of ${AWS_DEFAULT_REGION}

Changes in src/examples/configure_role_arn.yml:

  1. Replace aws-cli/configure-role-arn with aws-cli/configure_role_arn to comply with the new snake case standard.

Changes in src/examples/install_aws_cli_with_web_identity.yml:

  1. Replace aws-cli/install_aws_cli_with_web_identity with aws-cli/install_aws_cli_with_web_identity to comply with the new snake case standard.

Changes in src/examples/install_aws_cli:

  1. Replace aws-cli/install_aws_cli_with_web_identity with aws-cli/install_aws_cli_with_web_identity to comply with the new snake case standard.

⚠️: This change is not related to the migration itself. These jobs were redundant in test-deploy.yml as they already run in config.yml. See Orb-Template #2.

v3.1.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/CircleCI-Public/aws-cli-orb/compare/v3.1.4...v3.1.5

v3.1.4

1 year ago

What's Changed

Full Changelog: https://github.com/CircleCI-Public/aws-cli-orb/compare/v3.1.3...v3.1.4

v3.1.3

1 year ago

What's Changed

Full Changelog: https://github.com/CircleCI-Public/aws-cli-orb/compare/v3.1.2...v3.1.3

v3.1.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/CircleCI-Public/aws-cli-orb/compare/v3.1.1...v3.1.2

v3.1.1

2 years ago

This patch update addresses the following issues:

  1. #107
  2. #106
  3. #105

What's Changed

Full Changelog: https://github.com/CircleCI-Public/aws-cli-orb/compare/v3.1.0...v3.1.1