Skip to content

Commit

Permalink
Bump Datadog Agent version to 7.46.0 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
NouemanKHAL authored Jul 11, 2023
1 parent 748e8b7 commit 9633b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.41.1"
AGENT_DEFAULT_VERSION="7.46.0"
VERSION=${VERSION:-${AGENT_DEFAULT_VERSION}}

TMPDIR=$(mktemp -d)
Expand Down Expand Up @@ -55,7 +55,7 @@ function cleanup() {
}

function main() {
trap cleanup EXIT
trap cleanup EXIT

if [ ! -f ${SRCDIR}/lib/dogstatsd ] || [ ! -f ${SRCDIR}/lib/trace-agent ]; then
DOWNLOAD="true"
Expand Down

0 comments on commit 9633b6c

Please sign in to comment.