Skip to content

Commit c6cbc78

Browse files
3.1.32 release note and chart update (#1583)
1 parent 733532d commit c6cbc78

File tree

7 files changed

+43
-10
lines changed

7 files changed

+43
-10
lines changed

ReleaseNotes.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,39 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
88
additional questions or comments.
99

1010
## Release History
11+
### 11/25/2025 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.32 (windows)
14+
- Linux
15+
- [azurelinux 3.0.20251106](https://github.com/microsoft/azurelinux/releases/tag/3.0.20251106-3.0)
16+
- Golang - 1.24.10
17+
- Ruby - arm64 - 3.3.5, x86_64 - 3.3.8
18+
- MDSD - 1.37.0
19+
- Telegraf - 1.36.4
20+
- Fluent-bit - 4.0.9
21+
- Fluentd - 1.16.3
22+
- Windows
23+
- Golang - 1.24.10
24+
- Ruby - 3.1.1
25+
- Windows AMA - 46.31.3
26+
- Telegraf - 1.24.2
27+
- Fluent-bit - 4.0.3
28+
- Fluentd - 1.16.3
29+
##### Code change log
30+
## What's Changed
31+
- Linux
32+
* fix k8s events DCR filter bug by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1577
33+
* networkflow strean rename by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1570
34+
- Windows
35+
* swallow gcc14 error of implicit func declaration by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1563
36+
* update dotnet8 by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1565
37+
- Common
38+
* Fix FIC Auth support issues by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1547
39+
* Fix arc prod pipeline timeout issue by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1564
40+
* Fix CVEs and handle intermittent errors in Ginkgo tests by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1556
41+
* change branch name by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1571
42+
* 3.1.31 CVEs fixes @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1572
43+
1144
### 10/28/2025 -
1245
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31 (linux)
1346
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.31 (windows)

charts/azuremonitor-containers-geneva/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ genevaLogsConfig:
1717

1818
image:
1919
repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod
20-
tag: "3.1.31"
20+
tag: "3.1.32"
2121
pullPolicy: IfNotPresent
2222
agentVersion: "azure-mdsd-1.37.0"
2323
nameOverride: ""

charts/azuremonitor-containers/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: 7.0.0-1
33
description: Helm chart for deploying Azure Monitor container monitoring agent in Kubernetes
44
name: azuremonitor-containers
5-
version: 3.1.31
5+
version: 3.1.32
66
kubeVersion: "^1.10.0-0"
77
keywords:
88
- monitoring

charts/azuremonitor-containers/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Azure:
2424
amalogs:
2525
image:
2626
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
27-
tag: "3.1.31"
28-
tagWindows: "win-3.1.31"
27+
tag: "3.1.32"
28+
tagWindows: "win-3.1.32"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
3131
agentVersion: "azure-mdsd-1.37.0"

kubernetes/ama-logs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ spec:
391391
# - NET_ADMIN
392392
# - NET_RAW
393393
- name: ama-logs
394-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31"
394+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32"
395395
imagePullPolicy: IfNotPresent
396396
resources:
397397
limits:
@@ -532,7 +532,7 @@ spec:
532532
timeoutSeconds: 15
533533
#Only in sidecar scraping mode
534534
- name: ama-logs-prometheus
535-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31"
535+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32"
536536
imagePullPolicy: IfNotPresent
537537
resources:
538538
limits:
@@ -1045,7 +1045,7 @@ spec:
10451045
# - NET_ADMIN
10461046
# - NET_RAW
10471047
- name: ama-logs
1048-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31"
1048+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32"
10491049
imagePullPolicy: IfNotPresent
10501050
# comment resources if VPA configured since the VPA will set these values
10511051
resources:
@@ -1298,7 +1298,7 @@ spec:
12981298
# add:
12991299
# - NET_ADMIN
13001300
- name: ama-logs-windows
1301-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.31"
1301+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.32"
13021302
imagePullPolicy: IfNotPresent
13031303
resources:
13041304
requests:

kubernetes/linux/Dockerfile.multiarch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0
7676
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 1.0
7777

7878
# default value will be overwritten by pipeline
79-
ARG IMAGE_TAG=3.1.31
79+
ARG IMAGE_TAG=3.1.32
8080
ENV AGENT_VERSION ${IMAGE_TAG}
8181

8282
WORKDIR ${tmpdir}

kubernetes/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
103103
COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
104104

105105
# default value will be overwritten by pipeline
106-
ARG IMAGE_TAG=win-3.1.31
106+
ARG IMAGE_TAG=win-3.1.32
107107
ENV AGENT_VERSION ${IMAGE_TAG}
108108

109109
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)