File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## 1.20.0
4
9
* Feature - Add support for Docker volume drivers, third party drivers are only supported on linux
5
10
* Enhancement - Replace the empty container with Docker local volume
Original file line number Diff line number Diff line change 1
- 1.20.0
1
+ 1.20.1
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package version
22
22
// repository. Only the 'Version' const should change in checked-in source code
23
23
24
24
// Version is the version of the Agent
25
- const Version = "1.20.0 "
25
+ const Version = "1.20.1 "
26
26
27
27
// GitDirty indicates the cleanliness of the git repo when this agent was built
28
28
const GitDirty = true
You can’t perform that action at this time.
0 commit comments