Skip to content

Commit 0a9a8fb

Browse files
chore(release): 2.0.0
1 parent b302a5c commit 0a9a8fb

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.0.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.6.0...v2.0.0) (2024-08-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* AWS SDK v3 upgrade contains some backward incompatible changes.
11+
12+
Co-authored-by: Satej <[email protected]>
13+
14+
### Features
15+
16+
* 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))
17+
* 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))
18+
19+
20+
### Bug Fixes
21+
22+
* 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))
23+
24+
25+
* force version upgrade to 2.0.0 ([#600](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/600)) ([b302a5c](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/b302a5c51be2ebb294abf1daa5ebeeb47cfaa54d))
26+
527
## [1.6.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.5.0...v1.6.0) (2024-07-18)
628

729

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.6.0",
3+
"version": "2.0.0",
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)