-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial release: Version: 1.0.0, ECS Agent 1.26.0 Compatible
- Loading branch information
1 parent
77fad50
commit 3417a48
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
## 1.0.0 | ||
* Feature - Support vending temporary credentials to containers from a base set of credentials | ||
* Feature - Support vending temporary credentials to containers from an IAM Role | ||
* Feature - [Support Task Metadata V2 Paths](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v2.html): | ||
- Task Metadata - `/v2/metadata` | ||
- Container Metadata - `/v2/metadata/<container-id>` | ||
- Task Stats - `/v2/stats` | ||
- Container Stats - `/v2/stats/<container-id>` | ||
* Feature - [Support Task Metadata V3 Paths](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v3.html): | ||
- Container Metadata - `/v3` OR `/v3/containers/<container>` | ||
- Task Metadata - `/v3/task` OR `/v3/containers/<container>/task` | ||
- Container Stats - `/v3/stats` OR `/v3/containers/<container>/stats` | ||
- Task Stats - `/v3/task/stats` OR `/v3/containers/<container>/task/stats` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.x.x | ||
1.0.0 |