Skip to content

Releases: CircleCI-Public/aws-code-deploy-orb

v3.0.0 - auth parameter

28 Mar 18:37
2c64b29
Compare
Choose a tag to compare

This release introduces the new auth parameter in the aws-code-deploy/deploy job. The auth parameter enables users to customize their method of authentication with AWS.

Users are required to import the aws-cli orb and run the aws-cli/setup command in the auth step.

Authenticate with OIDC by providing the aws-cli/setup command with valid role-arn or with static AWS keys stored as env_vars (AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY).

What's Changed

  • MonoRepo to OSK [semver:major] by @KyleTryon in #1
  • Fix issue from 185: aws-code-deploy fails to check the existence of deployment group with extra arguments passed by @KyleTryon in #2
  • #10 Extended: [semver:major] by @KyleTryon in #11
  • refactor: migrate to cpe-dev aws account by @brivu in #18
  • refactor: import create-application.sh script by @brivu in #20
  • refactor: import create-deployment-group.sh script by @brivu in #21
  • refactor: import push-bundle.sh script by @brivu in #23
  • refactor: import deploy-bundle.sh script by @brivu in #22
  • refactor: orb tools 11 migration by @brivu in #19
  • chore: update readme to 1st party badge service by @brivu in #24
  • feat: implement profile-name parameter by @brivu in #25
  • feat: implement oidc authentication by @brivu in #26
  • docs: added deploy_application_with_oidc usage by @brivu in #28
  • docs: update deploy_application usage example by @brivu in #27
  • docs: update readme by @brivu in #29
  • chore: added codeowners file by @Jaryt in #30
  • feat!/auth-step- parameter by @brivu in #32
  • fix!: edit orb name in publish job by @brivu in #33

New Contributors

Full Changelog: https://github.com/CircleCI-Public/aws-code-deploy-orb/commits/v3.0.0