Skip to content

Commit a8670cf

Browse files
authored
3.1.29 release notes and version updates (#1524)
1 parent b029e1f commit a8670cf

File tree

7 files changed

+47
-15
lines changed

7 files changed

+47
-15
lines changed

ReleaseNotes.md

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

1010
## Release History
11+
### 09/09/2025 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.29 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.29 (windows)
14+
- Linux
15+
- [azurelinux 3.0.20250822](https://github.com/microsoft/azurelinux/releases/tag/3.0.20250822-3.0)
16+
- Golang - 1.23.8
17+
- Ruby - arm64 - 3.3.5, x86_64 - 3.3.8
18+
- MDSD - 1.35.7
19+
- Telegraf - 1.34.3
20+
- Fluent-bit - 3.1.9
21+
- Fluentd - 1.16.3
22+
- Windows
23+
- Golang - 1.23.8
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+
> Note: There are no changes to either Linux or Windows agent other than base image version update.
32+
- Linux
33+
* N/A
34+
- Windows
35+
* N/A
36+
- Common
37+
* Fix release pipeline nodepool issue in https://github.com/microsoft/Docker-Provider/pull/1522
38+
* Bash script to migrate for customers to migrate from legacy to msi in https://github.com/microsoft/Docker-Provider/pull/1517
39+
* Add private link support for high log scale onboarding methods - Policy, ARM templates, Bicep and Terraform in https://github.com/microsoft/Docker-Provider/pull/1512
40+
* ARM templates for multi-tenancy for Arc for Kubernetes - https://github.com/microsoft/Docker-Provider/pull/1506/files
41+
* Terraform templates for multi-tenancy for AKS - https://github.com/microsoft/Docker-Provider/pull/1505
42+
1143
### 07/11/2025 -
1244
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.28 (linux)
1345
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.28 (windows)

charts/azuremonitor-containers-geneva/values.yaml

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

1616
image:
1717
repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod
18-
tag: "3.1.28"
18+
tag: "3.1.29"
1919
pullPolicy: IfNotPresent
2020
agentVersion: "azure-mdsd-1.35.7"
2121
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.28
5+
version: 3.1.29
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.28"
28-
tagWindows: "win-3.1.28"
27+
tag: "3.1.29"
28+
tagWindows: "win-3.1.29"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
3131
agentVersion: "azure-mdsd-1.35.7"

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.28"
394+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.29"
395395
imagePullPolicy: IfNotPresent
396396
resources:
397397
limits:
@@ -526,7 +526,7 @@ spec:
526526
timeoutSeconds: 15
527527
#Only in sidecar scraping mode
528528
- name: ama-logs-prometheus
529-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.28"
529+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.29"
530530
imagePullPolicy: IfNotPresent
531531
resources:
532532
limits:
@@ -1039,7 +1039,7 @@ spec:
10391039
# - NET_ADMIN
10401040
# - NET_RAW
10411041
- name: ama-logs
1042-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.28"
1042+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.29"
10431043
imagePullPolicy: IfNotPresent
10441044
# comment resources if VPA configured since the VPA will set these values
10451045
resources:
@@ -1296,7 +1296,7 @@ spec:
12961296
# add:
12971297
# - NET_ADMIN
12981298
- name: ama-logs-windows
1299-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.28"
1299+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.29"
13001300
imagePullPolicy: IfNotPresent
13011301
resources:
13021302
requests:

kubernetes/linux/Dockerfile.multiarch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ 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.28
78+
ARG IMAGE_TAG=3.1.29
7979
ENV AGENT_VERSION ${IMAGE_TAG}
8080

8181
WORKDIR ${tmpdir}
8282

83-
# files
83+
# files
8484
COPY --from=builder /opt /opt
8585
COPY --from=builder /etc /etc
8686
COPY --from=builder /busybin /busybin
@@ -113,9 +113,9 @@ COPY --from=builder /usr/share/p11-kit/ /usr/share/p11-kit/
113113

114114
# bash dependencies
115115
COPY --from=builder /usr/lib/libreadline.so.8 /usr/lib/libc.so.6 /usr/lib/libncursesw.so.6 /usr/lib/libtinfo.so.6 /usr/lib/
116-
# inotifywait dependencies
116+
# inotifywait dependencies
117117
COPY --from=builder /usr/lib/libinotifytools.so.0 /usr/lib/libstdc++.so.6 /usr/lib/libgcc_s.so.1 /usr/lib/libc.so.6 /usr/lib/libm.so.6 /usr/lib/
118-
# crond dependencies
118+
# crond dependencies
119119
COPY --from=builder /usr/lib/libselinux.so.1 /usr/lib/libpam.so.0 /usr/lib/libc.so.6 /usr/lib/
120120
# ruby dependencies
121121
COPY --from=builder /usr/lib/libruby.so.3.3 /usr/lib/libc.so.6 /usr/lib/libz.so.1 /usr/lib/libgmp.so.10 /usr/lib/libcrypt.so.1 /usr/lib/libm.so.6 /usr/lib/
@@ -127,7 +127,7 @@ COPY --from=builder /usr/lib/libresolv.so.2 /usr/lib/libc.so.6 /usr/lib/
127127
# mdsd dependencies
128128
COPY --from=builder /usr/sbin/../lib/libpthread.so.0 /usr/sbin/../lib/libdl.so.2 /usr/sbin/../lib/libsymcrypt.so.103 /usr/sbin/../lib/librt.so.1 /usr/sbin/../lib/libm.so.6 /usr/sbin/../lib/libc.so.6 /usr/sbin/../lib/libstdc++.so.6 /usr/sbin/../lib/libgcc_s.so.1 /usr/sbin/../lib/
129129
COPY --from=builder /opt/microsoft/azure-mdsd/lib/libtcmalloc_minimal.so.4 /opt/microsoft/azure-mdsd/lib/
130-
# logrotate dependencies
130+
# logrotate dependencies
131131
COPY --from=builder /usr/lib/libpopt.so.0 /usr/lib/libc.so.6 /usr/lib/
132132
# curl dependencies
133133
# libssl.so.1.1 & libcrypto.so.1.1 are already available with openssl in distroless and copying them over causes FIPS HMAC verification failures

kubernetes/windows/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN powershell -Command "Set-ExecutionPolicy Bypass -Scope Process -Force; iex (
1818
# rexml 3.2.5 gem was installed during ruby 3.1.1.1 installation for xml parsing, not related to fluentd (dependency of fluentd 1.16.3: https://rubygems.org/gems/fluentd/versions/1.16.3-x64-mingw-ucrt)
1919
# removed it for vulnerability reasons.
2020
# https://github.com/ManageIQ/rbvmomi2/issues/62
21-
# when ruby has a version change, a different version of rexml might be installed,
21+
# when ruby has a version change, a different version of rexml might be installed,
2222
# so need to review the installed version of rexml, and uninstall it.
2323
RUN choco install -y ruby --version 3.1.1.1 --params "'/InstallDir:C:\ruby31'" \
2424
&& choco install -y msys2 --version 20240113.0.0 --params "'/NoPath /NoUpdate /InstallDir:C:\ruby31\msys64'"
@@ -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.28
106+
ARG IMAGE_TAG=win-3.1.29
107107
ENV AGENT_VERSION ${IMAGE_TAG}
108108

109109
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)