Skip to content

Commit 2bd3d88

Browse files
chore(ci): update Datadog Agent version to 7.78.4 (#1672)
1 parent 69b4b71 commit 2bd3d88

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.datadog-agent-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.78.3
1+
7.78.4

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ variables:
4646

4747
# Converged Datadog Agent-specific variables, which control how we build the converged Datadog Agent image that we
4848
# publicly publish.
49-
PUBLIC_DSD_VERSION: "7.78.3"
50-
PUBLIC_DD_AGENT_VERSION: "7.78.3-jmx"
49+
PUBLIC_DSD_VERSION: "7.78.4"
50+
PUBLIC_DD_AGENT_VERSION: "7.78.4-jmx"
5151

5252
# Base images to copy Agent Data Plane into, depending on whether the image is meant for our internal environment or
5353
# public registries.

docker/Dockerfile.datadog-agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DD_AGENT_VERSION=7.78.3-jmx
1+
ARG DD_AGENT_VERSION=7.78.4-jmx
22
ARG DD_AGENT_IMAGE=registry.datadoghq.com/agent:${DD_AGENT_VERSION}
33
ARG ADP_IMAGE=saluki-images/agent-data-plane:testing-devel
44

0 commit comments

Comments
 (0)