mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-09-06 22:01:34 +00:00
Update version and change log, 2.0.13
Happy children's day!
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user