From 36dd13ca45e7dc1572c1ebd8a8277642a3c17282 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:17:56 +0000 Subject: [PATCH] chore(ci): update Datadog Agent version to 7.82.1 Co-authored-by: github-actions[bot] --- .datadog-agent-version | 2 +- .gitlab-ci.yml | 4 ++-- .gitlab/windows.yml | 2 +- Makefile | 2 +- docker/Dockerfile.datadog-agent | 2 +- test/antithesis/scenarios/differential/Dockerfile | 2 +- test/antithesis/scenarios/general/Dockerfile | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.datadog-agent-version b/.datadog-agent-version index de7c3437a2..2ba924ccac 100644 --- a/.datadog-agent-version +++ b/.datadog-agent-version @@ -1 +1 @@ -7.82.0 +7.82.1 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 763a71ebdf..b8f7d7c7fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,8 +59,8 @@ variables: # Converged Datadog Agent-specific variables, which control how we build the converged Datadog Agent image that we # publicly publish. - PUBLIC_DSD_VERSION: "7.82.0" - PUBLIC_DD_AGENT_VERSION: "7.82.0-full" + PUBLIC_DSD_VERSION: "7.82.1" + PUBLIC_DD_AGENT_VERSION: "7.82.1-full" # Base images to copy Agent Data Plane into, depending on whether the image is meant for our internal environment or # public registries. diff --git a/.gitlab/windows.yml b/.gitlab/windows.yml index 8ab5d1e491..3b4657dc7b 100644 --- a/.gitlab/windows.yml +++ b/.gitlab/windows.yml @@ -85,7 +85,7 @@ test-integration-windows-amd64: script: - *windows-build-image-pull-script - | - $WindowsAdpBaseImage = "registry.datadoghq.com/agent:7.82.0-ltsc2022" + $WindowsAdpBaseImage = "registry.datadoghq.com/agent:7.82.1-ltsc2022" if ($env:AGENT_NIGHTLY -eq "true") { # for nightly run, use latest Agent if ($env:NIGHTLY_WINDOWS_AGENT_IMAGE) { $WindowsAdpBaseImage = $env:NIGHTLY_WINDOWS_AGENT_IMAGE diff --git a/Makefile b/Makefile index 8fac0eabf6..561be0e916 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ endif export ADP_STANDALONE_IPC_CERT_FILE := /tmp/adp-ipc-cert.pem # macOS integration-test settings. -MACOS_TEST_AGENT_VERSION ?= 7.82.0 +MACOS_TEST_AGENT_VERSION ?= 7.82.1 MACOS_TEST_AGENT_DMG_DIR ?= /tmp/saluki-dda-dmg-cache MACOS_TEST_AGENT_DMG_URL ?= https://s3.amazonaws.com/dd-agent/datadog-agent-$(MACOS_TEST_AGENT_VERSION)-1.$(shell uname -m).dmg MACOS_TEST_AGENT_INSTALL_DIR ?= /tmp/saluki-dda/datadog-agent diff --git a/docker/Dockerfile.datadog-agent b/docker/Dockerfile.datadog-agent index 1dd684e773..96103851bd 100644 --- a/docker/Dockerfile.datadog-agent +++ b/docker/Dockerfile.datadog-agent @@ -1,4 +1,4 @@ -ARG DD_AGENT_VERSION=7.82.0-full +ARG DD_AGENT_VERSION=7.82.1-full ARG DD_AGENT_IMAGE=registry.datadoghq.com/agent:${DD_AGENT_VERSION} ARG ADP_IMAGE=saluki-images/agent-data-plane:testing-devel diff --git a/test/antithesis/scenarios/differential/Dockerfile b/test/antithesis/scenarios/differential/Dockerfile index 3358a210ff..079512a532 100644 --- a/test/antithesis/scenarios/differential/Dockerfile +++ b/test/antithesis/scenarios/differential/Dockerfile @@ -99,7 +99,7 @@ ENTRYPOINT ["/usr/local/bin/antithesis-intake"] # --------------------------------------------------------------------------- FROM build-base AS agent-symbols # Version bumped by .github/workflows/update-agent-version.yml alongside .datadog-agent-version. -ARG DD_AGENT_VERSION=7.82.0 +ARG DD_AGENT_VERSION=7.82.1 ARG TARGETARCH=amd64 RUN curl -fsSL -o /tmp/agent-dbg.deb \ "https://s3.amazonaws.com/apt.datadoghq.com/pool/d/da/datadog-agent-dbg_${DD_AGENT_VERSION}-1_${TARGETARCH}.deb" && \ diff --git a/test/antithesis/scenarios/general/Dockerfile b/test/antithesis/scenarios/general/Dockerfile index 45661f90eb..199aaa7bb1 100644 --- a/test/antithesis/scenarios/general/Dockerfile +++ b/test/antithesis/scenarios/general/Dockerfile @@ -126,7 +126,7 @@ ENTRYPOINT ["/usr/local/bin/antithesis-intake"] # --------------------------------------------------------------------------- FROM build-base AS agent-symbols # Version bumped by .github/workflows/update-agent-version.yml alongside .datadog-agent-version. -ARG DD_AGENT_VERSION=7.82.0 +ARG DD_AGENT_VERSION=7.82.1 ARG TARGETARCH=amd64 RUN curl -fsSL -o /tmp/agent-dbg.deb \ "https://s3.amazonaws.com/apt.datadoghq.com/pool/d/da/datadog-agent-dbg_${DD_AGENT_VERSION}-1_${TARGETARCH}.deb" && \