Skip to content

Commit 067ee57

Browse files
3.1.27 release charts and Release Note update (#1435)
* 3.1.27 release charts and releasenote update * update mdsd and golang version in all places, releasenote and charts update
1 parent df85af8 commit 067ee57

File tree

9 files changed

+64
-18
lines changed

9 files changed

+64
-18
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
Golang-Tests:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Setup Go 1.23.5
16+
- name: Setup Go 1.23.8
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.23.5'
19+
go-version: '1.23.8'
2020
- name: Check out repository code
2121
uses: actions/checkout@v2
2222
- name: Run unit tests

ReleaseNotes.md

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

1010
## Release History
11+
### 05/08/2025 -
12+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.27 (linux)
13+
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.27 (windows)
14+
- Linux
15+
  - [cbl-mariner 2.0.20250429](https://github.com/microsoft/azurelinux/releases/tag/2.0.20250429-2.0)
16+
  - Golang - 1.23.8
17+
  - Ruby - 3.1.3
18+
  - MDSD - 1.35.1
19+
  - Telegraf - 1.34.3
20+
  - Fluent-bit - 3.0.6
21+
  - Fluentd - 1.16.3
22+
- Windows
23+
  - Golang - 1.23.8
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+
  * Fix CVEs though updating go packages and ruby gem @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1414
33+
  * Update managed cluster api versions @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1419
34+
* Fixed token refresh issue @suyadav1 https://github.com/microsoft/Docker-Provider/pull/1409
35+
* add a note that local computer build is broken in README @zanejohnson-azure https://github.com/microsoft/Docker-Provider/pull/1401
36+
* Added Readme for test folder @suyadav1 https://github.com/microsoft/Docker-Provider/pull/1399
37+
* governed release yaml arc @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1392
38+
* Test automation framework: pull testkube images from MCR @suyadav1 https://github.com/microsoft/Docker-Provider/pull/1382
39+
* Add converted governed release for arc canary @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1386
40+
* Updated Readme for conformance image @suyadav1 https://github.com/microsoft/Docker-Provider/pull/1381
41+
* Fixed containerInventory image issue for guid image @suyadav1 https://github.com/microsoft/Docker-Provider/pull/1374
42+
* Updated conformance test image @suyadav1 https://github.com/microsoft/Docker-Provider/pull/1377
43+
* fix conformance test @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1350
44+
* Test automation: added tests for LA data flow @suyadav1 https://github.com/microsoft/Docker-Provider/pull/1366
45+
* multi-tenancy public preview configmap updates @ganga1980 https://github.com/microsoft/Docker-Provider/pull/1367
46+
- Linux
47+
* Update ARM template parameter check for enableRetinaNetworkFlags @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1421
48+
* retina networkflow logs @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1372
49+
  * Upgrade Telegraf 1.34.3 by@suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1434
50+
  * Upgrade Telegraf version to latest dalec build @suyadav1 https://github.com/microsoft/Docker-Provider/pull/1420
51+
* azure mdsd 1.35.1 update @ganga1980 https://github.com/microsoft/Docker-Provider/pull/1415
52+
* Fix build pipeline where it is broken for ARM64 Build @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1387
53+
- Windows
54+
* Windows build fix for gcc issue @suyadav1 https://github.com/microsoft/Docker-Provider/pull/1416
55+
* Fix bug as we now introduced AZMON_WINDOWS_FLUENT_BIT_ENABLED @wanlonghenry https://github.com/microsoft/Docker-Provider/pull/1379
56+
1157
### 03/10/2025 -
1258
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.26 (linux)
1359
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.26 (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.26"
18+
tag: "3.1.27"
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.26
5+
version: 3.1.27
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.26"
28-
tagWindows: "win-3.1.26"
27+
tag: "3.1.27"
28+
tagWindows: "win-3.1.27"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
3131
agentVersion: "azure-mdsd-1.31.4"

kubernetes/ama-logs.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ spec:
343343
component: ama-logs-agent
344344
tier: node
345345
annotations:
346-
agentVersion: "azure-mdsd-1.31.4"
346+
agentVersion: "azure-mdsd-1.35.1"
347347
dockerProviderVersion: "18.0.1-0"
348348
schema-versions: "v1"
349349
kubernetes.azure.com/no-http-proxy-vars: "true"
@@ -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.26"
394+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.27"
395395
imagePullPolicy: IfNotPresent
396396
resources:
397397
limits:
@@ -527,7 +527,7 @@ spec:
527527
timeoutSeconds: 15
528528
#Only in sidecar scraping mode
529529
- name: ama-logs-prometheus
530-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.26"
530+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.27"
531531
imagePullPolicy: IfNotPresent
532532
resources:
533533
limits:
@@ -786,7 +786,7 @@ spec:
786786
# labels:
787787
# rsName: "ama-logs-multitenancy"
788788
# annotations:
789-
# agentVersion: "azure-mdsd-1.31.4"
789+
# agentVersion: "azure-mdsd-1.35.1"
790790
# dockerProviderVersion: "18.0.1-0"
791791
# schema-versions: "v1"
792792
# kubernetes.azure.com/no-http-proxy-vars: "true"
@@ -959,7 +959,7 @@ spec:
959959
labels:
960960
rsName: "ama-logs-rs"
961961
annotations:
962-
agentVersion: "azure-mdsd-1.31.4"
962+
agentVersion: "azure-mdsd-1.35.1"
963963
dockerProviderVersion: "18.0.1-0"
964964
schema-versions: "v1"
965965
kubernetes.azure.com/no-http-proxy-vars: "true"
@@ -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.26"
1042+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.27"
10431043
imagePullPolicy: IfNotPresent
10441044
# comment resources if VPA configured since the VPA will set these values
10451045
resources:
@@ -1297,7 +1297,7 @@ spec:
12971297
# add:
12981298
# - NET_ADMIN
12991299
- name: ama-logs-windows
1300-
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.26"
1300+
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.27"
13011301
imagePullPolicy: IfNotPresent
13021302
resources:
13031303
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 0.9
7676

7777
# default value will be overwritten by pipeline
78-
ARG IMAGE_TAG=3.1.26
78+
ARG IMAGE_TAG=3.1.27
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
@@ -101,7 +101,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
101101
COPY ./amalogswindows/ruby/ /etc/fluent/plugin/
102102

103103
# default value will be overwritten by pipeline
104-
ARG IMAGE_TAG=win-3.1.26
104+
ARG IMAGE_TAG=win-3.1.27
105105
ENV AGENT_VERSION ${IMAGE_TAG}
106106

107107
ENV OS_TYPE "windows"

scripts/build/windows/install-build-pre-requisites.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ function Install-Go {
1313
exit 1
1414
}
1515

16-
$url = "https://go.dev/dl/go1.23.5.windows-amd64.msi"
17-
$output = Join-Path -Path $tempGo -ChildPath "go1.23.5.windows-amd64.msi"
16+
$url = "https://go.dev/dl/go1.23.8.windows-amd64.msi"
17+
$output = Join-Path -Path $tempGo -ChildPath "go1.23.8.windows-amd64.msi"
1818
Write-Host("downloading go msi into directory path : " + $output + " ...")
1919
Invoke-WebRequest -Uri $url -OutFile $output -ErrorAction Stop
2020
Write-Host("downloading of go msi into directory path : " + $output + " completed")
@@ -155,7 +155,7 @@ function Install-cmetrics() {
155155
# https://stackoverflow.com/questions/28682642/powershell-why-is-using-invoke-webrequest-much-slower-than-a-browser-download
156156
$ProgressPreference = 'SilentlyContinue'
157157

158-
Write-Host "Install GO 1.23.5 version"
158+
Write-Host "Install GO 1.23.8 version"
159159
Install-Go
160160
Write-Host "Install Build dependencies"
161161
Build-Dependencies

0 commit comments

Comments
 (0)