-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: bloom/amazon-ecs-deploy-task-definition
base: master
head repository: aws-actions/amazon-ecs-deploy-task-definition
compare: master
Commits on Jul 30, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 67393b6 - Browse repository at this point
Copy the full SHA 67393b6View commit details
Commits on Jul 31, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 11eb399 - Browse repository at this point
Copy the full SHA 11eb399View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for abe77eb - Browse repository at this point
Copy the full SHA abe77ebView commit details
Commits on Aug 6, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for c09125f - Browse repository at this point
Copy the full SHA c09125fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7a7ab28 - Browse repository at this point
Copy the full SHA 7a7ab28View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b302a5c - Browse repository at this point
Copy the full SHA b302a5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9a8fb - Browse repository at this point
Copy the full SHA 0a9a8fbView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fcd7708 - Browse repository at this point
Copy the full SHA fcd7708View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a47e11 - Browse repository at this point
Copy the full SHA 5a47e11View commit details
Commits on Aug 8, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for f4999fd - Browse repository at this point
Copy the full SHA f4999fdView commit details
Commits on Aug 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for cc62b62 - Browse repository at this point
Copy the full SHA cc62b62View commit details
Commits on Aug 13, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for d3aeb80 - Browse repository at this point
Copy the full SHA d3aeb80View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9c5dae7 - Browse repository at this point
Copy the full SHA 9c5dae7View commit details
Commits on Aug 14, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for e562516 - Browse repository at this point
Copy the full SHA e562516View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9b80408 - Browse repository at this point
Copy the full SHA 9b80408View commit details
Commits on Aug 15, 2024
-
docs: Fix README (aws-actions#615)
* Fix README * Add a space after Permissions Section in README.md ---------
Configuration menu - View commit details
-
Copy full SHA for fd6bd3e - Browse repository at this point
Copy the full SHA fd6bd3eView commit details
Commits on Aug 19, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 0a1e247 - Browse repository at this point
Copy the full SHA 0a1e247View commit details
Commits on Aug 20, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0356c87 - Browse repository at this point
Copy the full SHA 0356c87View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c371a01 - Browse repository at this point
Copy the full SHA c371a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b5f48e - Browse repository at this point
Copy the full SHA 6b5f48eView commit details
Commits on Aug 24, 2024
-
feat: Enable AWS managed tags (aws-actions#622)
* feat: enable ecs managed tags --------- Co-authored-by: Kishan Gajjar <kdgajjar@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 5ae7be6 - Browse repository at this point
Copy the full SHA 5ae7be6View commit details
Commits on Aug 27, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0a0f8ee - Browse repository at this point
Copy the full SHA 0a0f8eeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for adc3525 - Browse repository at this point
Copy the full SHA adc3525View commit details
Commits on Sep 3, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for b2dcd7d - Browse repository at this point
Copy the full SHA b2dcd7dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e9678cb - Browse repository at this point
Copy the full SHA e9678cbView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1b137d4 - Browse repository at this point
Copy the full SHA 1b137d4View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4482193 - Browse repository at this point
Copy the full SHA 4482193View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5023beb - Browse repository at this point
Copy the full SHA 5023bebView commit details
Commits on Sep 10, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5a60a5f - Browse repository at this point
Copy the full SHA 5a60a5fView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for edcd8e9 - Browse repository at this point
Copy the full SHA edcd8e9View commit details -
chore: Bump @aws-sdk/client-ecs from 3.637.0 to 3.645.0 (aws-actions#633
) * chore: Bump @aws-sdk/client-ecs from 3.637.0 to 3.645.0 Bumps [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.637.0 to 3.645.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.645.0/clients/client-ecs)
Configuration menu - View commit details
-
Copy full SHA for 62cfdbf - Browse repository at this point
Copy the full SHA 62cfdbfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 82e46a8 - Browse repository at this point
Copy the full SHA 82e46a8View commit details
Commits on Sep 23, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 47743ce - Browse repository at this point
Copy the full SHA 47743ceView commit details
Commits on Sep 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 732f900 - Browse repository at this point
Copy the full SHA 732f900View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bc0e314 - Browse repository at this point
Copy the full SHA bc0e314View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d8291f5 - Browse repository at this point
Copy the full SHA d8291f5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a79f4a5 - Browse repository at this point
Copy the full SHA a79f4a5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ee41e37 - Browse repository at this point
Copy the full SHA ee41e37View commit details
Commits on Oct 1, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2bb4dbd - Browse repository at this point
Copy the full SHA 2bb4dbdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 88fc08e - Browse repository at this point
Copy the full SHA 88fc08eView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06703f1 - Browse repository at this point
Copy the full SHA 06703f1View commit details
Commits on Oct 8, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 538c502 - Browse repository at this point
Copy the full SHA 538c502View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c782e31 - Browse repository at this point
Copy the full SHA c782e31View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b02f5b3 - Browse repository at this point
Copy the full SHA b02f5b3View commit details
Commits on Oct 15, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for dea4e45 - Browse repository at this point
Copy the full SHA dea4e45View commit details
Commits on Oct 22, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for ba8b595 - Browse repository at this point
Copy the full SHA ba8b595View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d86f518 - Browse repository at this point
Copy the full SHA d86f518View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 135af6c - Browse repository at this point
Copy the full SHA 135af6cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1d3303a - Browse repository at this point
Copy the full SHA 1d3303aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 405ede4 - Browse repository at this point
Copy the full SHA 405ede4View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.