Skip to content

Commit 4c51dfe

Browse files
authored
3.1.30 Release notes and chart changes (#1537)
1 parent 41e8806 commit 4c51dfe

File tree

7 files changed

+46
-15
lines changed

7 files changed

+46
-15
lines changed

ReleaseNotes.md

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

1010
## Release History
11+
### 10/06/2025 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.30 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.30 (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 - 3.1.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+
* Cert mount fix for AGC by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1518
33+
* Enabled OTel logs and traces support by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1527
34+
* CVEs Fix by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1526
35+
* fix amaca liveness probe issue in high scale mode by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1530
36+
- Windows
37+
* N/A
38+
- Common
39+
* Remove custom metrics tests from conformance tests by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1528
40+
* Longw/arc openshift by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1511
41+
1142
### 09/09/2025 -
1243
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.29 (linux)
1344
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.29 (windows)

charts/azuremonitor-containers-geneva/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ genevaLogsConfig:
1515

1616
image:
1717
repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod
18-
tag: "3.1.29"
18+
tag: "3.1.30"
1919
pullPolicy: IfNotPresent
20-
agentVersion: "azure-mdsd-1.35.7"
20+
agentVersion: "azure-mdsd-1.37.0"
2121
nameOverride: ""
2222
enableInternalMetrics: false
2323
enableKubernetesMetadata: false

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.29
5+
version: 3.1.30
66
kubeVersion: "^1.10.0-0"
77
keywords:
88
- monitoring

charts/azuremonitor-containers/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Azure:
2424
amalogs:
2525
image:
2626
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
27-
tag: "3.1.29"
28-
tagWindows: "win-3.1.29"
27+
tag: "3.1.30"
28+
tagWindows: "win-3.1.30"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
31-
agentVersion: "azure-mdsd-1.35.7"
31+
agentVersion: "azure-mdsd-1.37.0"
3232
winAgentVersion: "46.31.3" # there is no base agent version for windows agent
3333

3434
# The priority used by the ama-logs priority class for the daemonset pods

kubernetes/ama-logs.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ spec:
343343
component: ama-logs-agent
344344
tier: node
345345
annotations:
346-
agentVersion: "azure-mdsd-1.35.7"
346+
agentVersion: "azure-mdsd-1.37.0"
347347
dockerProviderVersion: "18.0.1-0"
348348
schema-versions: "v1"
349349
kubernetes.azure.com/no-http-proxy-vars: "true"
@@ -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.29"
394+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.30"
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.29"
535+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.30"
536536
imagePullPolicy: IfNotPresent
537537
resources:
538538
limits:
@@ -790,7 +790,7 @@ spec:
790790
# labels:
791791
# rsName: "ama-logs-multitenancy"
792792
# annotations:
793-
# agentVersion: "azure-mdsd-1.35.7"
793+
# agentVersion: "azure-mdsd-1.37.0"
794794
# dockerProviderVersion: "18.0.1-0"
795795
# schema-versions: "v1"
796796
# kubernetes.azure.com/no-http-proxy-vars: "true"
@@ -965,7 +965,7 @@ spec:
965965
labels:
966966
rsName: "ama-logs-rs"
967967
annotations:
968-
agentVersion: "azure-mdsd-1.35.7"
968+
agentVersion: "azure-mdsd-1.37.0"
969969
dockerProviderVersion: "18.0.1-0"
970970
schema-versions: "v1"
971971
kubernetes.azure.com/no-http-proxy-vars: "true"
@@ -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.29"
1048+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.30"
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.29"
1301+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.30"
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
@@ -75,7 +75,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0
7575
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 1.0
7676

7777
# default value will be overwritten by pipeline
78-
ARG IMAGE_TAG=3.1.29
78+
ARG IMAGE_TAG=3.1.30
7979
ENV AGENT_VERSION ${IMAGE_TAG}
8080

8181
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.29
106+
ARG IMAGE_TAG=win-3.1.30
107107
ENV AGENT_VERSION ${IMAGE_TAG}
108108

109109
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)