Skip to content

Commit

Permalink
Merge pull request #2189 from Azure/hotfix-2.2.53.1
Browse files Browse the repository at this point in the history
Merge Hotfix 2.2.53.1 into master
  • Loading branch information
larohra authored Mar 2, 2021
2 parents d834f0f + 321d762 commit 2f30411
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azurelinuxagent/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def has_logrotate():

AGENT_NAME = "WALinuxAgent"
AGENT_LONG_NAME = "Azure Linux Agent"
AGENT_VERSION = '2.2.53'
AGENT_VERSION = '2.2.53.1'
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
Empty file.
4 changes: 2 additions & 2 deletions azurelinuxagent/ga/exthandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
_NUM_OF_STATUS_FILE_RETRIES = 5
_STATUS_FILE_RETRY_DELAY = 2 # seconds

_ENABLE_EXTENSION_TELEMETRY_PIPELINE = False
_ENABLE_EXTENSION_TELEMETRY_PIPELINE = True

def is_extension_telemetry_pipeline_enabled():
return _ENABLE_EXTENSION_TELEMETRY_PIPELINE
Expand Down Expand Up @@ -1565,7 +1565,7 @@ class HandlerEnvironment(object): # pylint: disable=R0903
configFolder = "configFolder"
statusFolder = "statusFolder"
heartbeatFile = "heartbeatFile"
eventsFolder = "eventsFolder"
eventsFolder = "eventsFolder_preview"
name = "name"
version = "version"

Expand Down
Binary file removed tests/data/ga/WALinuxAgent-2.2.49.2.zip
Binary file not shown.
Binary file added tests/data/ga/WALinuxAgent-2.2.53.1.zip
Binary file not shown.
Binary file removed tests/data/ga/WALinuxAgent-2.2.53.zip
Binary file not shown.

0 comments on commit 2f30411

Please sign in to comment.