Skip to content

Commit

Permalink
Initial release: Version: 1.0.0, ECS Agent 1.26.0 Compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed Mar 27, 2019
1 parent 77fad50 commit 3417a48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
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`
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.x.x
1.0.0

0 comments on commit 3417a48

Please sign in to comment.