Skip to content

Commit 3a0b11f

Browse files
authored
[DJM scripts] Upgrade Agent to 7.71.1 (#42000)
### What does this PR do? Upgrade Agent to 7.71.1 ### Motivation ### Describe how you validated your changes ### Additional Notes
1 parent f9445f4 commit 3a0b11f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkg/fleet/installer/setup/djm/databricks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
const (
2323
databricksInjectorVersion = "0.45.0-1"
2424
databricksJavaTracerVersion = "1.53.0-1"
25-
databricksAgentVersion = "7.70.2-1"
25+
databricksAgentVersion = "7.71.1-1"
2626
gpuIntegrationRestartDelay = 60 * time.Second
2727
restartLogFile = "/var/log/datadog-gpu-restart"
2828
)

pkg/fleet/installer/setup/djm/dataproc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
const (
2222
dataprocInjectorVersion = "0.45.0-1"
2323
dataprocJavaTracerVersion = "1.53.0-1"
24-
dataprocAgentVersion = "7.70.2-1"
24+
dataprocAgentVersion = "7.71.1-1"
2525
)
2626

2727
var (

pkg/fleet/installer/setup/djm/emr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
const (
2323
emrInjectorVersion = "0.45.0-1"
2424
emrJavaTracerVersion = "1.53.0-1"
25-
emrAgentVersion = "7.70.2-1"
25+
emrAgentVersion = "7.71.1-1"
2626
hadoopLogFolder = "/var/log/hadoop-yarn/containers/"
2727
hadoopDriverFolder = "/mnt/var/log/hadoop/steps/"
2828
)

test/new-e2e/tests/installer/script/databricks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const (
17-
databricksAgentVersion = "7.70.2-1"
17+
databricksAgentVersion = "7.71.1-1"
1818
databricksApmInjectVersion = "0.45.0"
1919
databricksApmLibraryJavaVersion = "1.53.0"
2020
)

0 commit comments

Comments
 (0)