diff --git a/Changelog b/Changelog index 90ea978..44788c8 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/waagent b/waagent index 4c56667..dd67353 100644 --- a/waagent +++ b/waagent @@ -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