From 037c9767896cdaec0a8115ea122a9fcb28fb8023 Mon Sep 17 00:00:00 2001 From: Long Wan Date: Thu, 6 Jul 2023 14:08:30 -0700 Subject: [PATCH] container insights 3.1.10 release (#1008) --- ReleaseNotes.md | 32 +++++++++++++++++++ .../values.yaml | 2 +- charts/azuremonitor-containers/Chart.yaml | 2 +- charts/azuremonitor-containers/values.yaml | 4 +-- kubernetes/ama-logs.yaml | 8 ++--- kubernetes/linux/Dockerfile.multiarch | 2 +- kubernetes/windows/Dockerfile | 2 +- 7 files changed, 42 insertions(+), 10 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index f91c58710..8ff67bed6 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -8,6 +8,38 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo additional questions or comments. ## Release History +### 06/30/2023 - +##### Version microsoft/oms:3.1.10 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10 (linux) +##### Version microsoft/oms:win-3.1.10 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.10 (windows) +##### Current dependencies +- Linux + - [CBL-Mariner 2.0.20230526](https://github.com/microsoft/CBL-Mariner/releases/tag/2.0.20230526-2.0) + - Golang - 1.20.3 + - Ruby - 3.1.3 + - MDSD - 1.26.1 + - Telegraf - 1.26.0 + - Fluent-bit - 2.0.9 + - Fluentd - 1.14.6 +- Windows + - Ruby - 3.1.1 + - Fluent-bit - 2.0.14 + - Telegraf - 1.24.2 + - Fluentd - 1.14.6 + - Windows AMA - 46.3.2 + - Golang - 1.20.3 +##### Code change log +- Common + - Add Containerlogv2 support in dataCollectionSettings + - Update troubleshoot doc for MSI GA +- Linux + - Update HPA api version to v2 + - Update environment variable Geneva Helm chart +- Windows + - Add gem ipaddress package for fluentd + - Fix window vulnerability for CVE-2013-3900 + - Address windows spin-wait thread pool issue + - Update fluent-bit version from 2.0.5 to 2.0.14 for addressing memory leak issue + ### 06/08/2023 - ##### Version microsoft/oms:3.1.9 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.9 (linux) ##### Version microsoft/oms:win-3.1.9 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.9 (windows) diff --git a/charts/azuremonitor-containers-geneva/values.yaml b/charts/azuremonitor-containers-geneva/values.yaml index 03e0b1bdc..fa2391364 100644 --- a/charts/azuremonitor-containers-geneva/values.yaml +++ b/charts/azuremonitor-containers-geneva/values.yaml @@ -15,7 +15,7 @@ genevaLogsConfig: image: repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod - tag: "3.1.9" + tag: "3.1.10" pullPolicy: IfNotPresent agentVersion: "azure-mdsd-1.17.1" nameOverride: "" diff --git a/charts/azuremonitor-containers/Chart.yaml b/charts/azuremonitor-containers/Chart.yaml index b5f37f438..843efbec2 100644 --- a/charts/azuremonitor-containers/Chart.yaml +++ b/charts/azuremonitor-containers/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 7.0.0-1 description: Helm chart for deploying Azure Monitor container monitoring agent in Kubernetes name: azuremonitor-containers -version: 3.1.9 +version: 3.1.10 kubeVersion: "^1.10.0-0" keywords: - monitoring diff --git a/charts/azuremonitor-containers/values.yaml b/charts/azuremonitor-containers/values.yaml index 45eed3fe9..ce4401466 100644 --- a/charts/azuremonitor-containers/values.yaml +++ b/charts/azuremonitor-containers/values.yaml @@ -24,8 +24,8 @@ Azure: amalogs: image: repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod" - tag: "3.1.9" - tagWindows: "win-3.1.9" + tag: "3.1.10" + tagWindows: "win-3.1.10" pullPolicy: IfNotPresent dockerProviderVersion: "18.0.1-0" agentVersion: "azure-mdsd-1.17.0" diff --git a/kubernetes/ama-logs.yaml b/kubernetes/ama-logs.yaml index e3c6502f8..8a58877f6 100644 --- a/kubernetes/ama-logs.yaml +++ b/kubernetes/ama-logs.yaml @@ -392,7 +392,7 @@ spec: # - NET_ADMIN # - NET_RAW - name: ama-logs - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.9" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10" imagePullPolicy: IfNotPresent resources: limits: @@ -496,7 +496,7 @@ spec: timeoutSeconds: 15 #Only in sidecar scraping mode - name: ama-logs-prometheus - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.9" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10" imagePullPolicy: IfNotPresent resources: limits: @@ -729,7 +729,7 @@ spec: # - NET_ADMIN # - NET_RAW - name: ama-logs - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.9" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10" imagePullPolicy: IfNotPresent # comment resources if VPA configured since the VPA will set these values resources: @@ -923,7 +923,7 @@ spec: value: "3" containers: - name: ama-logs-windows - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.9" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.10" imagePullPolicy: IfNotPresent resources: limits: diff --git a/kubernetes/linux/Dockerfile.multiarch b/kubernetes/linux/Dockerfile.multiarch index 998e55327..e7ab42b5c 100644 --- a/kubernetes/linux/Dockerfile.multiarch +++ b/kubernetes/linux/Dockerfile.multiarch @@ -50,7 +50,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0 ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 0.9 # default value will be overwritten by pipeline -ARG IMAGE_TAG=3.1.9 +ARG IMAGE_TAG=3.1.10 ENV AGENT_VERSION ${IMAGE_TAG} WORKDIR ${tmpdir} diff --git a/kubernetes/windows/Dockerfile b/kubernetes/windows/Dockerfile index c4549430d..b3dba2310 100644 --- a/kubernetes/windows/Dockerfile +++ b/kubernetes/windows/Dockerfile @@ -81,7 +81,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen COPY ./amalogswindows/ruby/ /etc/fluent/plugin/ # default value will be overwritten by pipeline -ARG IMAGE_TAG=win-3.1.9 +ARG IMAGE_TAG=win-3.1.10 ENV AGENT_VERSION ${IMAGE_TAG} ENV OS_TYPE "windows"