diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..fdd711a8 --- /dev/null +++ b/CHANGELOG.md @@ -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/` + - Task Stats - `/v2/stats` + - Container Stats - `/v2/stats/` +* 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/` + - Task Metadata - `/v3/task` OR `/v3/containers//task` + - Container Stats - `/v3/stats` OR `/v3/containers//stats` + - Task Stats - `/v3/task/stats` OR `/v3/containers//task/stats` diff --git a/VERSION b/VERSION index b6ad2c20..3eefcb9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.x.x +1.0.0