Skip to content

Commit d82b3b4

Browse files
authored
Add release notes for 3.1.19 (#1220)
1 parent db3690a commit d82b3b4

File tree

7 files changed

+47
-10
lines changed

7 files changed

+47
-10
lines changed

ReleaseNotes.md

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

1010
## Release History
11+
### 03/29/2024 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.19 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.19 (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+
* Gangams/telemetry cloud specific by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1199
34+
* Bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible in /source/plugins/go/input by @dependabot in https://github.com/microsoft/Docker-Provider/pull/1194
35+
* Containerlogv2 Metadata and annotations based filtering by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1148
36+
* Move LOGS_AND_EVENTS_ONLY telemetry to DS by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1212
37+
* Fix input plugin bugs by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1207
38+
* collect logs from pods from excluded system ns (#1138) by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1146
39+
* Enable disable addon test pipeline by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1208
40+
* Update the pipeline to not trigger for builds by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1214
41+
* Gangams/add flag to enable service account timebound token by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1213
42+
* Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible in /source/plugins/go/input by @dependabot in https://github.com/microsoft/Docker-Provider/pull/1209
43+
* Add telemetry for KubernetesMetadata size by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1216
44+
- Windows
45+
* Start telegraf only when fluent tcp listener up and running by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1205
46+
* Solving pipeline bugs for windows ama url variable by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1215
47+
1148
### 03/13/2024 -
1249
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18 (linux)
1350
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.18 (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.18"
18+
tag: "3.1.19"
1919
pullPolicy: IfNotPresent
2020
agentVersion: "azure-mdsd-1.29.7"
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.18
5+
version: 3.1.19
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.18"
28-
tagWindows: "win-3.1.18"
27+
tag: "3.1.19"
28+
tagWindows: "win-3.1.19"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
3131
agentVersion: "azure-mdsd-1.29.7"

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.18"
393+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.19"
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.18"
510+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.19"
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.18"
769+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.19"
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.18"
1012+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.19"
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.18
55+
ARG IMAGE_TAG=3.1.19
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
@@ -91,7 +91,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
9191
COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
9292

9393
# default value will be overwritten by pipeline
94-
ARG IMAGE_TAG=win-3.1.18
94+
ARG IMAGE_TAG=win-3.1.19
9595
ENV AGENT_VERSION ${IMAGE_TAG}
9696

9797
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)