Skip to content

Commit 02a6a9f

Browse files
author
Peng Yin
committed
Update to 1.20.1
1 parent 74bf10e commit 02a6a9f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.20.1
4+
* Bug - Fixed a bug where the agent couldn't be upgraded if there are tasks that
5+
use volumes in the task definition on the instance
6+
* Bug - Fixed a bug where volumes driver may not work with mountpoint
7+
38
## 1.20.0
49
* Feature - Add support for Docker volume drivers, third party drivers are only supported on linux
510
* Enhancement - Replace the empty container with Docker local volume

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.0
1+
1.20.1

agent/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package version
2222
// repository. Only the 'Version' const should change in checked-in source code
2323

2424
// Version is the version of the Agent
25-
const Version = "1.20.0"
25+
const Version = "1.20.1"
2626

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

0 commit comments

Comments
 (0)