Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update agent version to 2.5.0.2 #2372

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azurelinuxagent/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ def has_logrotate():
# IMPORTANT: Please be sure that the version is always 9.9.9.9 on the develop branch. Automation requires this, otherwise
# DCR may test the wrong agent version.
#
# When doing a release, be sure to use the actual agent version. Current agent version: 2.5.0.1
# When doing a release, be sure to use the actual agent version. Current agent version: 2.5.0.2
#
AGENT_VERSION = '2.5.0.1'
AGENT_VERSION = '2.5.0.2'
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