Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed Apr 23, 2019
1 parent e5f7969 commit c8a6d2b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AGENT_VERSION_COMPATIBILITY
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.0
1.27.0
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.1
* Enhancement - Add custom user agent header for calls made to STS and IAM (#9)

## 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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
6 changes: 3 additions & 3 deletions local-container-endpoints/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ package version
// you are doing.

// Version is the version of ECS Local Container Endpoints
const Version = "1.0.0"
const Version = "1.0.1"

// AgentVersionCompatibility is the Latest Agent Version that ECS Local Container Endpoints is compatible with
const AgentVersionCompatibility = "1.26.0"
const AgentVersionCompatibility = "1.27.0"

// GitDirty indicates the cleanliness of the git repo when it was built
const GitDirty = true

// GitShortHash is the short hash of this build
const GitShortHash = "3417a48"
const GitShortHash = "e5f7969"

0 comments on commit c8a6d2b

Please sign in to comment.