Skip to content

Commit aeb6bc5

Browse files
authored
Merge branch 'master' into mergify/configuration-deprecated-update
2 parents 303e47e + e4d9480 commit aeb6bc5

File tree

5 files changed

+8484
-761
lines changed

5 files changed

+8484
-761
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: New Feature Template
3+
about: Template for a new Feature Request
4+
title: "[New Feature]:"
5+
labels: feature-request
6+
assignees: ''
7+
8+
---
9+
10+
## Feature Description
11+
A clear and concise description of the feature you're proposing.
12+
13+
## Problem Statement
14+
Describe the problem this feature would solve
15+
16+
## Alternatives Considered/ Work-arounds
17+
- Describe any alternative solutions or features you've considered.
18+
- If you are already circumventing this problem through any code-changes or processes, please mention those
19+
20+
## Additional Context
21+
Add any other context, screenshots, or examples about the feature request here.
22+
23+
## Willingness to Contribute
24+
Are you willing to submit a Pull Request for this feature? [Yes/No]

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.2.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.1.2...v2.2.0) (2024-12-06)
6+
7+
8+
### Features
9+
10+
* 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))
11+
12+
13+
### Bug Fixes
14+
15+
* 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)
16+
517
### [2.1.2](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.1.1...v2.1.2) (2024-10-24)
618

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

0 commit comments

Comments
 (0)