Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .datadog-agent-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.82.0
7.82.1
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.datadog-agent
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/antithesis/scenarios/differential/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand Down
2 changes: 1 addition & 1 deletion test/antithesis/scenarios/general/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand Down