Skip to content

Commit e56c521

Browse files
authored
container insights 3.1.31 release notes and chart version upgrade (#1558)
1 parent 676ccd6 commit e56c521

File tree

7 files changed

+44
-10
lines changed

7 files changed

+44
-10
lines changed

ReleaseNotes.md

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

1010
## Release History
11+
### 10/28/2025 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.31 (windows)
14+
- Linux
15+
- [azurelinux 3.0.20250910](https://github.com/microsoft/azurelinux/releases/tag/3.0.20250910-3.0)
16+
- Golang - 1.24.6
17+
- Ruby - arm64 - 3.3.5, x86_64 - 3.3.8
18+
- MDSD - 1.37.0
19+
- Telegraf - 1.36.1
20+
- Fluent-bit - 4.0.9
21+
- Fluentd - 1.16.3
22+
- Windows
23+
- Golang - 1.24.6
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+
* Exclude AMACoreAgent connect logs when OTLP is disabled by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1542
33+
* Gangams/workload identity geneva by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1543
34+
* OTLP optimize telemetry by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1545
35+
* Upgrade Fluent Bit to 4.0.9 (cloudnative build), add missing dependencies and update container library copies by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1535
36+
* Adding change for networkflow logs new stream by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1551
37+
- Windows
38+
* N/A
39+
- Common
40+
* Added FIC auth support for Arc extension testing by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1539
41+
* Updated Conf test image by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1540
42+
* TAF pipeline fix by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1541
43+
* add deprecation note for helm chart by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1546
44+
1145
### 10/06/2025 -
1246
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.30 (linux)
1347
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.30 (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.30"
20+
tag: "3.1.31"
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.30
5+
version: 3.1.31
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.30"
28-
tagWindows: "win-3.1.30"
27+
tag: "3.1.31"
28+
tagWindows: "win-3.1.31"
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.30"
394+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31"
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.30"
535+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31"
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.30"
1048+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.31"
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.30"
1301+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.31"
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.30
79+
ARG IMAGE_TAG=3.1.31
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.30
106+
ARG IMAGE_TAG=win-3.1.31
107107
ENV AGENT_VERSION ${IMAGE_TAG}
108108

109109
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)