File tree 7 files changed +48
-10
lines changed
azuremonitor-containers-geneva
7 files changed +48
-10
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,44 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
8
8
additional questions or comments.
9
9
10
10
## Release History
11
+
12
+ ### 08/03/2023 -
13
+ ##### Version microsoft/oms:3.1.11 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.11 (linux)
14
+ ##### Version microsoft/oms: win-3 .1.11 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.11 (windows)
15
+ ##### Current dependencies
16
+ - Linux
17
+ - [ CBL-Mariner 2.0.20230630] ( https://github.com/microsoft/CBL-Mariner/releases/tag/2.0.20230630-2.0 )
18
+ - Golang - 1.20.5
19
+ - Ruby - 3.1.3
20
+ - MDSD - 1.26.1
21
+ - Telegraf - 1.26.0
22
+ - Fluent-bit - 2.0.9
23
+ - Fluentd - 1.14.6
24
+ - Windows
25
+ - Ruby - 3.1.1
26
+ - Fluent-bit - 2.0.14
27
+ - Telegraf - 1.24.2
28
+ - Fluentd - 1.14.6
29
+ - Windows AMA - 46.3.2
30
+ - Golang - 1.20.5
31
+ ##### Code change log
32
+ - Common
33
+ - Add java and python stacktrace for multiline
34
+ - Add multiline test yamls
35
+ - Disable threaded by default and make optional
36
+ - Update golang version to 1.20.5
37
+ - Add CI templates support for containerlogv2
38
+ - Add streams params in templates
39
+ - Add env vars: CONTAINER_MEMORY_LIMIT_IN_BYTES and HOSTNAME to ama-logs-yaml
40
+ - Linux
41
+ - Remove amd64 requirement in ARC
42
+ - Remove the use of dnf package
43
+ - Remove fluentd cert pem files causing CVEs
44
+ - Update the frequency duration to 1s, grafana dashboard for 1P
45
+ - Add test workloads
46
+ - Expose mdsd config for high log customers
47
+ - Add env variable HOSTNAME to all linux pods in ARC K8s
48
+
11
49
### 06/30/2023 -
12
50
##### Version microsoft/oms:3.1.10 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10 (linux)
13
51
##### Version microsoft/oms: win-3 .1.10 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod: win-3 .1.10 (windows)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ genevaLogsConfig:
15
15
16
16
image :
17
17
repository : mcr.microsoft.com/azuremonitor/containerinsights/ciprod
18
- tag : " 3.1.10 "
18
+ tag : " 3.1.11 "
19
19
pullPolicy : IfNotPresent
20
20
agentVersion : " azure-mdsd-1.17.1"
21
21
nameOverride : " "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion : 7.0.0-1
3
3
description : Helm chart for deploying Azure Monitor container monitoring agent in Kubernetes
4
4
name : azuremonitor-containers
5
- version : 3.1.10
5
+ version : 3.1.11
6
6
kubeVersion : " ^1.10.0-0"
7
7
keywords :
8
8
- monitoring
Original file line number Diff line number Diff line change 24
24
amalogs :
25
25
image :
26
26
repo : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
27
- tag : " 3.1.10 "
28
- tagWindows : " win-3.1.10 "
27
+ tag : " 3.1.11 "
28
+ tagWindows : " win-3.1.11 "
29
29
pullPolicy : IfNotPresent
30
30
dockerProviderVersion : " 18.0.1-0"
31
31
agentVersion : " azure-mdsd-1.17.0"
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ spec:
390
390
# - NET_ADMIN
391
391
# - NET_RAW
392
392
- name : ama-logs
393
- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10 "
393
+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.11 "
394
394
imagePullPolicy : IfNotPresent
395
395
resources :
396
396
limits :
@@ -499,7 +499,7 @@ spec:
499
499
timeoutSeconds : 15
500
500
# Only in sidecar scraping mode
501
501
- name : ama-logs-prometheus
502
- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10 "
502
+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.11 "
503
503
imagePullPolicy : IfNotPresent
504
504
resources :
505
505
limits :
@@ -741,7 +741,7 @@ spec:
741
741
# - NET_ADMIN
742
742
# - NET_RAW
743
743
- name : ama-logs
744
- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10 "
744
+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.11 "
745
745
imagePullPolicy : IfNotPresent
746
746
# comment resources if VPA configured since the VPA will set these values
747
747
resources :
@@ -942,7 +942,7 @@ spec:
942
942
value : " 3"
943
943
containers :
944
944
- name : ama-logs-windows
945
- image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.10 "
945
+ image : " mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.11 "
946
946
imagePullPolicy : IfNotPresent
947
947
resources :
948
948
limits :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0
52
52
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 0.9
53
53
54
54
# default value will be overwritten by pipeline
55
- ARG IMAGE_TAG=3.1.10
55
+ ARG IMAGE_TAG=3.1.11
56
56
ENV AGENT_VERSION ${IMAGE_TAG}
57
57
58
58
WORKDIR ${tmpdir}
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
81
81
COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
82
82
83
83
# default value will be overwritten by pipeline
84
- ARG IMAGE_TAG=win-3.1.10
84
+ ARG IMAGE_TAG=win-3.1.11
85
85
ENV AGENT_VERSION ${IMAGE_TAG}
86
86
87
87
ENV OS_TYPE "windows"
You can’t perform that action at this time.
0 commit comments