File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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`
Original file line number Diff line number Diff line change 1- 0.x.x
1+ 1.0.0
You can’t perform that action at this time.
0 commit comments