File tree Expand file tree Collapse file tree 7 files changed +45
-10
lines changed
azuremonitor-containers-geneva Expand file tree Collapse file tree 7 files changed +45
-10
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,41 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
88additional questions or comments.
99
1010## Release History
11+ ### 02/02/2026 -
12+ ##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.34 (linux)
13+ ##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.34 (windows)
14+ - Linux
15+ - [ azurelinux 3.0.20260107] ( https://github.com/microsoft/azurelinux/releases/tag/3.0.20260107-3.0 )
16+ - Golang - 1.25.5
17+ - Ruby - arm64 - 3.3.5, x86_64 - 3.3.8
18+ - MDSD - 1.37.0
19+ - Telegraf - 1.37.0
20+ - Fluent-bit - 4.0.14
21+ - Fluentd - 1.16.3
22+ - Windows
23+ - Golang - 1.25.5
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+ * bug fix by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1593
33+ * 3.1.32 CVE fixes by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1596
34+ * Cosmic replicaset Kubernetes API client large scale issue by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1590
35+ * Fluent bit 4.0.14 by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1601
36+
37+ - Common
38+ * fix: bleu cloud name is azurebleucloud by @gracewehner in https://github.com/microsoft/Docker-Provider/pull/1598
39+ * Update mapping logic from extensions to aggregate by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1585
40+ * Fix testkube mongodb issue by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1584
41+ * Testkube workflow migration by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1589
42+ * Introducing appmonitoring release by @tokaplan in https://github.com/microsoft/Docker-Provider/pull/1597
43+ * Fix release pipeline by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1599
44+ * Revert "Introducing appmonitoring release" by @tokaplan in https://github.com/microsoft/Docker-Provider/pull/1600
45+
1146### 11/25/2025 -
1247##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32 (linux)
1348##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.32 (windows)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ genevaLogsConfig:
1717
1818image :
1919 repository : mcr.microsoft.com/azuremonitor/containerinsights/ciprod
20- tag : " 3.1.32 "
20+ tag : " 3.1.34 "
2121 pullPolicy : IfNotPresent
2222 agentVersion : " azure-mdsd-1.37.0"
2323nameOverride : " "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : 7.0.0-1
33description : Helm chart for deploying Azure Monitor container monitoring agent in Kubernetes
44name : azuremonitor-containers
5- version : 3.1.32
5+ version : 3.1.34
66kubeVersion : " ^1.10.0-0"
77keywords :
88 - monitoring
Original file line number Diff line number Diff line change 2424amalogs :
2525 image :
2626 repo : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
27- tag : " 3.1.32 "
28- tagWindows : " win-3.1.32 "
27+ tag : " 3.1.34 "
28+ tagWindows : " win-3.1.34 "
2929 pullPolicy : IfNotPresent
3030 dockerProviderVersion : " 18.0.1-0"
3131 agentVersion : " azure-mdsd-1.37.0"
Original file line number Diff line number Diff 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.32 "
394+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.34 "
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.32 "
535+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.34 "
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.32 "
1048+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.34 "
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.32 "
1301+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.34 "
13021302 imagePullPolicy : IfNotPresent
13031303 resources :
13041304 requests :
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0
7676ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 1.0
7777
7878# default value will be overwritten by pipeline
79- ARG IMAGE_TAG=3.1.32
79+ ARG IMAGE_TAG=3.1.34
8080ENV AGENT_VERSION ${IMAGE_TAG}
8181
8282WORKDIR ${tmpdir}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
103103COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
104104
105105# default value will be overwritten by pipeline
106- ARG IMAGE_TAG=win-3.1.32
106+ ARG IMAGE_TAG=win-3.1.34
107107ENV AGENT_VERSION ${IMAGE_TAG}
108108
109109ENV OS_TYPE "windows"
You can’t perform that action at this time.
0 commit comments