Update version and change log, 2.0.13

Happy children's day!
This commit is contained in:
Yue Zhang
2015-06-01 09:55:11 +08:00
parent a07b124587
commit 30019ae2c1
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
WALinuxAgent Changelog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 Jun 2015, WALinuxAgent 2.0.13
. Handle http 410 returned by host
. Add support for http proxy
. Add support to execute CustomData after provisioning
. Add a udev rule for product-uuid
. Fix agent path for CoreOS
. Update service start/stop command for Ubuntu
15 Jan 2015, WALinuxAgent 2.0.12
. Add support for page blob status report
+1 -1
View File
@@ -80,7 +80,7 @@ if not hasattr(subprocess,'check_output'):
GuestAgentName = "WALinuxAgent"
GuestAgentLongName = "Windows Azure Linux Agent"
GuestAgentVersion = "WALinuxAgent-2.0.13-pre"
GuestAgentVersion = "WALinuxAgent-2.0.13"
ProtocolVersion = "2012-11-30" #WARNING this value is used to confirm the correct fabric protocol.
Config = None