Skip to content

Commit 947b5c6

Browse files
jatakiajanvi12Janvi Jatakia (from Dev Box)
andauthored
Add release notes for 3.1.18 (#1204)
Co-authored-by: Janvi Jatakia (from Dev Box) <jajataki@microsoft.com>
1 parent 2328e7f commit 947b5c6

File tree

7 files changed

+66
-12
lines changed

7 files changed

+66
-12
lines changed

ReleaseNotes.md

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

1010
## Release History
11+
### 03/13/2024 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.18 (windows)
14+
##### Current dependencies
15+
- Linux
16+
- [CBL-Mariner 2.0.20240301](https://github.com/microsoft/azurelinux/releases/tag/2.0.20240301-2.0)
17+
- Golang - 1.20.5
18+
- Ruby - 3.1.3
19+
- MDSD - 1.29.7
20+
- Telegraf - 1.28.5
21+
- Fluent-bit - 2.1.10
22+
- Fluentd - 1.16.3
23+
- Windows
24+
- Ruby - 3.1.1
25+
- Fluent-bit - 2.0.14
26+
- Telegraf - 1.24.2
27+
- Fluentd - 1.16.3
28+
- Windows AMA - 46.9.43
29+
- Golang - 1.20.5
30+
##### Code change log
31+
## What's Changed
32+
- Common
33+
* Build pipeline no disk space by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1170
34+
* update latest image version in yaml by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1167
35+
* Gangams/fix gh issue 3999 by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1168
36+
* Gangams/geneva msi mode bug fix by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1173
37+
* make multiline filter first in pipeline by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1151
38+
* fix telegraf config related fixes by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1176
39+
* update multiline parser config logic by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1180
40+
* Update .trivyignore by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1187
41+
* Gangams/expose disable telemetry config option by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1189
42+
* Updating the out_oms packages and Golang version to 1.21 by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1182
43+
* Integrating fluent-bit input plugins for Linux/Windows by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1144
44+
* fix bugs in fluent-bit input plugins by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1200
45+
* Update trivyignore by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1203
46+
- Linux
47+
* Gangams/telegraf update to 1.28.5 by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1159
48+
* Disable component based on logs profile (#1141) by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1145
49+
* explicity set LOGS_AND_EVENTS_ONLY by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1177
50+
* fix bugs for geneva and legacy mode for toggle components by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1174
51+
* update v2 schema configmap by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1175
52+
* add syslog option to linux daemonset for Arc by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1179
53+
* update mdsd for aarch64 patch by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1183
54+
* suppress errors and do a quiet grep by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1184
55+
* Upgrade fluentd to 1.16.3 for linux by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1185
56+
* fix script errors by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1190
57+
* fix configmap parse error by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1191
58+
* Gangams/extend arc k8s msi arm templates for ampls by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1192
59+
* Golang downgrade back to 1.20.5 by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1198
60+
- Windows
61+
* Longw/fluentd upgrade win by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1193
62+
* Update the code to take toggle for env vars in windows by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1196
63+
* Update windows_fluent_bit default to disable by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1201
64+
1165
### 01/31/2024 -
1266
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.17 (linux)
1367
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.17 (windows)

charts/azuremonitor-containers-geneva/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ genevaLogsConfig:
1515

1616
image:
1717
repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod
18-
tag: "3.1.17"
18+
tag: "3.1.18"
1919
pullPolicy: IfNotPresent
20-
agentVersion: "azure-mdsd-1.29.4"
20+
agentVersion: "azure-mdsd-1.29.7"
2121
nameOverride: ""
2222
enableInternalMetrics: false
2323
fullnameOverride: ""

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.17
5+
version: 3.1.18
66
kubeVersion: "^1.10.0-0"
77
keywords:
88
- monitoring

charts/azuremonitor-containers/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Azure:
2424
amalogs:
2525
image:
2626
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
27-
tag: "3.1.17"
28-
tagWindows: "win-3.1.17"
27+
tag: "3.1.18"
28+
tagWindows: "win-3.1.18"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
31-
agentVersion: "azure-mdsd-1.29.4"
31+
agentVersion: "azure-mdsd-1.29.7"
3232
winAgentVersion: "0.0.0-0" # there is no base agent version for windows agent
3333

3434
# The priority used by the ama-logs priority class for the daemonset pods

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.17"
393+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18"
394394
imagePullPolicy: IfNotPresent
395395
resources:
396396
limits:
@@ -507,7 +507,7 @@ spec:
507507
timeoutSeconds: 15
508508
#Only in sidecar scraping mode
509509
- name: ama-logs-prometheus
510-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.17"
510+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18"
511511
imagePullPolicy: IfNotPresent
512512
resources:
513513
limits:
@@ -766,7 +766,7 @@ spec:
766766
# - NET_ADMIN
767767
# - NET_RAW
768768
- name: ama-logs
769-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.17"
769+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18"
770770
imagePullPolicy: IfNotPresent
771771
# comment resources if VPA configured since the VPA will set these values
772772
resources:
@@ -1009,7 +1009,7 @@ spec:
10091009
# add:
10101010
# - NET_ADMIN
10111011
- name: ama-logs-windows
1012-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.17"
1012+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.18"
10131013
imagePullPolicy: IfNotPresent
10141014
resources:
10151015
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.17
55+
ARG IMAGE_TAG=3.1.18
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
@@ -90,7 +90,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
9090
COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
9191

9292
# default value will be overwritten by pipeline
93-
ARG IMAGE_TAG=win-3.1.17
93+
ARG IMAGE_TAG=win-3.1.18
9494
ENV AGENT_VERSION ${IMAGE_TAG}
9595

9696
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)