Skip to content

Commit 9a96a82

Browse files
jatakiajanvi12Janvi Jatakia (from Dev Box)
and
Janvi Jatakia (from Dev Box)
authored
Container insights 3.1.11 release (#1044)
Co-authored-by: Janvi Jatakia (from Dev Box) <[email protected]>
1 parent 38fc509 commit 9a96a82

File tree

7 files changed

+48
-10
lines changed

7 files changed

+48
-10
lines changed

ReleaseNotes.md

+38
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,44 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
88
additional questions or comments.
99

1010
## 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+
1149
### 06/30/2023 -
1250
##### Version microsoft/oms:3.1.10 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.10 (linux)
1351
##### Version microsoft/oms:win-3.1.10 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.10 (windows)

charts/azuremonitor-containers-geneva/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ genevaLogsConfig:
1515

1616
image:
1717
repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod
18-
tag: "3.1.10"
18+
tag: "3.1.11"
1919
pullPolicy: IfNotPresent
2020
agentVersion: "azure-mdsd-1.17.1"
2121
nameOverride: ""

charts/azuremonitor-containers/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: 7.0.0-1
33
description: Helm chart for deploying Azure Monitor container monitoring agent in Kubernetes
44
name: azuremonitor-containers
5-
version: 3.1.10
5+
version: 3.1.11
66
kubeVersion: "^1.10.0-0"
77
keywords:
88
- monitoring

charts/azuremonitor-containers/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Azure:
2424
amalogs:
2525
image:
2626
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"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
3131
agentVersion: "azure-mdsd-1.17.0"

kubernetes/ama-logs.yaml

+4-4
Original file line numberDiff line numberDiff 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.10"
393+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.11"
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.10"
502+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.11"
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.10"
744+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.11"
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.10"
945+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.11"
946946
imagePullPolicy: IfNotPresent
947947
resources:
948948
limits:

kubernetes/linux/Dockerfile.multiarch

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0
5252
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 0.9
5353

5454
# default value will be overwritten by pipeline
55-
ARG IMAGE_TAG=3.1.10
55+
ARG IMAGE_TAG=3.1.11
5656
ENV AGENT_VERSION ${IMAGE_TAG}
5757

5858
WORKDIR ${tmpdir}

kubernetes/windows/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
8181
COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
8282

8383
# default value will be overwritten by pipeline
84-
ARG IMAGE_TAG=win-3.1.10
84+
ARG IMAGE_TAG=win-3.1.11
8585
ENV AGENT_VERSION ${IMAGE_TAG}
8686

8787
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)