Skip to content

Commit 1ebdec4

Browse files
authored
release 3.1.15 (#1100)
* release 3.1.15
1 parent f1fcd41 commit 1ebdec4

File tree

8 files changed

+44
-10
lines changed

8 files changed

+44
-10
lines changed

.trivyignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#telegraf MEDIUM
22
GHSA-2w8w-qhg4-f78j
3+
CVE-2023-39325
4+
CVE-2023-3978
5+
CVE-2023-44487
36

47
# ruby HIGH
58
CVE-2017-10784

ReleaseNotes.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,37 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
88
additional questions or comments.
99

1010
## Release History
11+
### 10/13/2023 -
12+
##### Version microsoft/oms:3.1.15 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15 (linux)
13+
##### Version microsoft/oms:win-3.1.15 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.15 (windows)
14+
##### Current dependencies
15+
- Linux
16+
- [CBL-Mariner 2.0.20230924](https://github.com/microsoft/CBL-Mariner/releases/tag/2.0.20230924-2.0)
17+
- Golang - 1.20.5
18+
- Ruby - 3.1.3
19+
- MDSD - 1.27.4
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.9.43
29+
- Golang - 1.20.5
30+
##### Code change log
31+
## What's Changed
32+
- Linux
33+
* use omfwd for syslog and update mdsd to 1.27.4 by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1093
34+
* syslog fix mounting bug by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1095
35+
- Windows
36+
* Windows AMA <> Container Log/LogV2 integration by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1071
37+
* Add tailing of the MonAgentHost logs by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1094
38+
- Common
39+
* Telemetry optimization: Removing the exception writing to AppInsights telemetry by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1092
40+
* Update multiline comments in configmap by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1097
41+
1142
### 10/04/2023 -
1243
##### Version microsoft/oms:3.1.14 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14 (linux)
1344
##### Version microsoft/oms:win-3.1.14 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.14 (windows)

charts/azuremonitor-containers-geneva/values.yaml

Lines changed: 1 addition & 1 deletion
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.14"
18+
tag: "3.1.15"
1919
pullPolicy: IfNotPresent
2020
agentVersion: "azure-mdsd-1.17.1"
2121
nameOverride: ""

charts/azuremonitor-containers/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.14
5+
version: 3.1.15
66
kubeVersion: "^1.10.0-0"
77
keywords:
88
- monitoring

charts/azuremonitor-containers/values.yaml

Lines changed: 2 additions & 2 deletions
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.14"
28-
tagWindows: "win-3.1.14"
27+
tag: "3.1.15"
28+
tagWindows: "win-3.1.15"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
3131
agentVersion: "azure-mdsd-1.17.0"

kubernetes/ama-logs.yaml

Lines changed: 4 additions & 4 deletions
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.14"
393+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15"
394394
imagePullPolicy: IfNotPresent
395395
resources:
396396
limits:
@@ -508,7 +508,7 @@ spec:
508508
timeoutSeconds: 15
509509
#Only in sidecar scraping mode
510510
- name: ama-logs-prometheus
511-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14"
511+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15"
512512
imagePullPolicy: IfNotPresent
513513
resources:
514514
limits:
@@ -770,7 +770,7 @@ spec:
770770
# - NET_ADMIN
771771
# - NET_RAW
772772
- name: ama-logs
773-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14"
773+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15"
774774
imagePullPolicy: IfNotPresent
775775
# comment resources if VPA configured since the VPA will set these values
776776
resources:
@@ -1018,7 +1018,7 @@ spec:
10181018
# add:
10191019
# - NET_ADMIN
10201020
- name: ama-logs-windows
1021-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.14"
1021+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.15"
10221022
imagePullPolicy: IfNotPresent
10231023
resources:
10241024
limits:

kubernetes/linux/Dockerfile.multiarch

Lines changed: 1 addition & 1 deletion
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.14
55+
ARG IMAGE_TAG=3.1.15
5656
ENV AGENT_VERSION ${IMAGE_TAG}
5757

5858
WORKDIR ${tmpdir}

kubernetes/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
8585
COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
8686

8787
# default value will be overwritten by pipeline
88-
ARG IMAGE_TAG=win-3.1.14
88+
ARG IMAGE_TAG=win-3.1.15
8989
ENV AGENT_VERSION ${IMAGE_TAG}
9090

9191
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)