From cf803fc129545a403f70fd55547c387f37c80402 Mon Sep 17 00:00:00 2001 From: Long Wan Date: Wed, 22 Jan 2025 16:44:52 -0800 Subject: [PATCH] Contianer insights 3.1.25 release charts update and release notes (#1344) --- ReleaseNotes.md | 29 +++++++++++++++++++ .../values.yaml | 2 +- charts/azuremonitor-containers/Chart.yaml | 2 +- charts/azuremonitor-containers/values.yaml | 4 +-- kubernetes/ama-logs.yaml | 8 ++--- kubernetes/linux/Dockerfile.multiarch | 2 +- kubernetes/windows/Dockerfile | 2 +- 7 files changed, 39 insertions(+), 10 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a4d1844e7..bdbe3f5a3 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -8,6 +8,35 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo additional questions or comments. ## Release History +### 01/21/2025 - +##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25 (linux) +##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.25 (windows) +- Linux + - [cbl-mariner 2.0.20241230](https://github.com/microsoft/azurelinux/releases/tag/2.0.20241230-2.0) + - Golang - 1.22.5 + - Ruby - 3.1.3 + - MDSD - 1.31.4 + - Telegraf - 1.29.4-10 + - Fluent-bit - 2.2.3 + - Fluentd - 1.16.3 +- Windows + - Golang - 1.22.5 + - Ruby - 3.1.1 + - Windows AMA - 46.17.2 + - Telegraf - 1.24.2 + - Fluent-bit - 3.0.6 + - Fluentd - 1.16.3 +##### Code change log +## What's Changed +- Common + * Handle empty agent config in Go client and fix build failures by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1338 + * Fix for ImageId and Repository empty in Container Inventory by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1339 +- Linux + * Longw/Fix CVEs for linux vulnerabilities by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1340 +- Windows + * use windows ama only msi and non geneva mode for insights metrics by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1337 + * Longw/remove win rexml by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1341 + ### 10/07/2024 - ##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24 (linux) ##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.24 (windows) diff --git a/charts/azuremonitor-containers-geneva/values.yaml b/charts/azuremonitor-containers-geneva/values.yaml index d41a25a49..4786dcd49 100644 --- a/charts/azuremonitor-containers-geneva/values.yaml +++ b/charts/azuremonitor-containers-geneva/values.yaml @@ -15,7 +15,7 @@ genevaLogsConfig: image: repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod - tag: "3.1.24" + tag: "3.1.25" pullPolicy: IfNotPresent agentVersion: "azure-mdsd-1.31.4" nameOverride: "" diff --git a/charts/azuremonitor-containers/Chart.yaml b/charts/azuremonitor-containers/Chart.yaml index a07ff970e..922b7c404 100644 --- a/charts/azuremonitor-containers/Chart.yaml +++ b/charts/azuremonitor-containers/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 7.0.0-1 description: Helm chart for deploying Azure Monitor container monitoring agent in Kubernetes name: azuremonitor-containers -version: 3.1.24 +version: 3.1.25 kubeVersion: "^1.10.0-0" keywords: - monitoring diff --git a/charts/azuremonitor-containers/values.yaml b/charts/azuremonitor-containers/values.yaml index 09e58754b..d4f1fd0db 100644 --- a/charts/azuremonitor-containers/values.yaml +++ b/charts/azuremonitor-containers/values.yaml @@ -24,8 +24,8 @@ Azure: amalogs: image: repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod" - tag: "3.1.24" - tagWindows: "win-3.1.24" + tag: "3.1.25" + tagWindows: "win-3.1.25" pullPolicy: IfNotPresent dockerProviderVersion: "18.0.1-0" agentVersion: "azure-mdsd-1.31.4" diff --git a/kubernetes/ama-logs.yaml b/kubernetes/ama-logs.yaml index 0dae0472d..2b4a01cb9 100644 --- a/kubernetes/ama-logs.yaml +++ b/kubernetes/ama-logs.yaml @@ -391,7 +391,7 @@ spec: # - NET_ADMIN # - NET_RAW - name: ama-logs - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25" imagePullPolicy: IfNotPresent resources: limits: @@ -523,7 +523,7 @@ spec: timeoutSeconds: 15 #Only in sidecar scraping mode - name: ama-logs-prometheus - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25" imagePullPolicy: IfNotPresent resources: limits: @@ -1032,7 +1032,7 @@ spec: # - NET_ADMIN # - NET_RAW - name: ama-logs - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.25" imagePullPolicy: IfNotPresent # comment resources if VPA configured since the VPA will set these values resources: @@ -1290,7 +1290,7 @@ spec: # add: # - NET_ADMIN - name: ama-logs-windows - image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.24" + image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.25" imagePullPolicy: IfNotPresent resources: requests: diff --git a/kubernetes/linux/Dockerfile.multiarch b/kubernetes/linux/Dockerfile.multiarch index 8ba72650a..0180c08ef 100644 --- a/kubernetes/linux/Dockerfile.multiarch +++ b/kubernetes/linux/Dockerfile.multiarch @@ -68,7 +68,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0 ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 0.9 # default value will be overwritten by pipeline -ARG IMAGE_TAG=3.1.24 +ARG IMAGE_TAG=3.1.25 ENV AGENT_VERSION ${IMAGE_TAG} WORKDIR ${tmpdir} diff --git a/kubernetes/windows/Dockerfile b/kubernetes/windows/Dockerfile index 1c24c5cf8..b94c45c05 100644 --- a/kubernetes/windows/Dockerfile +++ b/kubernetes/windows/Dockerfile @@ -94,7 +94,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen COPY ./amalogswindows/ruby/ /etc/fluent/plugin/ # default value will be overwritten by pipeline -ARG IMAGE_TAG=win-3.1.23 +ARG IMAGE_TAG=win-3.1.25 ENV AGENT_VERSION ${IMAGE_TAG} ENV OS_TYPE "windows"