File tree Expand file tree Collapse file tree 7 files changed +36
-10
lines changed
azuremonitor-containers-geneva Expand file tree Collapse file tree 7 files changed +36
-10
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,32 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
88additional questions or comments.
99
1010## Release History
11+ ### 09/15/2023 -
12+ ##### Version microsoft/oms:3.1.13 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.13 (linux)
13+ ##### Version microsoft/oms: win-3 .1.13 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.13 (windows)
14+ ##### Current dependencies
15+ - Linux
16+ - [ CBL-Mariner 2.0.20230630] ( https://github.com/microsoft/CBL-Mariner/releases/tag/2.0.20230805-2.0 )
17+ - Golang - 1.20.5
18+ - Ruby - 3.1.3
19+ - MDSD - 1.26.1
20+ - Telegraf - 1.27.2
21+ - Fluent-bit - 2.0.9
22+ - Fluentd - 1.14.6
23+ - Windows
24+ - Ruby - 3.1.1
25+ - Fluent-bit - 2.0.14
26+ - Telegraf - 1.24.2
27+ - Fluentd - 1.14.6
28+ - Windows AMA - 46.3.2
29+ - Golang - 1.20.5
30+ ##### Code change log
31+ - Common
32+ * Telemetry optimization - Remove unnecessary customDimensions field and shortening some fields by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1056
33+ * Add separate flags for windows and linux in configmap for geneva logs… by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1064
34+ - Windows
35+ * Gangams/fix insights metrics issue geneva logs by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1054
36+ * Not install windows pods for arc extension by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1063
1137### 08/17/2023 -
1238##### Version microsoft/oms:3.1.12 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.12 (linux)
1339##### Version microsoft/oms: win-3 .1.12 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.12 (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.12 "
18+ tag : " 3.1.13 "
1919 pullPolicy : IfNotPresent
2020 agentVersion : " azure-mdsd-1.17.1"
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.12
5+ version : 3.1.13
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.12 "
28- tagWindows : " win-3.1.12 "
27+ tag : " 3.1.13 "
28+ tagWindows : " win-3.1.13 "
2929 pullPolicy : IfNotPresent
3030 dockerProviderVersion : " 18.0.1-0"
3131 agentVersion : " azure-mdsd-1.17.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.12 "
393+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.13 "
394394 imagePullPolicy : IfNotPresent
395395 resources :
396396 limits :
@@ -499,7 +499,7 @@ spec:
499499 timeoutSeconds : 15
500500# Only in sidecar scraping mode
501501 - name : ama-logs-prometheus
502- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.12 "
502+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.13 "
503503 imagePullPolicy : IfNotPresent
504504 resources :
505505 limits :
@@ -741,7 +741,7 @@ spec:
741741 # - NET_ADMIN
742742 # - NET_RAW
743743 - name : ama-logs
744- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.12 "
744+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.13 "
745745 imagePullPolicy : IfNotPresent
746746 # comment resources if VPA configured since the VPA will set these values
747747 resources :
@@ -942,7 +942,7 @@ spec:
942942 value : " 3"
943943 containers :
944944 - name : ama-logs-windows
945- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.12 "
945+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.13 "
946946 imagePullPolicy : IfNotPresent
947947 resources :
948948 limits :
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.12
55+ ARG IMAGE_TAG=3.1.13
5656ENV AGENT_VERSION ${IMAGE_TAG}
5757
5858WORKDIR ${tmpdir}
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
8181COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
8282
8383# default value will be overwritten by pipeline
84- ARG IMAGE_TAG=win-3.1.12
84+ ARG IMAGE_TAG=win-3.1.13
8585ENV AGENT_VERSION ${IMAGE_TAG}
8686
8787ENV OS_TYPE "windows"
You can’t perform that action at this time.
0 commit comments