Skip to content

Commit 7ef0177

Browse files
committed
Bump version to 1.3.1
1 parent 4fcbc1c commit 7ef0177

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 1.3.1
4+
* Feature - Add debug handler for SIGUSR1.
5+
* Enhancement - Trim untrusted cert from CA bundle.
6+
* Enhancement - Add retries to EC2 Metadata fetches.
7+
* Enhancement - Logging improvements.
8+
* Bug - Resolved an issue with ACS heartbeats.
9+
* Bug - Fixed memory leak in ACS payload handler.
10+
* Bug - Fixed multiple deadlocks.
11+
312
## 1.3.0
413

514
* Feature - Add support for re-registering a container instance.

VERSION

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

agent/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package version
2424
//go:generate go run gen/version-gen.go
2525

2626
// Version is the version of the Agent
27-
const Version = "1.3.0"
27+
const Version = "1.3.1"
2828

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

0 commit comments

Comments
 (0)