From f3ad2a6a5f74b91620129bfbd9dbfc0625aeede2 Mon Sep 17 00:00:00 2001 From: Yue Zhang Date: Fri, 8 Aug 2014 15:05:01 +0800 Subject: [PATCH] Update version and change log --- Changelog | 4 ++++ waagent | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 68731aa..1a774c5 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,9 @@ WALinuxAgent Changelog ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +08 Aug 2014, WALinuxAgent 2.0.7 + . Add warning for resource disk data loss + . Multiple fixes for provisioning and extension handler + 13 Jun 2014, WALinuxAgent 2.0.6 . Add support for Gentoo . Multiple fixes for extension handler in status report and heartbeat diff --git a/waagent b/waagent index 2938e88..15543dd 100644 --- a/waagent +++ b/waagent @@ -78,7 +78,7 @@ if not hasattr(subprocess,'check_output'): GuestAgentName = "WALinuxAgent" GuestAgentLongName = "Windows Azure Linux Agent" -GuestAgentVersion = "WALinuxAgent-2.0.7-pre" +GuestAgentVersion = "WALinuxAgent-2.0.7" ProtocolVersion = "2012-11-30" #WARNING this value is used to confirm the correct fabric protocol. Config = None