Skip to content

Commit b30bede

Browse files
authored
3.1.28 Release notes and chart updates (#1504)
* Updated release notes * Chart update * Resolved comments
1 parent 38338b2 commit b30bede

File tree

7 files changed

+76
-11
lines changed

7 files changed

+76
-11
lines changed

ReleaseNotes.md

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

1010
## Release History
11+
### 07/11/2025 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.28 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.28 (windows)
14+
- Linux
15+
- [azurelinux 3.0.20250702](https://github.com/microsoft/azurelinux/releases/tag/3.0.20250702-3.0)
16+
- Golang - 1.23.8
17+
- Ruby - arm64 - 3.3.5, x86_64 - 3.3.8
18+
- MDSD - 1.35.7
19+
- Telegraf - 1.34.3
20+
- Fluent-bit - 3.1.9
21+
- Fluentd - 1.16.3
22+
- Windows
23+
- Golang - 1.23.8
24+
- Ruby - 3.1.1
25+
- Windows AMA - 46.31.3
26+
- Telegraf - 1.24.2
27+
- Fluent-bit - 4.0.3
28+
- Fluentd - 1.16.3
29+
##### Code change log
30+
## What's Changed
31+
- Note
32+
* Additional network metrics bytes_sent, bytes_recv, err_in and error_out collected for loopback interface to InsightsMetrics in the previous release is reverted back in this release.
33+
- Linux
34+
* Mariner 3 upgrade by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1439
35+
* Filter out loopback metrics by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1444
36+
* Update QoS dashboard json templates by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1465
37+
* CVE 202543857: uninstall net-imap gem by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1480
38+
* mdsd version upgrade 1.35.7 by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1492
39+
40+
- Windows
41+
* fix fluentd startup failure in legacy cluster and guardian check ignore by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1467
42+
* Upgraded fluent-bit for windows with latest version by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1479
43+
* Zane/win ama agent 46.31.3 by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1493
44+
* Fix AMCS endpoint by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1501
45+
* AMCS bug fix for Geneva by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1503
46+
47+
- Azure Arc K8s Extension
48+
* Disable custom metrics for Arc by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1481
49+
* Add high logs scale support for ARC by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1491
50+
51+
- Common
52+
* Fix geneva resource optimization by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1447
53+
* Update script version for kind cluster by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1451
54+
* Test Automation Framework improvements by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1449
55+
* Update conformnace test by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1452
56+
* Longw/update arc pipeline by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1461
57+
* TAF: Check errors in process files by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1460
58+
* Zane/guardian fix by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1482
59+
* rename gdnsuppress by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1484
60+
* Longw/high scale and networkflow logs Bicep templates by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1470
61+
* remove manual suppression by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1486
62+
* Auto-generated baselines by 1ES Pipeline Templates by @microsoft-github-policy-service in https://github.com/microsoft/Docker-Provider/pull/1446
63+
* inject images to default component detection used by 1ES by @zanejohnson-azure in https://github.com/microsoft/Docker-Provider/pull/1490
64+
* Gangams/bleu updates by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1477
65+
* Longw/high scale terraform by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1488
66+
* geneva identity by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1489
67+
* Longw/containerlogv2 telemetry dcr by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1487
68+
* fix endpoint name for bleu by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1496
69+
* Longw/high scale policy by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1497
70+
* Longw/networkflow testkube by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1499
71+
* Longw/multi tenant templates by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1502
72+
1173
### 05/08/2025 -
1274
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.27 (linux)
1375
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.27 (windows)
@@ -45,6 +107,9 @@ additional questions or comments.
45107
* fix conformance test @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1350
46108
* Test automation: added tests for LA data flow @suyadav1 https://github.com/microsoft/Docker-Provider/pull/1366
47109
* multi-tenancy public preview configmap updates @ganga1980 https://github.com/microsoft/Docker-Provider/pull/1367
110+
* Migrate esrp from corp to ame by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1438
111+
* Migrate merged build pipeline to governed pipeline template by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1442
112+
* Governed release yamls migration by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1448
48113
- Linux
49114
* Update ARM template parameter check for enableRetinaNetworkFlags @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1421
50115
* retina networkflow logs @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1372

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.27"
18+
tag: "3.1.28"
1919
pullPolicy: IfNotPresent
2020
agentVersion: "azure-mdsd-1.35.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.27
5+
version: 3.1.28
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,12 +24,12 @@ Azure:
2424
amalogs:
2525
image:
2626
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
27-
tag: "3.1.27"
28-
tagWindows: "win-3.1.27"
27+
tag: "3.1.28"
28+
tagWindows: "win-3.1.28"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
3131
agentVersion: "azure-mdsd-1.35.7"
32-
winAgentVersion: "46.17.2" # there is no base agent version for windows agent
32+
winAgentVersion: "46.31.3" # there is no base agent version for windows agent
3333

3434
# The priority used by the ama-logs priority class for the daemonset pods
3535
# Note that this is not execution piority - it is scheduling priority, as

kubernetes/ama-logs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ spec:
391391
# - NET_ADMIN
392392
# - NET_RAW
393393
- name: ama-logs
394-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.27"
394+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.28"
395395
imagePullPolicy: IfNotPresent
396396
resources:
397397
limits:
@@ -526,7 +526,7 @@ spec:
526526
timeoutSeconds: 15
527527
#Only in sidecar scraping mode
528528
- name: ama-logs-prometheus
529-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.27"
529+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.28"
530530
imagePullPolicy: IfNotPresent
531531
resources:
532532
limits:
@@ -1039,7 +1039,7 @@ spec:
10391039
# - NET_ADMIN
10401040
# - NET_RAW
10411041
- name: ama-logs
1042-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.27"
1042+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.28"
10431043
imagePullPolicy: IfNotPresent
10441044
# comment resources if VPA configured since the VPA will set these values
10451045
resources:
@@ -1296,7 +1296,7 @@ spec:
12961296
# add:
12971297
# - NET_ADMIN
12981298
- name: ama-logs-windows
1299-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.27"
1299+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.28"
13001300
imagePullPolicy: IfNotPresent
13011301
resources:
13021302
requests:

kubernetes/linux/Dockerfile.multiarch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0
7575
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 1.0
7676

7777
# default value will be overwritten by pipeline
78-
ARG IMAGE_TAG=3.1.27
78+
ARG IMAGE_TAG=3.1.28
7979
ENV AGENT_VERSION ${IMAGE_TAG}
8080

8181
WORKDIR ${tmpdir}

kubernetes/windows/Dockerfile

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

105105
# default value will be overwritten by pipeline
106-
ARG IMAGE_TAG=win-3.1.27
106+
ARG IMAGE_TAG=win-3.1.28
107107
ENV AGENT_VERSION ${IMAGE_TAG}
108108

109109
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)