File tree Expand file tree Collapse file tree 7 files changed +39
-10
lines changed
azuremonitor-containers-geneva Expand file tree Collapse file tree 7 files changed +39
-10
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,35 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
88additional questions or comments.
99
1010## Release History
11+ ### 01/21/2025 -
12+ ##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25 (linux)
13+ ##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.25 (windows)
14+ - Linux
15+ - [ cbl-mariner 2.0.20241230] ( https://github.com/microsoft/azurelinux/releases/tag/2.0.20241230-2.0 )
16+ - Golang - 1.22.5
17+ - Ruby - 3.1.3
18+ - MDSD - 1.31.4
19+ - Telegraf - 1.29.4-10
20+ - Fluent-bit - 2.2.3
21+ - Fluentd - 1.16.3
22+ - Windows
23+ - Golang - 1.22.5
24+ - Ruby - 3.1.1
25+ - Windows AMA - 46.17.2
26+ - Telegraf - 1.24.2
27+ - Fluent-bit - 3.0.6
28+ - Fluentd - 1.16.3
29+ ##### Code change log
30+ ## What's Changed
31+ - Common
32+ * Handle empty agent config in Go client and fix build failures by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1338
33+ * Fix for ImageId and Repository empty in Container Inventory by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1339
34+ - Linux
35+ * Longw/Fix CVEs for linux vulnerabilities by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1340
36+ - Windows
37+ * use windows ama only msi and non geneva mode for insights metrics by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1337
38+ * Longw/remove win rexml by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1341
39+
1140### 10/07/2024 -
1241##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24 (linux)
1342##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.24 (windows)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ genevaLogsConfig:
1515
1616image :
1717 repository : mcr.microsoft.com/azuremonitor/containerinsights/ciprod
18- tag : " 3.1.24 "
18+ tag : " 3.1.25 "
1919 pullPolicy : IfNotPresent
2020 agentVersion : " azure-mdsd-1.31.4"
2121nameOverride : " "
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.24
5+ version : 3.1.25
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.24 "
28- tagWindows : " win-3.1.24 "
27+ tag : " 3.1.25 "
28+ tagWindows : " win-3.1.25 "
2929 pullPolicy : IfNotPresent
3030 dockerProviderVersion : " 18.0.1-0"
3131 agentVersion : " azure-mdsd-1.31.4"
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.24 "
394+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25 "
395395 imagePullPolicy : IfNotPresent
396396 resources :
397397 limits :
@@ -523,7 +523,7 @@ spec:
523523 timeoutSeconds : 15
524524# Only in sidecar scraping mode
525525 - name : ama-logs-prometheus
526- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24 "
526+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25 "
527527 imagePullPolicy : IfNotPresent
528528 resources :
529529 limits :
@@ -1032,7 +1032,7 @@ spec:
10321032 # - NET_ADMIN
10331033 # - NET_RAW
10341034 - name : ama-logs
1035- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24 "
1035+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25 "
10361036 imagePullPolicy : IfNotPresent
10371037 # comment resources if VPA configured since the VPA will set these values
10381038 resources :
@@ -1290,7 +1290,7 @@ spec:
12901290 # add:
12911291 # - NET_ADMIN
12921292 - name : ama-logs-windows
1293- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.24 "
1293+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.25 "
12941294 imagePullPolicy : IfNotPresent
12951295 resources :
12961296 requests :
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0
6868ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 0.9
6969
7070# default value will be overwritten by pipeline
71- ARG IMAGE_TAG=3.1.24
71+ ARG IMAGE_TAG=3.1.25
7272ENV AGENT_VERSION ${IMAGE_TAG}
7373
7474WORKDIR ${tmpdir}
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
9494COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
9595
9696# default value will be overwritten by pipeline
97- ARG IMAGE_TAG=win-3.1.23
97+ ARG IMAGE_TAG=win-3.1.25
9898ENV AGENT_VERSION ${IMAGE_TAG}
9999
100100ENV OS_TYPE "windows"
You can’t perform that action at this time.
0 commit comments