Skip to content

Commit

Permalink
release 3.1.15 (#1100)
Browse files Browse the repository at this point in the history
* release 3.1.15
  • Loading branch information
pfrcks authored Oct 17, 2023
1 parent f1fcd41 commit 1ebdec4
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#telegraf MEDIUM
GHSA-2w8w-qhg4-f78j
CVE-2023-39325
CVE-2023-3978
CVE-2023-44487

# ruby HIGH
CVE-2017-10784
31 changes: 31 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,37 @@ information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeo
additional questions or comments.

## Release History
### 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)
##### Current dependencies
- Linux
- [CBL-Mariner 2.0.20230924](https://github.com/microsoft/CBL-Mariner/releases/tag/2.0.20230924-2.0)
- Golang - 1.20.5
- Ruby - 3.1.3
- MDSD - 1.27.4
- 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
- Linux
* use omfwd for syslog and update mdsd to 1.27.4 by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1093
* syslog fix mounting bug by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1095
- Windows
* Windows AMA <> Container Log/LogV2 integration by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1071
* Add tailing of the MonAgentHost logs by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1094
- Common
* Telemetry optimization: Removing the exception writing to AppInsights telemetry by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1092
* Update multiline comments in configmap by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1097

### 10/04/2023 -
##### Version microsoft/oms:3.1.14 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14 (linux)
##### Version microsoft/oms:win-3.1.14 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.14 (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.14"
tag: "3.1.15"
pullPolicy: IfNotPresent
agentVersion: "azure-mdsd-1.17.1"
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.14
version: 3.1.15
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.14"
tagWindows: "win-3.1.14"
tag: "3.1.15"
tagWindows: "win-3.1.15"
pullPolicy: IfNotPresent
dockerProviderVersion: "18.0.1-0"
agentVersion: "azure-mdsd-1.17.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 @@ -390,7 +390,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -508,7 +508,7 @@ spec:
timeoutSeconds: 15
#Only in sidecar scraping mode
- name: ama-logs-prometheus
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -770,7 +770,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: ama-logs
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.14"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.15"
imagePullPolicy: IfNotPresent
# comment resources if VPA configured since the VPA will set these values
resources:
Expand Down Expand Up @@ -1018,7 +1018,7 @@ spec:
# add:
# - NET_ADMIN
- name: ama-logs-windows
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.14"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.15"
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.14
ARG IMAGE_TAG=3.1.15
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 @@ -85,7 +85,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.14
ARG IMAGE_TAG=win-3.1.15
ENV AGENT_VERSION ${IMAGE_TAG}

ENV OS_TYPE "windows"
Expand Down

0 comments on commit 1ebdec4

Please sign in to comment.