Skip to content

Commit

Permalink
Add release notes for 3.1.19 (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlonghenry authored Mar 29, 2024
1 parent db3690a commit d82b3b4
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 10 deletions.
37 changes: 37 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,43 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
additional questions or comments.

## Release History
### 03/29/2024 -
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.19 (linux)
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.19 (windows)
##### Current dependencies
- Linux
- [CBL-Mariner 2.0.20240301](https://github.com/microsoft/azurelinux/releases/tag/2.0.20240301-2.0)
- Golang - 1.20.5
- Ruby - 3.1.3
- MDSD - 1.29.7
- Telegraf - 1.28.5
- Fluent-bit - 2.1.10
- Fluentd - 1.16.3
- Windows
- Ruby - 3.1.1
- Fluent-bit - 2.0.14
- Telegraf - 1.24.2
- Fluentd - 1.16.3
- Windows AMA - 46.9.43
- Golang - 1.20.5
##### Code change log
## What's Changed
- Common
* Gangams/telemetry cloud specific by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1199
* Bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible in /source/plugins/go/input by @dependabot in https://github.com/microsoft/Docker-Provider/pull/1194
* Containerlogv2 Metadata and annotations based filtering by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1148
* Move LOGS_AND_EVENTS_ONLY telemetry to DS by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1212
* Fix input plugin bugs by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1207
* collect logs from pods from excluded system ns (#1138) by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1146
* Enable disable addon test pipeline by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1208
* Update the pipeline to not trigger for builds by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1214
* Gangams/add flag to enable service account timebound token by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1213
* Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible in /source/plugins/go/input by @dependabot in https://github.com/microsoft/Docker-Provider/pull/1209
* Add telemetry for KubernetesMetadata size by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1216
- Windows
* Start telegraf only when fluent tcp listener up and running by @ganga1980 in https://github.com/microsoft/Docker-Provider/pull/1205
* Solving pipeline bugs for windows ama url variable by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1215

### 03/13/2024 -
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18 (linux)
##### Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.18 (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.18"
tag: "3.1.19"
pullPolicy: IfNotPresent
agentVersion: "azure-mdsd-1.29.7"
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.18
version: 3.1.19
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.18"
tagWindows: "win-3.1.18"
tag: "3.1.19"
tagWindows: "win-3.1.19"
pullPolicy: IfNotPresent
dockerProviderVersion: "18.0.1-0"
agentVersion: "azure-mdsd-1.29.7"
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/ama-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.19"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -507,7 +507,7 @@ spec:
timeoutSeconds: 15
#Only in sidecar scraping mode
- name: ama-logs-prometheus
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.19"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -766,7 +766,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.18"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.19"
imagePullPolicy: IfNotPresent
# comment resources if VPA configured since the VPA will set these values
resources:
Expand Down Expand Up @@ -1009,7 +1009,7 @@ spec:
# add:
# - NET_ADMIN
- name: ama-logs-windows
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.18"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.19"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/linux/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.18
ARG IMAGE_TAG=3.1.19
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 @@ -91,7 +91,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.18
ARG IMAGE_TAG=win-3.1.19
ENV AGENT_VERSION ${IMAGE_TAG}

ENV OS_TYPE "windows"
Expand Down

0 comments on commit d82b3b4

Please sign in to comment.