Skip to content

Commit fc8fc60

Browse files
chore(release): 2.6.1
1 parent 8f67c1a commit fc8fc60

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [2.6.1](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.6.0...v2.6.1) (2026-03-25)
6+
7+
8+
### Bug Fixes
9+
10+
* add optional wait-max-delay-seconds input to configure waiter polling ([#839](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/839)) ([5fda33a](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/5fda33a2e6341c21114e3088fbe9aec20fd5b6ef))
11+
* upgrade Node.js runtime to node24 ([#852](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/852)) ([8f67c1a](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/8f67c1aa3b1c3d6eb1092b0185059e6c38b6595b))
12+
513
## [2.6.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.5.1...v2.6.0) (2026-01-16)
614

715

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-actions-amazon-ecs-deploy-task-definition",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Registers an Amazon ECS task definition and deploys it to an ECS service.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)