Skip to content

Commit 040f304

Browse files
authored
Bump version to v1.4.2 (#228)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 3e9f852 commit 040f304

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AGENT_VERSION_COMPATIBILITY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.0
1+
1.68.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

local-container-endpoints/version/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.4.1"
24+
const Version = "1.4.2"
2525

2626
// AgentVersionCompatibility is the Latest Agent Version that ECS Local Container Endpoints is compatible with
27-
const AgentVersionCompatibility = "1.65.0"
27+
const AgentVersionCompatibility = "1.68.2"
2828

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

3232
// GitShortHash is the short hash of this build
33-
const GitShortHash = "f8560f4"
33+
const GitShortHash = "3e9f852"

0 commit comments

Comments
 (0)