From 7bf75da3ec8d955d6150d824e79d1217677d6804 Mon Sep 17 00:00:00 2001 From: zanejohnson-azure Date: Tue, 25 Nov 2025 14:31:24 -0800 Subject: [PATCH 1/2] 3.1.32 release note and chart update --- ReleaseNotes.md | 33 +++++++++++++++++++ .../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, 43 insertions(+), 10 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a2adef52e..af459b1a1 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -8,6 +8,39 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo additional questions or comments. ## Release History +### 11/25/2025 - +##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32 (linux) +##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.32 (windows) +- Linux + - [azurelinux 3.0.20250910](https://github.com/microsoft/azurelinux/releases/tag/3.0.20250910-3.0) + - Golang - 1.24.10 + - Ruby - arm64 - 3.3.5, x86_64 - 3.3.8 + - MDSD - 1.37.0 + - Telegraf - 1.36.4 + - Fluent-bit - 4.0.9 + - Fluentd - 1.16.3 +- Windows + - Golang - 1.24.10 + - Ruby - 3.1.1 + - Windows AMA - 46.31.3 + - Telegraf - 1.24.2 + - Fluent-bit - 4.0.3 + - Fluentd - 1.16.3 +##### Code change log +## What's Changed +- Linux + * fix k8s events DCR filter bug by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1577 + * networkflow strean rename by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1570 +- Windows + * swallow gcc14 error of implicit func declaration by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1563 + * update dotnet8 by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1565 +- Common + * Fix FIC Auth support issues by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1547 + * Fix arc prod pipeline timeout issue by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1564 + * Fix CVEs and handle intermittent errors in Ginkgo tests by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1556 + * change branch name by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1571 + * 3.1.31 CVEs fixes @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1572 + ### 10/28/2025 - ##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31 (linux) ##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.31 (windows) diff --git a/charts/azuremonitor-containers-geneva/values.yaml b/charts/azuremonitor-containers-geneva/values.yaml index 9cfc4f1bc..6bab6d570 100644 --- a/charts/azuremonitor-containers-geneva/values.yaml +++ b/charts/azuremonitor-containers-geneva/values.yaml @@ -17,7 +17,7 @@ genevaLogsConfig: image: repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod - tag: "3.1.31" + tag: "3.1.32" pullPolicy: IfNotPresent agentVersion: "azure-mdsd-1.37.0" nameOverride: "" diff --git a/charts/azuremonitor-containers/Chart.yaml b/charts/azuremonitor-containers/Chart.yaml index 79e0f1472..15b3a0546 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.31 +version: 3.1.32 kubeVersion: "^1.10.0-0" keywords: - monitoring diff --git a/charts/azuremonitor-containers/values.yaml b/charts/azuremonitor-containers/values.yaml index 65d3433af..61f14ee26 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.31" - tagWindows: "win-3.1.31" + tag: "3.1.32" + tagWindows: "win-3.1.32" pullPolicy: IfNotPresent dockerProviderVersion: "18.0.1-0" agentVersion: "azure-mdsd-1.37.0" diff --git a/kubernetes/ama-logs.yaml b/kubernetes/ama-logs.yaml index e6c631366..ff1a066cc 100644 --- a/kubernetes/ama-logs.yaml +++ b/kubernetes/ama-logs.yaml @@ -391,7 +391,7 @@ spec: # - NET_ADMIN # - NET_RAW - name: ama-logs - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32" imagePullPolicy: IfNotPresent resources: limits: @@ -532,7 +532,7 @@ spec: timeoutSeconds: 15 #Only in sidecar scraping mode - name: ama-logs-prometheus - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32" imagePullPolicy: IfNotPresent resources: limits: @@ -1045,7 +1045,7 @@ spec: # - NET_ADMIN # - NET_RAW - name: ama-logs - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32" imagePullPolicy: IfNotPresent # comment resources if VPA configured since the VPA will set these values resources: @@ -1298,7 +1298,7 @@ spec: # add: # - NET_ADMIN - name: ama-logs-windows - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.31" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.32" imagePullPolicy: IfNotPresent resources: requests: diff --git a/kubernetes/linux/Dockerfile.multiarch b/kubernetes/linux/Dockerfile.multiarch index c89db9472..0479b31a0 100644 --- a/kubernetes/linux/Dockerfile.multiarch +++ b/kubernetes/linux/Dockerfile.multiarch @@ -76,7 +76,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0 ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 1.0 # default value will be overwritten by pipeline -ARG IMAGE_TAG=3.1.31 +ARG IMAGE_TAG=3.1.32 ENV AGENT_VERSION ${IMAGE_TAG} WORKDIR ${tmpdir} diff --git a/kubernetes/windows/Dockerfile b/kubernetes/windows/Dockerfile index 107a5b6dd..46876ff21 100644 --- a/kubernetes/windows/Dockerfile +++ b/kubernetes/windows/Dockerfile @@ -103,7 +103,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.31 +ARG IMAGE_TAG=win-3.1.32 ENV AGENT_VERSION ${IMAGE_TAG} ENV OS_TYPE "windows" From fc516b60de2f48e5e5865f25874bb8a0dccb87fe Mon Sep 17 00:00:00 2001 From: zanejohnson-azure Date: Tue, 25 Nov 2025 14:52:25 -0800 Subject: [PATCH 2/2] update azurelinux version --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index af459b1a1..581bfe9cf 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -12,7 +12,7 @@ additional questions or comments. ##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32 (linux) ##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.32 (windows) - Linux - - [azurelinux 3.0.20250910](https://github.com/microsoft/azurelinux/releases/tag/3.0.20250910-3.0) + - [azurelinux 3.0.20251106](https://github.com/microsoft/azurelinux/releases/tag/3.0.20251106-3.0) - Golang - 1.24.10 - Ruby - arm64 - 3.3.5, x86_64 - 3.3.8 - MDSD - 1.37.0