Skip to content

Commit 388f83c

Browse files
authored
mdsd version upgrade 1.35.7 (#1492)
* mdsd version upgrade 1.35.7 * update to latest version in aks-rp side * update to latest version in aks-rp side
1 parent a1a3907 commit 388f83c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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: 7 additions & 7 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"
@@ -365,7 +365,7 @@ spec:
365365
# - --health-server-listening-port=9999
366366
# - --restart-pod-waiting-minutes-on-broken-connection=240
367367
# # Make sure this matching with version in AKS RP side
368-
# image: mcr.microsoft.com/aks/msi/addon-token-adapter:master.230804.1
368+
# image: mcr.microsoft.com/aks/msi/addon-token-adapter:master.250604.1
369369
# imagePullPolicy: IfNotPresent
370370
# env:
371371
# - name: AZMON_COLLECT_ENV
@@ -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"
@@ -801,7 +801,7 @@ spec:
801801
# - --health-server-listening-port=9999
802802
# - --restart-pod-waiting-minutes-on-broken-connection=240
803803
# # Make sure this matching with version in AKS RP side
804-
# image: mcr.microsoft.com/aks/msi/addon-token-adapter:master.230804.1
804+
# image: mcr.microsoft.com/aks/msi/addon-token-adapter:master.250604.1
805805
# imagePullPolicy: IfNotPresent
806806
# env:
807807
# - name: AZMON_COLLECT_ENV
@@ -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"
@@ -1013,7 +1013,7 @@ spec:
10131013
# - --health-server-listening-port=9999
10141014
# - --restart-pod-waiting-minutes-on-broken-connection=240
10151015
# # Make sure this matching with version in AKS RP side
1016-
# image: mcr.microsoft.com/aks/msi/addon-token-adapter:master.230804.1
1016+
# image: mcr.microsoft.com/aks/msi/addon-token-adapter:master.250604.1
10171017
# imagePullPolicy: IfNotPresent
10181018
# env:
10191019
# - name: AZMON_COLLECT_ENV
@@ -1277,7 +1277,7 @@ spec:
12771277
# - --secret-name=aad-msi-auth-token
12781278
# - --token-server-listening-port=7777
12791279
# - --health-server-listening-port=9999
1280-
# image: "mcr.microsoft.com/aks/msi/addon-token-adapter:master.240102.1"
1280+
# image: "mcr.microsoft.com/aks/msi/addon-token-adapter:master.250604.1"
12811281
# imagePullPolicy: Always
12821282
# livenessProbe:
12831283
# httpGet:

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)