File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- 1.3.0
1+ 1.3.1
Original file line number Diff line number Diff 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
3030const GitDirty = true
You can’t perform that action at this time.
0 commit comments