Skip to content

Commit ce8ff4e

Browse files
authored
Merge branch 'master' into master
2 parents a4c9569 + bee9be6 commit ce8ff4e

File tree

3 files changed

+32
-19
lines changed

3 files changed

+32
-19
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [1.6.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.5.0...v1.6.0) (2024-07-18)
6+
7+
8+
### Features
9+
10+
* Add CodeDeploy deployment config name parameter ([4b15394](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/4b153949000fb656721f5a776216cb7e446d9f98))
11+
12+
13+
### Bug Fixes
14+
15+
* pass maxWaitTime in seconds ([b5c6c3f](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/b5c6c3fcbdf37b6f40a448364f91bfa3f824e3d0))
16+
* waiter options ([a15de3c](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/a15de3cf6c410374c35333dbbf96b183206ac0b7))
17+
518
## [1.5.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.4.11...v1.5.0) (2024-05-07)
619

720

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-actions-amazon-ecs-deploy-task-definition",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Registers an Amazon ECS task definition and deploys it to an ECS service.",
55
"main": "index.js",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@eslint/js": "^9.6.0",
3535
"@vercel/ncc": "^0.38.1",
36-
"eslint": "^9.6.0",
36+
"eslint": "^9.7.0",
3737
"globals": "^15.8.0",
3838
"jest": "^29.7.0"
3939
}

0 commit comments

Comments
 (0)