File tree Expand file tree Collapse file tree 6 files changed +41
-7
lines changed
azuremonitor-containers-geneva Expand file tree Collapse file tree 6 files changed +41
-7
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,40 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
88additional questions or comments.
99
1010## Release History
11+
12+ ### 11/29/2023 -
13+ ##### Version microsoft/oms:3.1.15 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.16 (linux)
14+ ##### Version microsoft/oms: win-3 .1.15 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.15 (windows)
15+ ##### Release branch: https://github.com/microsoft/Docker-Provider/commits/user/amagraw/3.1.16
16+ ##### Commit: https://github.com/microsoft/Docker-Provider/commit/7b7335d94a436b086c8fe2a8c883b865deae3990
17+ ##### Current dependencies
18+ - Linux
19+ - [ CBL-Mariner 2.0.20231004] ( https://github.com/microsoft/CBL-Mariner/releases/tag/2.0.20231004-2.0 )
20+ - Golang - 1.20.5
21+ - Ruby - 3.1.3
22+ - MDSD - 1.28.11
23+ - Telegraf - 1.27.2
24+ - Fluent-bit - 2.0.9
25+ - Fluentd - 1.14.6
26+ - Windows
27+ - Ruby - 3.1.1
28+ - Fluent-bit - 2.0.14
29+ - Telegraf - 1.24.2
30+ - Fluentd - 1.14.6
31+ - Windows AMA - 46.9.43
32+ - Golang - 1.20.5
33+ ##### Code change log
34+ ## What's Changed
35+ ## What's Changed
36+ * update mdsd to 1.28.11 by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1106
37+
38+ ### 10/25/2023 - HOTFIX
39+ ##### ARC Version - 3.1.15.1
40+ ##### Commit: https://github.com/microsoft/Docker-Provider/commit/fac0c9381f52009bafbcb6fcae52165073e63035
41+ ##### Code change log
42+ ## What's Changed
43+ * Revert token changes for arc due to Telegraf bug by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1101
44+
1145### 10/13/2023 -
1246##### Version microsoft/oms:3.1.15 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15 (linux)
1347##### Version microsoft/oms: win-3 .1.15 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.15 (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.15 "
18+ tag : " 3.1.16 "
1919 pullPolicy : IfNotPresent
2020 agentVersion : " azure-mdsd-1.28.11"
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.15
5+ version : 3.1.16
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.15 "
27+ tag : " 3.1.16 "
2828 tagWindows : " win-3.1.15"
2929 pullPolicy : IfNotPresent
3030 dockerProviderVersion : " 18.0.1-0"
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ spec:
390390 # - NET_ADMIN
391391 # - NET_RAW
392392 - name : ama-logs
393- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15 "
393+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.16 "
394394 imagePullPolicy : IfNotPresent
395395 resources :
396396 limits :
@@ -505,7 +505,7 @@ spec:
505505 timeoutSeconds : 15
506506# Only in sidecar scraping mode
507507 - name : ama-logs-prometheus
508- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15 "
508+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.16 "
509509 imagePullPolicy : IfNotPresent
510510 resources :
511511 limits :
@@ -747,7 +747,7 @@ spec:
747747 # - NET_ADMIN
748748 # - NET_RAW
749749 - name : ama-logs
750- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15 "
750+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.16 "
751751 imagePullPolicy : IfNotPresent
752752 # comment resources if VPA configured since the VPA will set these values
753753 resources :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0
5252ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 0.9
5353
5454# default value will be overwritten by pipeline
55- ARG IMAGE_TAG=3.1.15
55+ ARG IMAGE_TAG=3.1.16
5656ENV AGENT_VERSION ${IMAGE_TAG}
5757
5858WORKDIR ${tmpdir}
You can’t perform that action at this time.
0 commit comments