Skip to content

Commit

Permalink
Update version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezh committed Dec 11, 2014
1 parent 70294c4 commit b3f2619
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
WALinuxAgent Changelog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Dec 2014, WALinuxAgent 2.0.11
. Add support for GPT(Guid Partition Table)

27 Nov 2014, WALinuxAgent 2.0.10
. Multiple fixes for openSUSE-13.2+
. Multiple fixes for FreeBSD
Expand Down
2 changes: 1 addition & 1 deletion get-agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def upgrade():
#Define variables
account = 'Azure'
agentUri = ('https://raw.githubusercontent.com/{0}/'
'WALinuxAgent/2.0/waagent').format(account)
'WALinuxAgent/WALinuxAgent-2.0.11/waagent').format(account)
distro = platform.linux_distribution()
cmd = ['service', 'waagent', 'restart']
agent_file="/usr/sbin/waagent"
Expand Down
2 changes: 1 addition & 1 deletion waagent
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if not hasattr(subprocess,'check_output'):

GuestAgentName = "WALinuxAgent"
GuestAgentLongName = "Windows Azure Linux Agent"
GuestAgentVersion = "WALinuxAgent-2.0.11-pre"
GuestAgentVersion = "WALinuxAgent-2.0.11"
ProtocolVersion = "2012-11-30" #WARNING this value is used to confirm the correct fabric protocol.

Config = None
Expand Down

0 comments on commit b3f2619

Please sign in to comment.