File tree Expand file tree Collapse file tree 7 files changed +40
-10
lines changed
azuremonitor-containers-geneva Expand file tree Collapse file tree 7 files changed +40
-10
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,36 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
88additional questions or comments.
99
1010## Release History
11+ ### 10/04/2023 -
12+ ##### Version microsoft/oms:3.1.14 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14 (linux)
13+ ##### Version microsoft/oms: win-3 .1.14 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.14 (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+ * Gangams/implement timebound token and token refresh by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1075
33+ * Add nil check for non existence of the fields to avoid nil class exception by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1080
34+ * Force 1hour expiry for default 1 year valid tokens by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1086
35+ * Remove wait time for stable MCR release by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1077
36+ * Fix component governance and sbom generation by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1089
37+ * Remove all ApplicationInsights code by @tokaplan in https://github.com/microsoft/Docker-Provider/pull/1088
38+ - Windows
39+ * Update the pipeline to take WINDOWS_AMA_URL from the pipeline by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1059
40+ * Moving the thread pool env var to dockerfile by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1079
1141### 09/15/2023 -
1242##### Version microsoft/oms:3.1.13 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.13 (linux)
1343##### Version microsoft/oms: win-3 .1.13 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.13 (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.13 "
18+ tag : " 3.1.14 "
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.13
5+ version : 3.1.14
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.13 "
28- tagWindows : " win-3.1.13 "
27+ tag : " 3.1.14 "
28+ tagWindows : " win-3.1.14 "
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.13 "
393+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14 "
394394 imagePullPolicy : IfNotPresent
395395 resources :
396396 limits :
@@ -502,7 +502,7 @@ spec:
502502 timeoutSeconds : 15
503503# Only in sidecar scraping mode
504504 - name : ama-logs-prometheus
505- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.13 "
505+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14 "
506506 imagePullPolicy : IfNotPresent
507507 resources :
508508 limits :
@@ -764,7 +764,7 @@ spec:
764764 # - NET_ADMIN
765765 # - NET_RAW
766766 - name : ama-logs
767- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.13 "
767+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14 "
768768 imagePullPolicy : IfNotPresent
769769 # comment resources if VPA configured since the VPA will set these values
770770 resources :
@@ -985,7 +985,7 @@ spec:
985985 value : " 3"
986986 containers :
987987 - name : ama-logs-windows
988- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.13 "
988+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.14 "
989989 imagePullPolicy : IfNotPresent
990990 resources :
991991 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.13
55+ ARG IMAGE_TAG=3.1.14
5656ENV AGENT_VERSION ${IMAGE_TAG}
5757
5858WORKDIR ${tmpdir}
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
8585COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
8686
8787# default value will be overwritten by pipeline
88- ARG IMAGE_TAG=win-3.1.13
88+ ARG IMAGE_TAG=win-3.1.14
8989ENV AGENT_VERSION ${IMAGE_TAG}
9090
9191ENV OS_TYPE "windows"
You can’t perform that action at this time.
0 commit comments