Skip to content

Commit 0c83791

Browse files
committed
mdsd version upgrade 1.35.7
1 parent a1a3907 commit 0c83791

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

charts/azuremonitor-containers-geneva/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ image:
1717
repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod
1818
tag: "3.1.27"
1919
pullPolicy: IfNotPresent
20-
agentVersion: "azure-mdsd-1.35.1"
20+
agentVersion: "azure-mdsd-1.35.7"
2121
nameOverride: ""
2222
enableInternalMetrics: false
2323
enableKubernetesMetadata: false

charts/azuremonitor-containers/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ amalogs:
2828
tagWindows: "win-3.1.27"
2929
pullPolicy: IfNotPresent
3030
dockerProviderVersion: "18.0.1-0"
31-
agentVersion: "azure-mdsd-1.35.1"
31+
agentVersion: "azure-mdsd-1.35.7"
3232
winAgentVersion: "46.17.2" # there is no base agent version for windows agent
3333

3434
# The priority used by the ama-logs priority class for the daemonset pods

kubernetes/ama-logs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ spec:
343343
component: ama-logs-agent
344344
tier: node
345345
annotations:
346-
agentVersion: "azure-mdsd-1.35.1"
346+
agentVersion: "azure-mdsd-1.35.7"
347347
dockerProviderVersion: "18.0.1-0"
348348
schema-versions: "v1"
349349
kubernetes.azure.com/no-http-proxy-vars: "true"
@@ -784,7 +784,7 @@ spec:
784784
# labels:
785785
# rsName: "ama-logs-multitenancy"
786786
# annotations:
787-
# agentVersion: "azure-mdsd-1.35.1"
787+
# agentVersion: "azure-mdsd-1.35.7"
788788
# dockerProviderVersion: "18.0.1-0"
789789
# schema-versions: "v1"
790790
# kubernetes.azure.com/no-http-proxy-vars: "true"
@@ -959,7 +959,7 @@ spec:
959959
labels:
960960
rsName: "ama-logs-rs"
961961
annotations:
962-
agentVersion: "azure-mdsd-1.35.1"
962+
agentVersion: "azure-mdsd-1.35.7"
963963
dockerProviderVersion: "18.0.1-0"
964964
schema-versions: "v1"
965965
kubernetes.azure.com/no-http-proxy-vars: "true"

kubernetes/linux/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rm -rf /usr/lib/ruby/gems/3.3.0/gems/rdoc-6.6.3.1
3737
# remove net-imap gem as it has a known CVE (CVE-2025-43857) and is not used by the agent
3838
gem uninstall net-imap --force
3939

40-
sudo tdnf install -y azure-mdsd-1.35.1
40+
sudo tdnf install -y azure-mdsd-1.35.7
4141
cp -f $TMPDIR/mdsd.xml /etc/mdsd.d
4242
cp -f $TMPDIR/envmdsd /etc/mdsd.d
4343
rm /usr/sbin/telegraf

0 commit comments

Comments
 (0)