Skip to content

Commit 3417a48

Browse files
committed
Initial release: Version: 1.0.0, ECS Agent 1.26.0 Compatible
1 parent 77fad50 commit 3417a48

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 1.0.0
4+
* Feature - Support vending temporary credentials to containers from a base set of credentials
5+
* Feature - Support vending temporary credentials to containers from an IAM Role
6+
* Feature - [Support Task Metadata V2 Paths](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v2.html):
7+
- Task Metadata - `/v2/metadata`
8+
- Container Metadata - `/v2/metadata/<container-id>`
9+
- Task Stats - `/v2/stats`
10+
- Container Stats - `/v2/stats/<container-id>`
11+
* Feature - [Support Task Metadata V3 Paths](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v3.html):
12+
- Container Metadata - `/v3` OR `/v3/containers/<container>`
13+
- Task Metadata - `/v3/task` OR `/v3/containers/<container>/task`
14+
- Container Stats - `/v3/stats` OR `/v3/containers/<container>/stats`
15+
- Task Stats - `/v3/task/stats` OR `/v3/containers/<container>/task/stats`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.x.x
1+
1.0.0

0 commit comments

Comments
 (0)