Skip to content

Commit 87d854b

Browse files
jszwedkoclaude
andcommitted
chore(ci): bump agent pins missed by renovate to 7.80.2
Renovate's default managers only update .datadog-agent-version, .gitlab-ci.yml, and docker/Dockerfile.datadog-agent. Bump the hand-maintained pins it doesn't cover: the macOS test Agent version (Makefile), the two otlp-traces correctness baseline images, and the Windows LTSC base image. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1cdcc3f commit 87d854b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ test-integration-windows-amd64:
101101
-e WINDOWS_CI_CARGO_HOME="c:\mnt\.ci-cache\cargo"
102102
-e RUSTUP_HOME="c:\mnt\.ci-cache\rustup"
103103
-e CARGO_TARGET_DIR="c:\mnt\target\windows-ci"
104-
-e WINDOWS_ADP_BASE_IMAGE="registry.datadoghq.com/agent:7.78.0-ltsc2022"
104+
-e WINDOWS_ADP_BASE_IMAGE="registry.datadoghq.com/agent:7.80.2-ltsc2022"
105105
-e PROTOC_VERSION="${WINDOWS_PROTOC_VERSION}"
106106
-e PROTOC_SHA256="${WINDOWS_PROTOC_SHA256}"
107107
-e PANORAMIC_LOG_DIR="c:\mnt\integration-logs"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endif
3838
export ADP_STANDALONE_IPC_CERT_FILE := /tmp/adp-ipc-cert.pem
3939

4040
# macOS integration-test settings.
41-
MACOS_TEST_AGENT_VERSION ?= 7.80.1
41+
MACOS_TEST_AGENT_VERSION ?= 7.80.2
4242
MACOS_TEST_AGENT_DMG_DIR ?= /tmp/saluki-dda-dmg-cache
4343
MACOS_TEST_AGENT_DMG_URL ?= https://s3.amazonaws.com/dd-agent/datadog-agent-$(MACOS_TEST_AGENT_VERSION)-1.$(shell uname -m).dmg
4444
MACOS_TEST_AGENT_INSTALL_DIR ?= /tmp/saluki-dda/datadog-agent

test/correctness/cases/otlp-traces-ottl-filtering/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ additional_span_ignore_fields:
1212
- metrics._top_level
1313
- metrics._dd.measured
1414
baseline:
15-
image: registry.datadoghq.com/agent:7.80.1-full
15+
image: registry.datadoghq.com/agent:7.80.2-full
1616
# Run DDOT (otel-agent) directly so the image entrypoint does not treat our args as a command to exec.
1717
#entrypoint:
1818
# - /opt/datadog-agent/embedded/bin/otel-agent

test/correctness/cases/otlp-traces-ottl-transform/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ additional_span_ignore_fields:
1414
- metrics.http.status_code
1515
- meta.error.msg
1616
baseline:
17-
image: registry.datadoghq.com/agent:7.80.1-full
17+
image: registry.datadoghq.com/agent:7.80.2-full
1818
files:
1919
- collector.yaml:/etc/datadog-agent/otel-config.yaml
2020
- datadog_agent.yaml:/etc/datadog-agent/datadog.yaml

0 commit comments

Comments
 (0)