Skip to content

Commit

Permalink
Merge pull request Azure#1675 from narrieta/agent-version
Browse files Browse the repository at this point in the history
Update agent version to 2.2.44
  • Loading branch information
narrieta authored Oct 16, 2019
2 parents 3a3599b + 8bdce74 commit 8158b45
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurelinuxagent/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def get_distro():

AGENT_NAME = "WALinuxAgent"
AGENT_LONG_NAME = "Azure Linux Agent"
AGENT_VERSION = '2.2.43.3'
AGENT_VERSION = '2.2.44'
AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION)
AGENT_DESCRIPTION = """
The Azure Linux Agent supports the provisioning and running of Linux
Expand Down
Binary file removed tests/data/ga/WALinuxAgent-2.2.43.1.zip
Binary file not shown.
Binary file removed tests/data/ga/WALinuxAgent-2.2.43.3.zip
Binary file not shown.
Binary file added tests/data/ga/WALinuxAgent-2.2.44.zip
Binary file not shown.

0 comments on commit 8158b45

Please sign in to comment.