From 2e1afc317eb7f9acbdce35c3cd4da5bfb9e073bd Mon Sep 17 00:00:00 2001 From: Narine Mossikyan Date: Wed, 19 Oct 2022 21:22:07 -0700 Subject: [PATCH] update onboard script and docs to release 1.14.20 (#1505) --- README.md | 2 +- docs/OMS-Agent-for-Linux.md | 4 ++-- installer/scripts/onboard_agent.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ee2a2d3b..2e9f1f81c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you are an Azure customer, we have an Azure VM extension that allows you to e ## [Full installation guide](https://docs.microsoft.com/azure/azure-monitor/platform/log-analytics-agent) -## [Download Latest OMS Agent for Linux (64-bit)](https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.14.19-0/omsagent-1.14.19-0.universal.x64.sh) +## [Download Latest OMS Agent for Linux (64-bit)](https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.14.20-0/omsagent-1.14.20-0.universal.x64.sh) ## [Download Latest OMS Agent for Linux (Final 32-bit Release)](https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.12.15-0/omsagent-1.12.15-0.universal.x86.sh) diff --git a/docs/OMS-Agent-for-Linux.md b/docs/OMS-Agent-for-Linux.md index 39c340e81..8eb92898c 100644 --- a/docs/OMS-Agent-for-Linux.md +++ b/docs/OMS-Agent-for-Linux.md @@ -17,8 +17,8 @@ The Log Analytics agent for Linux comprises multiple packages. The release file **Package** | **Version** | **Description** ----------- | ----------- | -------------- -omsagent | 1.14.19-0 | The Operations Management Suite Agent for Linux -omsconfig | 1.1.1-936 | Configuration agent for the OMS Agent +omsagent | 1.14.20-0 | The Operations Management Suite Agent for Linux +omsconfig | 1.1.1-937 | Configuration agent for the OMS Agent omi | 1.6.9-1 | Open Management Infrastructure (OMI) -- a lightweight CIM Server. *Note that OMI requires root access to run a cron job necessary for the functioning of the service* scx | 1.6.9-2 | OMI CIM Providers for operating system performance metrics auoms | 2.5.2.52 | Microsoft Operations Management Suite Audit Data Collector diff --git a/installer/scripts/onboard_agent.sh b/installer/scripts/onboard_agent.sh index 784d8da1a..0ccaa1bcc 100755 --- a/installer/scripts/onboard_agent.sh +++ b/installer/scripts/onboard_agent.sh @@ -6,10 +6,10 @@ # Values to be updated upon each new release -GITHUB_RELEASE_X64="https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.14.19-0/" +GITHUB_RELEASE_X64="https://github.com/microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.14.20-0/" GITHUB_RELEASE_X86="https://github.com/Microsoft/OMS-Agent-for-Linux/releases/download/OMSAgent_v1.12.15-0/" -BUNDLE_X64="omsagent-1.14.19-0.universal.x64.sh" +BUNDLE_X64="omsagent-1.14.20-0.universal.x64.sh" BUNDLE_X86="omsagent-1.12.15-0.universal.x86.sh" usage()