Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contianer insights 3.1.24 release charts update and release notes #1326

Open
wants to merge 2 commits into
base: ci_prod
Choose a base branch
from
Open
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
42 changes: 42 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,48 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
additional questions or comments.

## Release History
### 09/30/2024 -
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24 (linux)
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.24 (windows)
- Linux
- [CBL-Mariner 2.0.20240628](https://github.com/microsoft/azurelinux/releases/tag/2.0.20240628-2.0)
- Golang - 1.22.5
- Ruby - 3.1.3
- MDSD - 1.31.4
- Telegraf - 1.29.4
- 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
> Note: Default resource limits on the Linux DaemonSet container have been increased: CPU limit has been changed from 500m to 1 cores, and memory limit has been increased from 750Mi to 1GB to support high log scale collection.
- Common
* Fix upgrade go version 1.22.5 by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1302
* Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible in /source/plugins/go/input by @dependabot in https://github.com/microsoft/Docker-Provider/pull/1303
* strip debug symbols to reduce binary size by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1298
* cm update for high log scale by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1304
* bump aks arm api version for addon enablement by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1307
* Add telemetry for checking Telegraf running status when enabled by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1310
* Add update-ca-trust command by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1314
* Gangams/logs multi tenancy with service by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1309
* fix gh issue by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1319
* Remove ruby webrick package for vulnerability by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1322
* Gangams/graceful shutdown by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1321
* Update telegraf sign copy by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1325
- Linux
* Add chart change for linux Telegraf livenessprobe change by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1306
* Fix resource optimization bug by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1317
* remove fluentd dependency by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1324
- Windows
* Fix windows ama toggles default bug by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1320
* fix windows perf telemetry bug by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1323

### 07/29/2024 -
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.23 (linux)
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.23 (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 @@ -15,7 +15,7 @@ genevaLogsConfig:

image:
repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod
tag: "3.1.23"
tag: "3.1.24"
pullPolicy: IfNotPresent
agentVersion: "azure-mdsd-1.31.4"
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.23
version: 3.1.24
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.23"
tagWindows: "win-3.1.23"
tag: "3.1.24"
tagWindows: "win-3.1.24"
pullPolicy: IfNotPresent
dockerProviderVersion: "18.0.1-0"
agentVersion: "azure-mdsd-1.31.4"
Expand Down
12 changes: 6 additions & 6 deletions kubernetes/ama-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,12 +391,12 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.23"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24"
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 3
memory: 2.5Gi
cpu: 1
memory: 1Gi
requests:
cpu: 75m
memory: 325Mi
Expand Down Expand Up @@ -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.23"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -1021,7 +1021,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.23"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.24"
imagePullPolicy: IfNotPresent
# comment resources if VPA configured since the VPA will set these values
resources:
Expand Down Expand Up @@ -1279,7 +1279,7 @@ spec:
# add:
# - NET_ADMIN
- name: ama-logs-windows
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.23"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.24"
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 @@ -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.23
ARG IMAGE_TAG=3.1.24
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 @@ -93,7 +93,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.24
ENV AGENT_VERSION ${IMAGE_TAG}

ENV OS_TYPE "windows"
Expand Down
Loading