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
17 changes: 16 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ additional questions or comments.

Note : The agent version(s) below has dates (ciprod<mmddyyyy>), which indicate the agent build dates (not release dates)

### 6/14/2022 -
##### Version microsoft/oms:ciprod06142022 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06142022 (linux)
##### Version microsoft/oms:win-ciprod06142022 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-ciprod06142022 (windows)
##### Code change log
- Linux Agent
- Prometheus sidecar memory optimization
- Fix for issue of Telegraf connecting to FluentD Port 25228 during container startup
- Add integration for collecting Subnets IP usage metrics for Azure CNI (turned OFF by default)
- Replicaset Agent improvements related to supporting of 5K Node cluster scale
- Common (Linux & Windows Agent)
- Make custom metrics endpoint configurable to support edge environments
- Misc
- Moved Trivy image scan to Azure Pipeline


### 5/19/2022 -
##### Version microsoft/oms:ciprod05192022 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05192022 (linux)
##### Version microsoft/oms:win-ciprod05192022 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-ciprod05192022 (windows)
Expand All @@ -19,7 +34,7 @@ Note : The agent version(s) below has dates (ciprod<mmddyyyy>), which indicate t
- PodReadyPercentage metric bug fix
- add cifs & fuse file systems to ignore list
- CA Cert Fix for Mariner Hosts in Air Gap
- Disk usage metrics will no longer be collected for the paths "/mnt/containers" and "/mnt/docker"
- Disk usage metrics will no longer be collected for the paths "/mnt/containers" and "/mnt/docker"
- Windows Agent
- Ruby version upgrade from 2.6.5.1 to 2.7.5.1
- Added Support for Windows Server 2022
Expand Down
4 changes: 2 additions & 2 deletions build/version
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# Build Version Information

CONTAINER_BUILDVERSION_MAJOR=17
CONTAINER_BUILDVERSION_MAJOR=18
CONTAINER_BUILDVERSION_MINOR=0
CONTAINER_BUILDVERSION_PATCH=0
CONTAINER_BUILDVERSION_BUILDNR=0
CONTAINER_BUILDVERSION_DATE=20220519
CONTAINER_BUILDVERSION_DATE=20220614
CONTAINER_BUILDVERSION_STATUS=Developer_Build

#-------------------------------- End of File -----------------------------------
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: 2.9.3
version: 2.9.4
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 @@ -22,10 +22,10 @@ Azure:
omsagent:
image:
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
tag: "ciprod05192022"
tagWindows: "win-ciprod05192022"
tag: "ciprod06142022"
tagWindows: "win-ciprod06142022"
pullPolicy: IfNotPresent
dockerProviderVersion: "17.0.0-0"
dockerProviderVersion: "18.0.0-0"
agentVersion: "azure-mdsd-1.17.0"
winAgentVersion: "0.0.0-0" # there is no base agent version for windows agent

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 0.9
RUN /usr/bin/apt-get update && /usr/bin/apt-get install -y libc-bin wget openssl curl sudo python-ctypes init-system-helpers net-tools rsyslog cron vim dmidecode apt-transport-https gnupg && rm -rf /var/lib/apt/lists/*
COPY setup.sh main.sh defaultpromenvvariables defaultpromenvvariables-rs defaultpromenvvariables-sidecar mdsd.xml envmdsd logrotate.conf $tmpdir/

ARG IMAGE_TAG=ciprod05192022
ARG IMAGE_TAG=ciprod06142022
ENV AGENT_VERSION ${IMAGE_TAG}

WORKDIR ${tmpdir}
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/linux/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN /usr/bin/apt-get update && /usr/bin/apt-get install -y libc-bin wget openssl
COPY --from=builder /src/kubernetes/linux/Linux_ULINUX_1.0_*_64_Release/docker-cimprov-*.*.*-*.*.sh $tmpdir/
COPY kubernetes/linux/setup.sh kubernetes/linux/main.sh kubernetes/linux/defaultpromenvvariables kubernetes/linux/defaultpromenvvariables-rs kubernetes/linux/defaultpromenvvariables-sidecar kubernetes/linux/mdsd.xml kubernetes/linux/envmdsd kubernetes/linux/logrotate.conf $tmpdir/

ARG IMAGE_TAG=ciprod05192022
ARG IMAGE_TAG=ciprod06142022
ENV AGENT_VERSION ${IMAGE_TAG}

WORKDIR ${tmpdir}
Expand Down
14 changes: 7 additions & 7 deletions kubernetes/omsagent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ spec:
tier: node
annotations:
agentVersion: "azure-mdsd-1.17.0"
dockerProviderVersion: "17.0.0-0"
dockerProviderVersion: "18.0.0-0"
schema-versions: "v1"
spec:
serviceAccountName: omsagent
Expand Down Expand Up @@ -379,7 +379,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: omsagent
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05192022"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06142022"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -468,7 +468,7 @@ spec:
timeoutSeconds: 15
#Only in sidecar scraping mode
- name: omsagent-prometheus
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05192022"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06142022"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -612,7 +612,7 @@ spec:
rsName: "omsagent-rs"
annotations:
agentVersion: "azure-mdsd-1.17.0"
dockerProviderVersion: "17.0.0-0"
dockerProviderVersion: "18.0.0-0"
schema-versions: "v1"
spec:
serviceAccountName: omsagent
Expand Down Expand Up @@ -653,7 +653,7 @@ spec:
# - NET_ADMIN
# - NET_RAW
- name: omsagent
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05192022"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod06142022"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -821,7 +821,7 @@ spec:
tier: node-win
annotations:
agentVersion: "0.0.0-0"
dockerProviderVersion: "17.0.0-0"
dockerProviderVersion: "18.0.0-0"
schema-versions: "v1"
spec:
serviceAccountName: omsagent
Expand All @@ -831,7 +831,7 @@ spec:
value: "3"
containers:
- name: omsagent-win
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-ciprod05192022"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-ciprod06142022"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER OMSContainers@microsoft.com
LABEL vendor=Microsoft\ Corp \
com.microsoft.product="Azure Monitor for containers"

ARG IMAGE_TAG=win-ciprod05192022
ARG IMAGE_TAG=win-ciprod06142022

# Do not split this into multiple RUN!
# Docker creates a layer for every RUN-Statement
Expand Down