Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,41 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
additional questions or comments.

## Release History
### 02/02/2026 -
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.34 (linux)
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.34 (windows)
- Linux
- [azurelinux 3.0.20260107](https://github.com/microsoft/azurelinux/releases/tag/3.0.20260107-3.0)
- Golang - 1.25.5
- Ruby - arm64 - 3.3.5, x86_64 - 3.3.8
- MDSD - 1.37.0
- Telegraf - 1.37.0
- Fluent-bit - 4.0.14
- Fluentd - 1.16.3
- Windows
- Golang - 1.25.5
- Ruby - 3.1.1
- Windows AMA - 46.31.3
- Telegraf - 1.24.2
- Fluent-bit - 4.0.3
- Fluentd - 1.16.3
##### Code change log
## What's Changed
- Linux
* bug fix by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1593
* 3.1.32 CVE fixes by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1596
* Cosmic replicaset Kubernetes API client large scale issue by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1590
* Fluent bit 4.0.14 by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1601

- Common
* fix: bleu cloud name is azurebleucloud by @gracewehner in https://github.com/microsoft/Docker-Provider/pull/1598
* Update mapping logic from extensions to aggregate by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1585
* Fix testkube mongodb issue by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1584
* Testkube workflow migration by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1589
* Introducing appmonitoring release by @tokaplan in https://github.com/microsoft/Docker-Provider/pull/1597
* Fix release pipeline by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1599
* Revert "Introducing appmonitoring release" by @tokaplan in https://github.com/microsoft/Docker-Provider/pull/1600

### 11/25/2025 -
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32 (linux)
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.32 (windows)
Expand Down
2 changes: 1 addition & 1 deletion charts/azuremonitor-containers-geneva/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ genevaLogsConfig:

image:
repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod
tag: "3.1.32"
tag: "3.1.34"
pullPolicy: IfNotPresent
agentVersion: "azure-mdsd-1.37.0"
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/azuremonitor-containers/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.32
version: 3.1.34
kubeVersion: "^1.10.0-0"
keywords:
- monitoring
Expand Down
4 changes: 2 additions & 2 deletions charts/azuremonitor-containers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Azure:
amalogs:
image:
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
tag: "3.1.32"
tagWindows: "win-3.1.32"
tag: "3.1.34"
tagWindows: "win-3.1.34"
pullPolicy: IfNotPresent
dockerProviderVersion: "18.0.1-0"
agentVersion: "azure-mdsd-1.37.0"
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/ama-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.34"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -532,7 +532,7 @@ spec:
timeoutSeconds: 15
#Only in sidecar scraping mode
- name: ama-logs-prometheus
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.34"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -1045,7 +1045,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.32"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.34"
imagePullPolicy: IfNotPresent
# comment resources if VPA configured since the VPA will set these values
resources:
Expand Down Expand Up @@ -1298,7 +1298,7 @@ spec:
# add:
# - NET_ADMIN
- name: ama-logs-windows
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.32"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.34"
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/linux/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ENV KUBE_CLIENT_BACKOFF_DURATION 0
ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 1.0

# default value will be overwritten by pipeline
ARG IMAGE_TAG=3.1.32
ARG IMAGE_TAG=3.1.34
ENV AGENT_VERSION ${IMAGE_TAG}

WORKDIR ${tmpdir}
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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.32
ARG IMAGE_TAG=win-3.1.34
ENV AGENT_VERSION ${IMAGE_TAG}

ENV OS_TYPE "windows"
Expand Down
Loading