Skip to content

Commit

Permalink
Release 4.40.0 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
NouemanKHAL authored Jun 6, 2024
1 parent 4c87ffe commit 159c460
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.40.0 / 2024-05-29

* [Added] Bump embedded Datadog Agent version to 7.53.0. Read more about it [here](https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst#7530--6530).

## 4.39.0 / 2024-01-30

* [Added] Bump embedded Datadog Agent version to 7.50.3. Read more about it [here](https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst#7503--6503).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.39.0
4.40.0
2 changes: 1 addition & 1 deletion scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IOT_AGENT_DOWNLOAD_URL=${DOWNLOAD_BASE_URL}"iot-agent_"
DOGSTATSD_DOWNLOAD_URL=${DOWNLOAD_BASE_URL}"dogstatsd_"
DOWNLOAD_URL_TAIL="-1_amd64.deb"

AGENT_DEFAULT_VERSION="7.50.3"
AGENT_DEFAULT_VERSION="7.53.0"
VERSION=${VERSION:-${AGENT_DEFAULT_VERSION}}

TMPDIR=$(mktemp -d)
Expand Down

0 comments on commit 159c460

Please sign in to comment.