Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bloom/amazon-ecs-deploy-task-definition
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aws-actions/amazon-ecs-deploy-task-definition
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Jul 30, 2024

  1. feat: add new parameters and tests to one-off task feature (aws-actio…

    …ns#593)
    
    * je ne sais pas
    
    * Create testing.json
    
    * Create aws.yml
    
    * new files that i created for the ecs cluster,service and task
    
    * Update aws.yml
    
    * Update aws.yml
    
    * Update aws.yml
    
    * Update aws.yml
    
    * Delete testing.json
    
    * Delete .github/workflows/aws.yml
    
    * implemented unit tests
    
    * "Added support for creating individual clusters for tasks and services, updated runTask and updateEcsService functions to use new cluster names, and modified tests to accommodate new cluster creation"
    
    * "Refactor ECS deployment code: updated input handling, removed create cluster command, added capacity provider strategy, and modified tests"
    
    * "Updated action.yml, index.js, and index.test.js files with changes to capacity provider strategy, task definition, and ECS service updates."
    
    * updated action.yml by removing comments
    
    * added inputs to action.yml for capacity provider
    
    * added solid inputs in the capacity provider
    for action.yml
    
    * fixed order of capacity provider order inputs in action.yml file
    
    * changed capacity provider description to double quotes and shortend it
    
    * removed spacing from list in capacity provider in action.yml file
    
    * fixing the spacing and list of capacity provider in action.yml file
    
    * fixing spacing on capacity provider of action.yml file
    
    * deleted list line in capacity provider of action.yml file
    
    * Delete .idea/aws.xml
    
    * Delete .idea/inspectionProfiles/Project_Default.xml
    
    * Delete .idea/misc.xml
    
    * Delete .idea/vcs.xml
    
    * Delete .idea/workspace.xml
    
    * "Removed capacityProviderStrategy from function parameters and implementations in index.js and index.test.js"
    
    * Updated the code with no capacity provider
    
    * removed capacity provider option from action.yml
    
    * updated action.yml file with commentary on new and original inputs
    
    * "Added support for running ECS tasks outside of a service, updated ECS service update logic, and made minor changes to CodeDeploy deployment description and task exit code handling."
    
    * spacing
    
    * updating dist file after modifying index.js file
    
    * Added tests to check when a task fails whne it tries to stop and when a service proceeds that failed task
    
    * Testing default options in run task unit test
    
    * added assign public IP input and settings
    
    * fixing action.yml file line 57 error
    
    * fixing additional comments from reviewers
    
    * updating aws sdk version
    
    * updated running task link to ECS
    
    * updated running task link to ECS and read me file
    
    * updated run task description in action.yml for clearer usage of feature
    
    * updated run task description in action.yml
    
    * delete sdk version 2
    
    * final changes from comments
    
    * cleaning up code and organzie
    
    * new changes, removing spaces and correcting indentation
    
    * fixing indentation
    
    * fixing indentation part 2
    
    * changes to testing errors
    
    * changes to new test
    shesaave authored Jul 30, 2024
    Copy the full SHA
    67393b6 View commit details

Commits on Jul 31, 2024

  1. chore: Bump @aws-sdk/client-codedeploy from 3.598.0 to 3.600.0 (aws-a…

    …ctions#575)
    
    * chore: Bump @aws-sdk/client-codedeploy from 3.598.0 to 3.600.0
    
    Bumps [@aws-sdk/client-codedeploy](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codedeploy) from 3.598.0 to 3.600.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-codedeploy/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.600.0/clients/client-codedeploy)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-codedeploy"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az891-421.3qows1xflhlezoxdqozyuy3a1h.bx.internal.cloudapp.net>
    dependabot[bot] and GitHub Actions authored Jul 31, 2024
    Copy the full SHA
    11eb399 View commit details
  2. chore: Bump braces from 3.0.2 to 3.0.3 (aws-actions#595)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2024
    Copy the full SHA
    abe77eb View commit details

Commits on Aug 6, 2024

  1. chore: Bump globals from 15.8.0 to 15.9.0 (aws-actions#603)

    Bumps [globals](https://github.com/sindresorhus/globals) from 15.8.0 to 15.9.0.
    - [Release notes](https://github.com/sindresorhus/globals/releases)
    - [Commits](sindresorhus/globals@v15.8.0...v15.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: globals
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2024
    Copy the full SHA
    c09125f View commit details
  2. chore: Bump @aws-sdk/client-codedeploy from 3.621.0 to 3.624.0 (aws-a…

    …ctions#602)
    
    * chore: Bump @aws-sdk/client-codedeploy from 3.621.0 to 3.624.0
    
    Bumps [@aws-sdk/client-codedeploy](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codedeploy) from 3.621.0 to 3.624.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-codedeploy/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.624.0/clients/client-codedeploy)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-codedeploy"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az1542-236.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net>
    dependabot[bot] and GitHub Actions authored Aug 6, 2024
    Copy the full SHA
    7a7ab28 View commit details
  3. chore!: force version upgrade to 2.0.0 (aws-actions#600)

    BREAKING CHANGE: AWS SDK v3 upgrade contains some backward incompatible changes.
    
    Co-authored-by: Satej <satejs93@gmail.com>
    omkhegde and s3cube authored Aug 6, 2024
    Copy the full SHA
    b302a5c View commit details
  4. Copy the full SHA
    0a9a8fb View commit details
  5. docs: Update changelog (aws-actions#604)

    * docs: Update changelog
    - Update v2.0.0 changelog include changes since v1.5.0
    - Add banner to v1.6.0 release specifying that it is backward incompatible
    omkhegde authored Aug 6, 2024
    Copy the full SHA
    fcd7708 View commit details

Commits on Aug 7, 2024

  1. Copy the full SHA
    5a47e11 View commit details

Commits on Aug 8, 2024

  1. docs: modified README.md file with permissions for one off task (aws-…

    …actions#609)
    
    * updated README.md file with more permissions for one off task
    
    * updated README.md file with recommended PR changes
    
    * fixed spacing for README.md file
    
    * fixed extra space for README.md file
    shesaave authored Aug 8, 2024
    Copy the full SHA
    f4999fd View commit details

Commits on Aug 12, 2024

  1. chore: Bump @aws-sdk/client-ecs from 3.621.0 to 3.624.0 (aws-actions#601

    )
    
    * chore: Bump @aws-sdk/client-ecs from 3.621.0 to 3.624.0
    
    Bumps [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.621.0 to 3.624.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecs/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.624.0/clients/client-ecs)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-ecs"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az1542-71.uwdtf5zkgycefedjt5dtsy0pzd.bx.internal.cloudapp.net>
    Co-authored-by: Reecha Khanal <136762730+amazreech@users.noreply.github.com>
    3 people authored Aug 12, 2024
    Copy the full SHA
    cc62b62 View commit details

Commits on Aug 13, 2024

  1. chore: Bump @eslint/js from 9.8.0 to 9.9.0 (aws-actions#611)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.8.0 to 9.9.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.9.0/packages/js)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2024
    Copy the full SHA
    d3aeb80 View commit details
  2. chore: Bump @aws-sdk/client-codedeploy from 3.624.0 to 3.629.0 (aws-a…

    …ctions#613)
    
    Bumps [@aws-sdk/client-codedeploy](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codedeploy) from 3.624.0 to 3.629.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-codedeploy/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.629.0/clients/client-codedeploy)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-codedeploy"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2024
    Copy the full SHA
    9c5dae7 View commit details

Commits on Aug 14, 2024

  1. chore: Bump @aws-sdk/client-ecs from 3.624.0 to 3.629.0 (aws-actions#612

    )
    
    * chore: Bump @aws-sdk/client-ecs from 3.624.0 to 3.629.0
    
    Bumps [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.624.0 to 3.629.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecs/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.629.0/clients/client-ecs)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-ecs"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    * Update dist folder
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az1773-761.5c5iphqueiuuvdxclnr0txjlua.dx.internal.cloudapp.net>
    Co-authored-by: Reecha Khanal <136762730+amazreech@users.noreply.github.com>
    Co-authored-by: amazreech <reechak@amazon.com>
    4 people authored Aug 14, 2024
    Copy the full SHA
    e562516 View commit details
  2. chore: Bump eslint from 9.8.0 to 9.9.0 (aws-actions#614)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.8.0 to 9.9.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.8.0...v9.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    Co-authored-by: Reecha Khanal <136762730+amazreech@users.noreply.github.com>
    3 people authored Aug 14, 2024
    Copy the full SHA
    9b80408 View commit details

Commits on Aug 15, 2024

  1. docs: Fix README (aws-actions#615)

    * Fix README
    
    * Add a space after Permissions Section in README.md
    
    ---------
    WendtOle authored Aug 15, 2024
    Copy the full SHA
    fd6bd3e View commit details

Commits on Aug 19, 2024

  1. fix: set networkConfiguration to null when using bridge network mode (a…

    …ws-actions#617)
    
    * set networkConfiguration to null when using bridge network mode
    
    * update readme
    nburt authored Aug 19, 2024
    Copy the full SHA
    0a1e247 View commit details

Commits on Aug 20, 2024

  1. chore: Bump @aws-sdk/client-ecs from 3.629.0 to 3.632.0 (aws-actions#618

    )
    
    Bumps [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.629.0 to 3.632.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecs/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.632.0/clients/client-ecs)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-ecs"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2024
    Copy the full SHA
    0356c87 View commit details
  2. chore: Bump @aws-sdk/client-codedeploy from 3.629.0 to 3.632.0 (aws-a…

    …ctions#619)
    
    Bumps [@aws-sdk/client-codedeploy](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codedeploy) from 3.629.0 to 3.632.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-codedeploy/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.632.0/clients/client-codedeploy)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-codedeploy"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2024
    Copy the full SHA
    c371a01 View commit details
  3. Copy the full SHA
    6b5f48e View commit details

Commits on Aug 24, 2024

  1. feat: Enable AWS managed tags (aws-actions#622)

    * feat: enable ecs managed tags
    ---------
    Co-authored-by: Kishan Gajjar <kdgajjar@amazon.com>
    guikcd and kg-aws authored Aug 24, 2024
    Copy the full SHA
    5ae7be6 View commit details

Commits on Aug 27, 2024

  1. chore: Bump @eslint/js from 9.9.0 to 9.9.1 (aws-actions#626)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.9.0 to 9.9.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2024
    Copy the full SHA
    0a0f8ee View commit details
  2. chore: Bump eslint from 9.9.0 to 9.9.1 (aws-actions#627)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.9.0 to 9.9.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.9.0...v9.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    dependabot[bot] and mergify[bot] authored Aug 27, 2024
    Copy the full SHA
    adc3525 View commit details

Commits on Sep 3, 2024

  1. chore: Bump @aws-sdk/client-ecs from 3.632.0 to 3.637.0 (aws-actions#628

    )
    
    * chore: Bump @aws-sdk/client-ecs from 3.632.0 to 3.637.0
    
    Bumps [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.632.0 to 3.637.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecs/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.637.0/clients/client-ecs)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-ecs"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az768-201.40rqqy2ogysuddehfxxvv4ylpd.ex.internal.cloudapp.net>
    Co-authored-by: Reecha Khanal <136762730+amazreech@users.noreply.github.com>
    3 people authored Sep 3, 2024
    Copy the full SHA
    b2dcd7d View commit details
  2. chore: Bump @aws-sdk/client-codedeploy from 3.632.0 to 3.637.0 (aws-a…

    …ctions#625)
    
    * chore: Bump @aws-sdk/client-codedeploy from 3.632.0 to 3.637.0
    
    Bumps [@aws-sdk/client-codedeploy](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codedeploy) from 3.632.0 to 3.637.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-codedeploy/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.637.0/clients/client-codedeploy)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-codedeploy"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az1345-701.xwmn0b0yug2ujlc5cqlkharxzd.dx.internal.cloudapp.net>
    Co-authored-by: Reecha Khanal <136762730+amazreech@users.noreply.github.com>
    3 people authored Sep 3, 2024
    Copy the full SHA
    e9678cb View commit details
  3. feat: Tags for services and ad-hoc run (aws-actions#629)

    * feat: Get tags from services and set ad-hoc run-task
    
    * tags input get in runTask
    
    * Add run-task-tags option in existing test
    guikcd authored Sep 3, 2024
    Copy the full SHA
    1b137d4 View commit details

Commits on Sep 5, 2024

  1. Copy the full SHA
    4482193 View commit details
  2. docs: added a missing parenthesis in the action output description (a…

    …ws-actions#632)
    
    * Added a missing parenthesis in the action output description
    
    * Update action.yml to contain periods after each description.
    mbackonja authored Sep 5, 2024
    Copy the full SHA
    5023beb View commit details

Commits on Sep 10, 2024

  1. chore: Bump eslint from 9.9.1 to 9.10.0 (aws-actions#634)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.9.1 to 9.10.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.9.1...v9.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2024
    Copy the full SHA
    5a60a5f View commit details
  2. chore: Bump yaml from 2.5.0 to 2.5.1 (aws-actions#637)

    * chore: Bump yaml from 2.5.0 to 2.5.1
    
    Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.5.0...v2.5.1)
    dependabot[bot] authored Sep 10, 2024
    Copy the full SHA
    edcd8e9 View commit details
  3. Copy the full SHA
    62cfdbf View commit details
  4. chore: Bump @aws-sdk/client-codedeploy from 3.637.0 to 3.645.0 (aws-a…

    …ctions#636)
    
    * chore: Bump @aws-sdk/client-codedeploy from 3.637.0 to 3.645.0
    dependabot[bot] authored Sep 10, 2024
    Copy the full SHA
    82e46a8 View commit details

Commits on Sep 23, 2024

  1. chore: Bump @aws-sdk/client-codedeploy from 3.645.0 to 3.651.1 (aws-a…

    …ctions#639)
    
    * chore: Bump @aws-sdk/client-codedeploy from 3.645.0 to 3.651.1
    
    Bumps [@aws-sdk/client-codedeploy](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codedeploy) from 3.645.0 to 3.651.1.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-codedeploy/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.651.1/clients/client-codedeploy)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-codedeploy"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az1052-706.5caifld0q3felhmjtokckffv3f.phxx.internal.cloudapp.net>
    dependabot[bot] and GitHub Actions authored Sep 23, 2024
    Copy the full SHA
    47743ce View commit details

Commits on Sep 24, 2024

  1. chore: Bump @eslint/js from 9.10.0 to 9.11.1 (aws-actions#644)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.10.0 to 9.11.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.11.1/packages/js)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 24, 2024
    Copy the full SHA
    732f900 View commit details
  2. chore: Bump eslint from 9.10.0 to 9.11.1 (aws-actions#643)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.10.0 to 9.11.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.10.0...v9.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    dependabot[bot] and mergify[bot] authored Sep 24, 2024
    Copy the full SHA
    bc0e314 View commit details
  3. chore: Bump @aws-sdk/client-ecs from 3.645.0 to 3.654.0 (aws-actions#641

    )
    
    * chore: Bump @aws-sdk/client-ecs from 3.645.0 to 3.654.0
    
    Bumps [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.645.0 to 3.654.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecs/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.654.0/clients/client-ecs)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-ecs"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az1149-288.p0yfcspwqgdenibuqhnf5ysfnc.dx.internal.cloudapp.net>
    dependabot[bot] and GitHub Actions authored Sep 24, 2024
    Copy the full SHA
    d8291f5 View commit details
  4. chore: Bump @aws-sdk/client-codedeploy from 3.651.1 to 3.654.0 (aws-a…

    …ctions#645)
    
    * chore: Bump @aws-sdk/client-codedeploy from 3.651.1 to 3.654.0
    
    Bumps [@aws-sdk/client-codedeploy](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codedeploy) from 3.651.1 to 3.654.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-codedeploy/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.654.0/clients/client-codedeploy)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-codedeploy"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az883-666.sk5y2rh0qbtexpi1qont3x1wzb.ex.internal.cloudapp.net>
    Co-authored-by: Reecha Khanal <136762730+amazreech@users.noreply.github.com>
    3 people authored Sep 24, 2024
    Copy the full SHA
    a79f4a5 View commit details
  5. chore: Bump @vercel/ncc from 0.38.1 to 0.38.2 (aws-actions#642)

    * chore: Bump @vercel/ncc from 0.38.1 to 0.38.2
    
    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.38.2.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.38.1...0.38.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    * Update dist folder with npm run package command
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az1789-2.0s0y1nhqhhxe5dvq2gny34efjf.bx.internal.cloudapp.net>
    Co-authored-by: amazreech <reechak@amazon.com>
    3 people authored Sep 24, 2024
    Copy the full SHA
    ee41e37 View commit details

Commits on Oct 1, 2024

  1. chore: Bump @aws-sdk/client-ecs from 3.654.0 to 3.662.0 (aws-actions#650

    )
    
    Bumps [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.654.0 to 3.662.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecs/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.662.0/clients/client-ecs)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-ecs"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2024
    Copy the full SHA
    2bb4dbd View commit details
  2. chore: Bump @aws-sdk/client-codedeploy from 3.654.0 to 3.662.0 (aws-a…

    …ctions#651)
    
    * chore: Bump @aws-sdk/client-codedeploy from 3.654.0 to 3.662.0
    
    Bumps [@aws-sdk/client-codedeploy](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codedeploy) from 3.654.0 to 3.662.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-codedeploy/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.662.0/clients/client-codedeploy)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-codedeploy"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az1215-723.g4nh0zpvl5iute0urgogs1ja4e.bx.internal.cloudapp.net>
    dependabot[bot] and GitHub Actions authored Oct 1, 2024
    Copy the full SHA
    88fc08e View commit details

Commits on Oct 3, 2024

  1. Copy the full SHA
    06703f1 View commit details

Commits on Oct 8, 2024

  1. chore: Bump globals from 15.9.0 to 15.10.0 (aws-actions#653)

    Bumps [globals](https://github.com/sindresorhus/globals) from 15.9.0 to 15.10.0.
    - [Release notes](https://github.com/sindresorhus/globals/releases)
    - [Commits](sindresorhus/globals@v15.9.0...v15.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: globals
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2024
    Copy the full SHA
    538c502 View commit details
  2. chore: Bump @eslint/js from 9.11.1 to 9.12.0 (aws-actions#656)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.11.1 to 9.12.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.12.0/packages/js)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2024
    Copy the full SHA
    c782e31 View commit details
  3. chore: Bump eslint from 9.11.1 to 9.12.0 (aws-actions#654)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.11.1 to 9.12.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.11.1...v9.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2024
    Copy the full SHA
    b02f5b3 View commit details

Commits on Oct 15, 2024

  1. chore: Bump globals from 15.10.0 to 15.11.0 (aws-actions#659)

    Bumps [globals](https://github.com/sindresorhus/globals) from 15.10.0 to 15.11.0.
    - [Release notes](https://github.com/sindresorhus/globals/releases)
    - [Commits](sindresorhus/globals@v15.10.0...v15.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: globals
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2024
    Copy the full SHA
    dea4e45 View commit details

Commits on Oct 22, 2024

  1. chore: Bump @eslint/js from 9.12.0 to 9.13.0 (aws-actions#662)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.12.0 to 9.13.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.13.0/packages/js)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2024
    Copy the full SHA
    ba8b595 View commit details
  2. chore: Bump eslint from 9.12.0 to 9.13.0 (aws-actions#663)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.12.0 to 9.13.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.12.0...v9.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    dependabot[bot] and mergify[bot] authored Oct 22, 2024
    Copy the full SHA
    d86f518 View commit details

Commits on Oct 24, 2024

  1. Copy the full SHA
    135af6c View commit details
  2. chore: Bump yaml from 2.5.1 to 2.6.0 (aws-actions#660)

    * chore: Bump yaml from 2.5.1 to 2.6.0
    
    Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.1 to 2.6.0.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.5.1...v2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: Update dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub Actions <runner@fv-az1251-122.04bx5wyvw5tenjekzxp54pa3vd.cx.internal.cloudapp.net>
    dependabot[bot] and GitHub Actions authored Oct 24, 2024
    Copy the full SHA
    1d3303a View commit details
  3. chore: Bump @aws-sdk/client-ecs from 3.662.0 to 3.678.0 (aws-actions#664

    )
    
    Bumps [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.662.0 to 3.678.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecs/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.678.0/clients/client-ecs)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-ecs"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2024
    Copy the full SHA
    405ede4 View commit details
Showing with 70,556 additions and 25,062 deletions.
  1. +24 −0 .github/ISSUE_TEMPLATE/new-feature-template.md
  2. +41 −3 .github/workflows/notifications.yml
  3. +3 −4 .mergify.yml
  4. +75 −1 CHANGELOG.md
  5. +132 −8 README.md
  6. +36 −6 action.yml
  7. +64,916 −23,248 dist/index.js
  8. +114 −10 index.js
  9. +673 −18 index.test.js
  10. +4,531 −1,756 package-lock.json
  11. +11 −8 package.json
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/new-feature-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: New Feature Template
about: Template for a new Feature Request
title: "[New Feature]:"
labels: feature-request
assignees: ''

---

## Feature Description
A clear and concise description of the feature you're proposing.

## Problem Statement
Describe the problem this feature would solve

## Alternatives Considered/ Work-arounds
- Describe any alternative solutions or features you've considered.
- If you are already circumventing this problem through any code-changes or processes, please mention those

## Additional Context
Add any other context, screenshots, or examples about the feature request here.

## Willingness to Contribute
Are you willing to submit a Pull Request for this feature? [Yes/No]
44 changes: 41 additions & 3 deletions .github/workflows/notifications.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,44 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/github-script@v7
id: sanitize-title
with:
script: |
const isPR = !!context.payload.pull_request;
const isIssue = !!context.payload.issue;
const item = isPR ? context.payload.pull_request : isIssue ? context.payload.issue : context.payload.issue_comment.issue;
// Sanitization functions
const sanitizeTitle = (title) => {
return title
// Remove potential markdown formatting
.replace(/[*_~`]/g, '')
// Remove potential HTML tags
.replace(/<[^>]*>/g, '')
// Remove multiple spaces
.replace(/\s{2,}/g, ' ')
// Trim whitespace
.trim()
// Enforce max length of 100
.substring(0, 100);
};
// Escape special characters for Slack
const escapeForSlack = (text) => {
return text
.replace(/"/g, '&quot;')
.replace(/&/g, '&amp;')
.replace(/</g, '&lt;')
.replace(/[@]/g, '\\@')
.replace(/>/g, '&gt;')
.replace(/&amp;lt;/g, '&lt;')
.replace(/&amp;gt;/g, '&gt;');
};
const sanitizedTitle = escapeForSlack(sanitizeTitle(item.title));
console.log('Sanitized Title: ', sanitizedTitle);
core.setOutput('safe-title', sanitizedTitle);
- name: Send notifications on Pull Request
if: ${{ github.event_name == 'pull_request'}}
id: slack_PR
@@ -23,7 +61,7 @@ jobs:
"Notification Type": "Pull Request",
"Notification URL":"${{ github.event.pull_request.html_url }}",
"GitHub Repo": "${{ github.repository }}",
"Notification Title": "${{ github.event.pull_request.title }}"
"Notification Title": "${{ steps.sanitize-title.outputs.safe-title }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -37,7 +75,7 @@ jobs:
"Notification Type": "Issue",
"Notification URL":"${{ github.event.issue.html_url }}",
"GitHub Repo": "${{ github.repository }}",
"Notification Title": "${{ github.event.issue.title }}"
"Notification Title": "${{ steps.sanitize-title.outputs.safe-title }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -51,7 +89,7 @@ jobs:
"Notification Type": "Issue comment",
"Notification URL":"${{ github.event.comment.html_url }}",
"GitHub Repo": "${{ github.repository }}",
"Notification Title": "${{ github.event.issue_comment.issue.title }}"
"Notification Title": "${{ steps.sanitize-title.outputs.safe-title }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
7 changes: 3 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
queue_rules:
- name: default
conditions:
merge_conditions:
# Conditions to get out of the queue (= merged)
- status-success=Run Unit Tests
- status-success=Semantic Pull Request
- status-success=Analyze (javascript)
merge_method: squash

pull_request_rules:
- name: Automatically merge on CI success and review approval
@@ -23,7 +24,6 @@ pull_request_rules:
- author!=dependabot[bot]
actions:
queue:
method: squash
name: default

- name: Automatically approve and merge Dependabot PRs
@@ -41,5 +41,4 @@ pull_request_rules:
review:
type: APPROVE
queue:
method: squash
name: default
name: default
76 changes: 75 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,9 +2,83 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.6.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.5.0...v1.6.0) (2024-07-18)
### [2.3.4](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.3.3...v2.3.4) (2025-07-24)


### Bug Fixes

* dist/index.js ([#773](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/773)) ([2aac05b](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/2aac05b258ce34c77d565926a64fcd3b9604b9a0))

### [2.3.3](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.3.2...v2.3.3) (2025-06-16)

### [2.3.2](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.3.1...v2.3.2) (2025-04-14)

### [2.3.1](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.3.0...v2.3.1) (2025-03-17)


### Bug Fixes

* propagate run-task-arn to outputs ([#740](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/740)) ([ba4c50f](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/ba4c50ff72022c29eca99b2b348bca524e6c1b0f))
* set propagateTags to null if unset ([6d07985](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/6d079859a0107705ccbf1ede83cc3516807b1ecb))

## [2.3.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.2.0...v2.3.0) (2025-01-30)


### Features

* Add support for 'VolumeConfigurations' property on both UpdateService and RunTask API call ([#721](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/721)) ([0bad458](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/0bad458c6aa901707e510cd05b797b05da075633))

## [2.2.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.1.2...v2.2.0) (2024-12-06)


### Features

* add run-task-capacity-provider-strategy input ([#661](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/661)) ([6ebedf4](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/6ebedf489a59397e203a34a9cb7f85c8e303142c))


### Bug Fixes

* when no input enableECSManagedTagsInput, not include it to request params ([#669](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/669)) ([e4558ed](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/e4558ed83a830c66b168104c883a31784769e99c)), closes [#682](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/682) [#683](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/683) [#681](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/681) [#679](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/679)

### [2.1.2](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.1.1...v2.1.2) (2024-10-24)

### [2.1.1](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.1.0...v2.1.1) (2024-10-03)

## [2.1.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.0.0...v2.1.0) (2024-09-05)


### Features

* Enable AWS managed tags ([#622](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/622)) ([5ae7be6](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/5ae7be6fcfec491494b3dbe937800837321d81d9))
* Tags for services and ad-hoc run ([#629](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/629)) ([1b137d4](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/1b137d48136614359c0c3a573120ab771daa6320))


### Bug Fixes

* set networkConfiguration to null when using bridge network mode ([#617](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/617)) ([0a1e247](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/0a1e24711a61a2279b2bf40c6877fdbfd117997e))

## [2.0.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.6.0...v2.0.0) (2024-08-06)


### ⚠ BREAKING CHANGES

* AWS SDK v3 upgrade contains some backward incompatible changes.

### Features

* add ad-hoc task runs ([#304](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/304)) ([b3a528e](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/b3a528eb690c86037acd19fd6a2a86337f4e3657))
* add new parameters and tests to one-off task feature ([#593](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/593)) ([67393b6](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/67393b6dddfbf0653b20b162dcdd0d3821366bc4))
* Add CodeDeploy deployment config name parameter ([4b15394](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/4b153949000fb656721f5a776216cb7e446d9f98))

### Bug Fixes

* Link to events v2 url ([#588](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/588)) ([1a69dae](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/1a69daea10712415b65b5c90f8c41b1b6b556ab5))
* pass maxWaitTime in seconds ([b5c6c3f](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/b5c6c3fcbdf37b6f40a448364f91bfa3f824e3d0))
* waiter options ([a15de3c](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/a15de3cf6c410374c35333dbbf96b183206ac0b7))

## [1.6.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.5.0...v1.6.0) (2024-07-18)

### Please note that this is a backward incompatible release with the upgrade to AWS SDK v3. We recommend using v2 of this Github action which includes the SDK upgrade, and update your task definition parameters to adhere to the specification defined in AWS documentation [here](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html).
### Features

* Add CodeDeploy deployment config name parameter ([4b15394](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/4b153949000fb656721f5a776216cb7e446d9f98))
Loading