Skip to content

Commit cf803fc

Browse files
authored
Contianer insights 3.1.25 release charts update and release notes (#1344)
1 parent fbc48b6 commit cf803fc

File tree

7 files changed

+39
-10
lines changed

7 files changed

+39
-10
lines changed

ReleaseNotes.md

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

1010
## Release History
11+
### 01/21/2025 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.25 (windows)
14+
- Linux
15+
- [cbl-mariner 2.0.20241230](https://github.com/microsoft/azurelinux/releases/tag/2.0.20241230-2.0)
16+
- Golang - 1.22.5
17+
- Ruby - 3.1.3
18+
- MDSD - 1.31.4
19+
- Telegraf - 1.29.4-10
20+
- Fluent-bit - 2.2.3
21+
- Fluentd - 1.16.3
22+
- Windows
23+
- Golang - 1.22.5
24+
- Ruby - 3.1.1
25+
- Windows AMA - 46.17.2
26+
- Telegraf - 1.24.2
27+
- Fluent-bit - 3.0.6
28+
- Fluentd - 1.16.3
29+
##### Code change log
30+
## What's Changed
31+
- Common
32+
* Handle empty agent config in Go client and fix build failures by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1338
33+
* Fix for ImageId and Repository empty in Container Inventory by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1339
34+
- Linux
35+
* Longw/Fix CVEs for linux vulnerabilities by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1340
36+
- Windows
37+
* use windows ama only msi and non geneva mode for insights metrics by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1337
38+
* Longw/remove win rexml by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1341
39+
1140
### 10/07/2024 -
1241
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24 (linux)
1342
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.24 (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.24"
18+
tag: "3.1.25"
1919
pullPolicy: IfNotPresent
2020
agentVersion: "azure-mdsd-1.31.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.24
5+
version: 3.1.25
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.24"
28-
tagWindows: "win-3.1.24"
27+
tag: "3.1.25"
28+
tagWindows: "win-3.1.25"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
3131
agentVersion: "azure-mdsd-1.31.4"

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.24"
394+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25"
395395
imagePullPolicy: IfNotPresent
396396
resources:
397397
limits:
@@ -523,7 +523,7 @@ spec:
523523
timeoutSeconds: 15
524524
#Only in sidecar scraping mode
525525
- name: ama-logs-prometheus
526-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24"
526+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25"
527527
imagePullPolicy: IfNotPresent
528528
resources:
529529
limits:
@@ -1032,7 +1032,7 @@ spec:
10321032
# - NET_ADMIN
10331033
# - NET_RAW
10341034
- name: ama-logs
1035-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24"
1035+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25"
10361036
imagePullPolicy: IfNotPresent
10371037
# comment resources if VPA configured since the VPA will set these values
10381038
resources:
@@ -1290,7 +1290,7 @@ spec:
12901290
# add:
12911291
# - NET_ADMIN
12921292
- name: ama-logs-windows
1293-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.24"
1293+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.25"
12941294
imagePullPolicy: IfNotPresent
12951295
resources:
12961296
requests:

kubernetes/linux/Dockerfile.multiarch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0
6868
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 0.9
6969

7070
# default value will be overwritten by pipeline
71-
ARG IMAGE_TAG=3.1.24
71+
ARG IMAGE_TAG=3.1.25
7272
ENV AGENT_VERSION ${IMAGE_TAG}
7373

7474
WORKDIR ${tmpdir}

kubernetes/windows/Dockerfile

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

9696
# default value will be overwritten by pipeline
97-
ARG IMAGE_TAG=win-3.1.23
97+
ARG IMAGE_TAG=win-3.1.25
9898
ENV AGENT_VERSION ${IMAGE_TAG}
9999

100100
ENV OS_TYPE "windows"

0 commit comments

Comments
 (0)