File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
local-container-endpoints/version Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- 1.26 .0
1+ 1.27 .0
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.1
4+ * Enhancement - Add custom user agent header for calls made to STS and IAM (#9 )
5+
36## 1.0.0
47* Feature - Support vending temporary credentials to containers from a base set of credentials
58* Feature - Support vending temporary credentials to containers from an IAM Role
Original file line number Diff line number Diff line change 1- 1.0.0
1+ 1.0.1
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ package version
2121// you are doing.
2222
2323// Version is the version of ECS Local Container Endpoints
24- const Version = "1.0.0 "
24+ const Version = "1.0.1 "
2525
2626// AgentVersionCompatibility is the Latest Agent Version that ECS Local Container Endpoints is compatible with
27- const AgentVersionCompatibility = "1.26 .0"
27+ const AgentVersionCompatibility = "1.27 .0"
2828
2929// GitDirty indicates the cleanliness of the git repo when it was built
3030const GitDirty = true
3131
3232// GitShortHash is the short hash of this build
33- const GitShortHash = "3417a48 "
33+ const GitShortHash = "e5f7969 "
You can’t perform that action at this time.
0 commit comments