Skip to content

Commit

Permalink
3.1.16 release update release notes and charts and values (#1126)
Browse files Browse the repository at this point in the history
* 3.1.16 release update release notes and charts and values

---------

Co-authored-by: Janvi Jatakia (from Dev Box) <[email protected]>
  • Loading branch information
jatakiajanvi12 and Janvi Jatakia (from Dev Box) committed Dec 4, 2023
1 parent 7b7335d commit 6041b80
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 7 deletions.
34 changes: 34 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,40 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
additional questions or comments.

## Release History

### 11/29/2023 -
##### Version microsoft/oms:3.1.15 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.16 (linux)
##### Version microsoft/oms:win-3.1.15 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.15 (windows)
##### Release branch: https://github.com/microsoft/Docker-Provider/commits/user/amagraw/3.1.16
##### Commit: https://github.com/microsoft/Docker-Provider/commit/7b7335d94a436b086c8fe2a8c883b865deae3990
##### Current dependencies
- Linux
- [CBL-Mariner 2.0.20231004](https://github.com/microsoft/CBL-Mariner/releases/tag/2.0.20231004-2.0)
- Golang - 1.20.5
- Ruby - 3.1.3
- MDSD - 1.28.11
- Telegraf - 1.27.2
- Fluent-bit - 2.0.9
- Fluentd - 1.14.6
- Windows
- Ruby - 3.1.1
- Fluent-bit - 2.0.14
- Telegraf - 1.24.2
- Fluentd - 1.14.6
- Windows AMA - 46.9.43
- Golang - 1.20.5
##### Code change log
## What's Changed
## What's Changed
* update mdsd to 1.28.11 by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1106

### 10/25/2023 - HOTFIX
##### ARC Version - 3.1.15.1
##### Commit: https://github.com/microsoft/Docker-Provider/commit/fac0c9381f52009bafbcb6fcae52165073e63035
##### Code change log
## What's Changed
* Revert token changes for arc due to Telegraf bug by @wanlonghenry in https://github.com/microsoft/Docker-Provider/pull/1101

### 10/13/2023 -
##### Version microsoft/oms:3.1.15 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15 (linux)
##### Version microsoft/oms:win-3.1.15 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.15 (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.15"
tag: "3.1.16"
pullPolicy: IfNotPresent
agentVersion: "azure-mdsd-1.28.11"
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.15
version: 3.1.16
kubeVersion: "^1.10.0-0"
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/azuremonitor-containers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Azure:
amalogs:
image:
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
tag: "3.1.15"
tag: "3.1.16"
tagWindows: "win-3.1.15"
pullPolicy: IfNotPresent
dockerProviderVersion: "18.0.1-0"
Expand Down
6 changes: 3 additions & 3 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.15"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.16"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -505,7 +505,7 @@ spec:
timeoutSeconds: 15
#Only in sidecar scraping mode
- name: ama-logs-prometheus
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.16"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -747,7 +747,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.16"
imagePullPolicy: IfNotPresent
# comment resources if VPA configured since the VPA will set these values
resources:
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.15
ARG IMAGE_TAG=3.1.16
ENV AGENT_VERSION ${IMAGE_TAG}

WORKDIR ${tmpdir}
Expand Down

0 comments on commit 6041b80

Please sign in to comment.