Skip to content

Commit eda6a1e

Browse files
authored
3.1.17 release update release notes and charts and values (#1165)
* ContainerInsights 3.1.17 release
1 parent bdd1237 commit eda6a1e

File tree

7 files changed

+54
-7
lines changed

7 files changed

+54
-7
lines changed

ReleaseNotes.md

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

1010
## Release History
11+
### 01/31/2024 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.17 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.17 (windows)
14+
##### Release branch: https://github.com/microsoft/Docker-Provider/commits/release-ciprod-3.1.17/
15+
##### Current dependencies
16+
- Linux
17+
- [CBL-Mariner 2.0.20240123](https://github.com/microsoft/CBL-Mariner/releases/tag/2.0.20240123-2.0)
18+
- Golang - 1.20.5
19+
- Ruby - 3.1.3
20+
- MDSD - 1.29.4
21+
- Telegraf - 1.27.3
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.9.43
30+
- Golang - 1.20.5
31+
##### Code change log
32+
## What's Changed
33+
- Common
34+
* Longw/esrp signing and dynamic scripts refactoring by @wanlonghenry in #1087
35+
* Add user agent to KubeAPI and CAdvisor clients by @pfrcks in #1108
36+
* Gangams/dotnet core version update by @ganga1980 in #1110
37+
* Fix bug by @pfrcks in #1111
38+
* Update pipeline build image from ubuntu 18 to 20 by @wanlonghenry in #1119
39+
* Add telegraf enabled/disabled info in TelegrafMetricsSentCount by @jatakiajanvi12 in #1121
40+
* Telemetry gap: Adding missing heartbeat telemetry by @jatakiajanvi12 in #1129
41+
* Telemetry optimization - Add K8sAPI and CAdvisorAPI response code telemetry in customMetrics by @jatakiajanvi12 in #1122
42+
* Telemetry gap: Add PerfMetricsCount and HPACount metrics by @jatakiajanvi12 in #1131
43+
* Telemetry optimization: Sending mdsd error traces as metrics by @jatakiajanvi12 in #1147
44+
* Make multiline languages configurable by @pfrcks in #1149
45+
* Change multiline default config to disable all by @wanlonghenry in #1153
46+
* Upgrade pipeline ubuntu image version by @wanlonghenry in #1156
47+
- Linux
48+
* Fix telegraf rs false errors by @pfrcks in #1105
49+
* Update the fluent-bit plugins and telegraf to version 1.27.3 by @jatakiajanvi12 in #1107
50+
* Gangams/mdsd update for FIPS and FedRamp compliance by @ganga1980 in #1135
51+
- Windows
52+
* Send kubemonagent event using windows ama by @jatakiajanvi12 in #1127
53+
* Removing the exit condition if credentials not provided for proxy in Windows by @jatakiajanvi12 in #1136
54+
* Removing the certificate creation for geneva non MSI by @jatakiajanvi12 in #1137
55+
* Fix the geneva logs multi-tenancy regression in legacy mode by @ganga1980 in #1161
56+
- Azure Arc K8s Extension
57+
* Gangams/fix arc k8s windows custom metrics bug by @ganga1980 in #1118
1158

1259
### 12/08/2023 -
1360
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.16 (linux)

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.16"
18+
tag: "3.1.17"
1919
pullPolicy: IfNotPresent
2020
agentVersion: "azure-mdsd-1.29.4"
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.16
5+
version: 3.1.17
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.16"
28-
tagWindows: "win-3.1.15"
27+
tag: "3.1.17"
28+
tagWindows: "win-3.1.17"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
3131
agentVersion: "azure-mdsd-1.29.4"

kubernetes/ama-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ spec:
975975
# add:
976976
# - NET_ADMIN
977977
- name: ama-logs-windows
978-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.15"
978+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.17"
979979
imagePullPolicy: IfNotPresent
980980
resources:
981981
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.16
55+
ARG IMAGE_TAG=3.1.17
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
@@ -84,7 +84,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
8484
COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
8585

8686
# default value will be overwritten by pipeline
87-
ARG IMAGE_TAG=win-3.1.15
87+
ARG IMAGE_TAG=win-3.1.17
8888
ENV AGENT_VERSION ${IMAGE_TAG}
8989

9090
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)