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
23 changes: 23 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
additional questions or comments.

## Release History
### 07/28/2026 -
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.6.0 (linux)
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.6.0 (windows)
- Linux
- [azurelinux 3.0.20260712](https://github.com/microsoft/azurelinux/releases/tag/3.0.20260712-3.0)
- Golang - 1.26.5
- Ruby - arm64 - 3.3.5-7, x86_64 - 3.3.10
- MDSD - 1.42.0
- Telegraf - 1.39.1
- Fluent-bit - 5.0.4
- Fluentd - 1.19.3
- Windows
- Golang - 1.26.5
- Ruby - 3.1.1
- Windows AMA - 47.7.1
- Telegraf - 1.24.2
- Fluent-bit - 5.0.3
- Fluentd - 1.16.3
##### Code change log
## What's Changed
- Common (Linux + Windows)
* OTLP GRPC support by @suyadav1 in https://github.com/microsoft/Docker-Provider/pull/1711

### 07/21/2026 -
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.5.0 (linux)
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.5.0 (windows)
Expand Down
2 changes: 1 addition & 1 deletion charts/azuremonitor-containerinsights/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: azuremonitor-containers
description: Azure Monitor container monitoring agent Helm chart for Kubernetes (supports both AKS addon and Arc K8s extension)
version: 3.5.0
version: 3.6.0
appVersion: 7.0.0-1
kubeVersion: "^1.10.0-0"
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
checksum/config: {{ toYaml $.Values.amalogs.resources | sha256sum }}
checksum/logsettings: {{ toYaml $.Values.amalogs.logsettings | sha256sum }}
{{- else }}
agentVersion: "azure-mdsd-1.40.3"
agentVersion: "azure-mdsd-1.42.0"
dockerProviderVersion: "18.0.1-0"
schema-versions: "v1"
WSID: {{ $.Values.OmsAgent.workspaceID | b64enc | quote }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
rsName: "ama-logs-multitenancy"
kubernetes.azure.com/managedby: aks
annotations:
agentVersion: "azure-mdsd-1.40.3"
agentVersion: "azure-mdsd-1.42.0"
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
dockerProviderVersion: "18.0.1-0"
schema-versions: "v1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
checksum/config: {{ toYaml .Values.amalogs.resources | sha256sum }}
checksum/logsettings: {{ toYaml .Values.amalogs.logsettings | sha256sum }}
{{- else }}
agentVersion: "azure-mdsd-1.40.3"
agentVersion: "azure-mdsd-1.42.0"
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
dockerProviderVersion: "18.0.1-0"
schema-versions: "v1"
Expand Down
10 changes: 5 additions & 5 deletions charts/azuremonitor-containerinsights/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ OmsAgent:

# Image configuration
imageRepository: "/azuremonitor/containerinsights/ciprod"
imageTagLinux: "3.5.0"
imageTagWindows: "win-3.5.0"
imageTagLinux: "3.6.0"
imageTagWindows: "win-3.6.0"
isImagePullPolicyAlways: false

# Resource ID and cluster information
Expand Down Expand Up @@ -214,11 +214,11 @@ OmsAgent:
amalogs:
image:
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
tag: "3.5.0"
tagWindows: "win-3.5.0"
tag: "3.6.0"
tagWindows: "win-3.6.0"
pullPolicy: IfNotPresent
dockerProviderVersion: "18.0.1-0"
agentVersion: "azure-mdsd-1.40.3"
agentVersion: "azure-mdsd-1.42.0"
winAgentVersion: "47.7.1" # there is no base agent version for windows agent

# The priority used by the ama-logs priority class for the daemonset pods
Expand Down
4 changes: 2 additions & 2 deletions charts/azuremonitor-containers-geneva/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ genevaLogsConfig:

image:
repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod
tag: "3.5.0"
tag: "3.6.0"
pullPolicy: IfNotPresent
agentVersion: "azure-mdsd-1.40.3"
agentVersion: "azure-mdsd-1.42.0"
nameOverride: ""
enableInternalMetrics: false
enableKubernetesMetadata: false
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.5.0
version: 3.6.0
kubeVersion: "^1.10.0-0"
keywords:
- monitoring
Expand Down
6 changes: 3 additions & 3 deletions charts/azuremonitor-containers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Azure:
amalogs:
image:
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
tag: "3.5.0"
tagWindows: "win-3.5.0"
tag: "3.6.0"
tagWindows: "win-3.6.0"
pullPolicy: IfNotPresent
dockerProviderVersion: "18.0.1-0"
agentVersion: "azure-mdsd-1.40.3"
agentVersion: "azure-mdsd-1.42.0"
winAgentVersion: "47.7.1" # there is no base agent version for windows agent

# The priority used by the ama-logs priority class for the daemonset pods
Expand Down
16 changes: 8 additions & 8 deletions kubernetes/ama-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ spec:
component: ama-logs-agent
tier: node
annotations:
agentVersion: "azure-mdsd-1.40.3"
agentVersion: "azure-mdsd-1.42.0"
dockerProviderVersion: "18.0.1-0"
schema-versions: "v1"
kubernetes.azure.com/no-http-proxy-vars: "true"
Expand Down Expand Up @@ -391,7 +391,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.5.0"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.6.0"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -536,7 +536,7 @@ spec:
timeoutSeconds: 15
#Only in sidecar scraping mode
- name: ama-logs-prometheus
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.5.0"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.6.0"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -798,7 +798,7 @@ spec:
# labels:
# rsName: "ama-logs-multitenancy"
# annotations:
# agentVersion: "azure-mdsd-1.40.3"
# agentVersion: "azure-mdsd-1.42.0"
# dockerProviderVersion: "18.0.1-0"
# schema-versions: "v1"
# kubernetes.azure.com/no-http-proxy-vars: "true"
Expand Down Expand Up @@ -841,7 +841,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
# - name: ama-logs
# image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.5.0"
# image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.6.0"
# imagePullPolicy: IfNotPresent
# resources:
# limits:
Expand Down Expand Up @@ -977,7 +977,7 @@ spec:
labels:
rsName: "ama-logs-rs"
annotations:
agentVersion: "azure-mdsd-1.40.3"
agentVersion: "azure-mdsd-1.42.0"
dockerProviderVersion: "18.0.1-0"
schema-versions: "v1"
kubernetes.azure.com/no-http-proxy-vars: "true"
Expand Down Expand Up @@ -1057,7 +1057,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.5.0"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.6.0"
imagePullPolicy: IfNotPresent
# comment resources if VPA configured since the VPA will set these values
resources:
Expand Down Expand Up @@ -1314,7 +1314,7 @@ spec:
# add:
# - NET_ADMIN
- name: ama-logs-windows
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.5.0"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.6.0"
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.5.0
ARG IMAGE_TAG=3.6.0
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 @@ -104,7 +104,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.5.0
ARG IMAGE_TAG=win-3.6.0
ENV AGENT_VERSION ${IMAGE_TAG}

ENV OS_TYPE "windows"
Expand Down
Loading