From cbb1636da82f34808ee96202c3b62ebdd8580fdc Mon Sep 17 00:00:00 2001 From: narrieta Date: Wed, 6 Jul 2022 16:14:26 -0700 Subject: [PATCH] Set Agent version to 2.8.0.8 --- azurelinuxagent/common/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurelinuxagent/common/version.py b/azurelinuxagent/common/version.py index 43769a02f9..b65a1d79cf 100644 --- a/azurelinuxagent/common/version.py +++ b/azurelinuxagent/common/version.py @@ -209,7 +209,7 @@ def has_logrotate(): # # When doing a release, be sure to use the actual agent version. # -AGENT_VERSION = '2.8.0.7' +AGENT_VERSION = '2.8.0.8' AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION) AGENT_DESCRIPTION = """ The Azure Linux Agent supports the provisioning and running of Linux