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

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

### 05/20/2021 -
##### Version microsoft/oms:ciprod05202021 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05202021 (linux)
##### No Windows changes with this release, win-ciprod04222021 still current.
##### Code change log
- Telegraf now waits 30 seconds on startup for network connections to complete (Linux only)
- Change adding telegraf to the liveness probe reverted (Linux only)

### 05/12/2021 -
##### Version microsoft/oms:ciprod00512021 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05122021 (linux)
##### Version microsoft/oms:ciprod05122021 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05122021 (linux)
##### No Windows changes with this release, win-ciprod04222021 still current.
##### Code change log
- Upgrading oneagent to version 1.8 (only for Linux)
Expand Down
2 changes: 1 addition & 1 deletion build/version
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Build Version Information

CONTAINER_BUILDVERSION_MAJOR=15
CONTAINER_BUILDVERSION_MINOR=1
CONTAINER_BUILDVERSION_MINOR=2
CONTAINER_BUILDVERSION_PATCH=0
CONTAINER_BUILDVERSION_BUILDNR=0
CONTAINER_BUILDVERSION_DATE=20210512
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:18.04
MAINTAINER OMSContainers@microsoft.com
LABEL vendor=Microsoft\ Corp \
com.microsoft.product="Azure Monitor for containers"
ARG IMAGE_TAG=ciprod05122021
ARG IMAGE_TAG=ciprod05202021
ENV AGENT_VERSION ${IMAGE_TAG}
ENV tmpdir /opt
ENV APPLICATIONINSIGHTS_AUTH NzAwZGM5OGYtYTdhZC00NThkLWI5NWMtMjA3ZjM3NmM3YmRi
Expand Down
10 changes: 5 additions & 5 deletions kubernetes/omsagent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ spec:
tier: node
annotations:
agentVersion: "1.10.0.1"
dockerProviderVersion: "15.1.0-0"
dockerProviderVersion: "15.2.0-0"
schema-versions: "v1"
spec:
serviceAccountName: omsagent
Expand All @@ -368,7 +368,7 @@ spec:
value: "3"
containers:
- name: omsagent
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05122021"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05202021"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -446,7 +446,7 @@ spec:
timeoutSeconds: 15
#Only in sidecar scraping mode
- name: omsagent-prometheus
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05122021"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05202021"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -583,13 +583,13 @@ spec:
rsName: "omsagent-rs"
annotations:
agentVersion: "1.10.0.1"
dockerProviderVersion: "15.1.0-0"
dockerProviderVersion: "15.2.0-0"
schema-versions: "v1"
spec:
serviceAccountName: omsagent
containers:
- name: omsagent
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05122021"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod05202021"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down