Skip to content

v3.2.0 - OIDC Support, Docker Label Updates and Container Secrets Update Support

Compare
Choose a tag to compare
@brivu brivu released this 01 Sep 08:04
· 16 commits to master since this release
daa548c

Added Parameters

The deploy-service-update, run-task, update-task-definition-from-json and update-task-definition jobs now support authorization using OpenID Connect. To generate temporary AWS keys, a valid role-arn and context must be provided

  • aws-region: AWS region to operate in.
  • profile-name: AWS profile name to be configured.
  • role-arn: The Amazon Resource Name (ARN) of the role that the caller is assuming. Role ARN must be configured for web identity.
    -role-session-name: An identifier for the assumed role session.
  • session-duration: The duration of the session in seconds

The update-service and update-task-definition commands now support updating container secrets and Docker labels in ecs task definitions

  • container-secret-updates: Use this to update or set the values of secret variables that will be defined for the containers.
  • container-docker-label-updates: Use this to update or set the values of docker label variables that will be defined for the containers.

What's Changed

  • feat: implement container secret updates by @brivu in #182
  • feat: implement container-docker-label-updates by @brivu in #183
  • docs: updated readme and usage examples by @brivu in #185
  • feat: oidc implementation by @brivu in #184

Full Changelog: v3.1.0...v3.2.0