Skip to content

Commit

Permalink
Release ciprod 3.1.5 (#934)
Browse files Browse the repository at this point in the history
* revert back the telegraf version for windows to 1.24.2

* remove space

* add trivignore

* update charts/yamls/releasenotes

* releasing 3.1.5 for windows only
  • Loading branch information
wanlonghenry authored Mar 23, 2023
1 parent 084471e commit fd2aa52
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ additional questions or comments.

## Release History

Note: Starting 03/01/2023 we have moved to the semver versioning system for naming image tags with the release 3.1.4
### 03/21/2023 -
##### Version microsoft/oms:3.1.4 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.4 (linux)
##### Version microsoft/oms:win-3.1.5 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.5 (windows)
##### Code change log
- Windows Agent
- Downgrade telegraf to version 1.24.2 due to Telegraf Data Collector Service error

Note: Starting 03/01/2023 we have moved to the semver versioning system for naming image tags with the release 3.1.4
### 03/01/2023 -
##### Version microsoft/oms:3.1.4 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:3.1.4 (linux)
##### Version microsoft/oms:win-3.1.4 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.4 (windows)
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.4
version: 3.1.5
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 @@ -25,7 +25,7 @@ amalogs:
image:
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
tag: "3.1.4"
tagWindows: "win-3.1.4"
tagWindows: "win-3.1.5"
pullPolicy: IfNotPresent
dockerProviderVersion: "18.0.1-0"
agentVersion: "azure-mdsd-1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/ama-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ spec:
value: "3"
containers:
- name: ama-logs-windows
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.4"
image: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod:win-3.1.5"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
#Copy fluentd ruby plugins
COPY ./amalogswindows/ruby/ /etc/fluent/plugin/

# default value will be overwritten by pipeline
ARG IMAGE_TAG=win-3.1.4
# default value will be overwritten by pipeline
ARG IMAGE_TAG=win-3.1.5
ENV AGENT_VERSION ${IMAGE_TAG}

ENV OS_TYPE "windows"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/windows/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Write-Host ('Finished Installing Fluentbit')

Write-Host ('Installing Telegraf');
try {
$telegrafUri='https://dl.influxdata.com/telegraf/releases/telegraf-1.25.2_windows_amd64.zip'
$telegrafUri='https://dl.influxdata.com/telegraf/releases/telegraf-1.24.2_windows_amd64.zip'
Invoke-WebRequest -Uri $telegrafUri -OutFile /installation/telegraf.zip
Expand-Archive -Path /installation/telegraf.zip -Destination /installation/telegraf
Move-Item -Path /installation/telegraf/*/* -Destination /opt/telegraf/ -ErrorAction SilentlyContinue
Expand Down

0 comments on commit fd2aa52

Please sign in to comment.