Skip to content

Commit 9786445

Browse files
committed
Bump version to v1.4.0
To auto-update the `version.go` file, from `amazon-ecs-local-container-endpoints/local-container-endpoints/version`, run $ go run gen/version-gen.go This command is specified in the build_binary.sh script, which may not necessarily have been run after manually updating the root VERSION file.
1 parent ea97409 commit 9786445

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.4.0
4+
* Feature - Add support for ARM64 binaries and docker images (#59)
5+
36
## 1.3.0
47
* Feature - Add support for V4 and generic metadata endpoints (#38)
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

local-container-endpoints/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package version
2121
// you are doing.
2222

2323
// Version is the version of ECS Local Container Endpoints
24-
const Version = "1.0.1"
24+
const Version = "1.4.0"
2525

2626
// AgentVersionCompatibility is the Latest Agent Version that ECS Local Container Endpoints is compatible with
2727
const AgentVersionCompatibility = "1.27.0"
@@ -30,4 +30,4 @@ const AgentVersionCompatibility = "1.27.0"
3030
const GitDirty = true
3131

3232
// GitShortHash is the short hash of this build
33-
const GitShortHash = "e5f7969"
33+
const GitShortHash = "ea97409"

0 commit comments

Comments
 (0)