From 30019ae2c10a5c78f55d4ec342db07366abcc602 Mon Sep 17 00:00:00 2001 From: Yue Zhang Date: Mon, 1 Jun 2015 09:55:11 +0800 Subject: [PATCH] Update version and change log, 2.0.13 Happy children's day! --- Changelog | 8 ++++++++ waagent | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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