Skip to content

Commit

Permalink
bumping image tag to 08052021-1 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
daweim0 authored Sep 2, 2021
1 parent b82818a commit d827519
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ additional questions or comments.

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

### 09/02/2021 -
##### Version microsoft/oms:ciprod08052021-1 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021-1 (linux)
##### Code change log
- Bumping image tag for some tooling (no code changes except the IMAGE_TAG environment variable)

### 08/05/2021 -
##### Version microsoft/oms:ciprod08052021 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021 (linux)
##### Code change log
Expand All @@ -23,7 +28,6 @@ Note : The agent version(s) below has dates (ciprod<mmddyyyy>), which indicate t
- Fix for https://github.com/Azure/AKS/issues/2457
- In replicaset, tailing of the mdsd.err log file to agent telemetry


### 07/13/2021 -
##### Version microsoft/oms:win-ciprod06112021-2 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-ciprod06112021-2 (windows)
##### Code change log
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 [email protected]
LABEL vendor=Microsoft\ Corp \
com.microsoft.product="Azure Monitor for containers"
ARG IMAGE_TAG=ciprod08052021
ARG IMAGE_TAG=ciprod08052021-1
ENV AGENT_VERSION ${IMAGE_TAG}
ENV tmpdir /opt
ENV APPLICATIONINSIGHTS_AUTH NzAwZGM5OGYtYTdhZC00NThkLWI5NWMtMjA3ZjM3NmM3YmRi
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/omsagent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ spec:
value: "3"
containers:
- name: omsagent
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021-1"
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:ciprod08052021"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021-1"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -589,7 +589,7 @@ spec:
serviceAccountName: omsagent
containers:
- name: omsagent
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod08052021-1"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit d827519

Please sign in to comment.