Skip to content

Commit 7410ab3

Browse files
authored
release notes for 3.1.35 (#1608)
1 parent 19e5fc0 commit 7410ab3

File tree

7 files changed

+35
-10
lines changed

7 files changed

+35
-10
lines changed

ReleaseNotes.md

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

1010
## Release History
11+
### 02/25/2026 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.35 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.35 (windows)
14+
- Linux
15+
- [azurelinux 3.0.20260204](https://github.com/microsoft/azurelinux/releases/tag/3.0.20260204-3.0)
16+
- Golang - 1.25.7
17+
- Ruby - arm64 - 3.3.5-7, x86_64 - 3.3.10
18+
- MDSD - 1.37.0
19+
- Telegraf - 1.37.1
20+
- Fluent-bit - 4.0.14
21+
- Fluentd - 1.16.3
22+
- Windows
23+
- Golang - 1.25.7
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+
- Common
32+
* Zane/deploy to prod helm by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1602
33+
* update ai key and endpoint for bleu by @rashmichandrashekar in https://github.com/microsoft/Docker-Provider/pull/1604
34+
* Longw/3.1.35 address vulnerabilties by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1605
35+
1136
### 02/02/2026 -
1237
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.34 (linux)
1338
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.34 (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.34"
20+
tag: "3.1.35"
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.34
5+
version: 3.1.35
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.34"
28-
tagWindows: "win-3.1.34"
27+
tag: "3.1.35"
28+
tagWindows: "win-3.1.35"
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.34"
394+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.35"
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.34"
535+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.35"
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.34"
1048+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.35"
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.34"
1301+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.35"
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.34
79+
ARG IMAGE_TAG=3.1.35
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.34
106+
ARG IMAGE_TAG=win-3.1.35
107107
ENV AGENT_VERSION ${IMAGE_TAG}
108108

109109
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)