diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index ca6cbac..f7c0d6e 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -21,7 +21,7 @@ jobs: file: ../../Dockerfile platforms: linux/amd64 build-args: | - AGENT_VERSION=7.50.1 + AGENT_VERSION=7.52.0 RELEASE_VERSION=${{ github.ref_name }} tags: datadog-aas load: true diff --git a/README.md b/README.md index fc2ee14..f256ea2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ _Note: Currently Java, NODE, .NET, PHP and Python are supported._ ##### Node, .NET, PHP or Python Add the following to the startup command box - curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.10.3/datadog_wrapper | bash + curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.10.4/datadog_wrapper | bash ![](https://p-qkfgo2.t2.n0.cdn.getcloudapp.com/items/8LuqpR7e/6a9bf63d-5169-49d0-a68a-20e6e3009d47.jpg?v=7704a16bc91a6a57caf8befd84204415) diff --git a/datadog_wrapper b/datadog_wrapper index 82bd51e..8e25cc7 100644 --- a/datadog_wrapper +++ b/datadog_wrapper @@ -65,7 +65,7 @@ setEnvVars() { fi if [ -z "${DD_AAS_LINUX_VERSION}" ]; then - DD_AAS_LINUX_VERSION="v1.10.3" + DD_AAS_LINUX_VERSION="v1.10.4" fi if [ -z "${DD_BINARY_DIR}" ]; then @@ -157,7 +157,7 @@ setUpNodeEnv() { setUpDotnetEnv() { echo "Setting up Datadog tracing for .NET" if [ -z "${DD_DOTNET_TRACER_VERSION}" ]; then - DD_DOTNET_TRACER_VERSION=2.44.0 + DD_DOTNET_TRACER_VERSION=2.49.0 fi # Set a tracer directory to avoid issues with unarchiving @@ -195,7 +195,7 @@ setUpDotnetEnv() { setUpJavaEnv() { echo "Setting up Datadog tracing for Java" if [ -z "${DD_JAVA_TRACER_VERSION}" ]; then - DD_JAVA_TRACER_VERSION=1.26.1 + DD_JAVA_TRACER_VERSION=1.31.2 fi echo "Using version ${DD_JAVA_TRACER_VERSION} of the JAVA tracer" @@ -221,7 +221,7 @@ setUpJavaEnv() { setupPHPEnv() { echo "Setting up Datadog tracing for PHP" if [ -z "${DD_PHP_TRACER_VERSION}" ]; then - DD_PHP_TRACER_VERSION=0.96.0 + DD_PHP_TRACER_VERSION=0.98.1 fi DD_PHP_TRACER_URL=https://github.com/DataDog/dd-trace-php/releases/download/${DD_PHP_TRACER_VERSION}/datadog-setup.php @@ -238,7 +238,7 @@ setupPHPEnv() { setUpPyEnv() { echo "Setting up Datadog tracing for Python" if [ -z "${DD_PYTHON_TRACER_VERSION}" ]; then - DD_PYTHON_TRACER_VERSION=2.4.0 + DD_PYTHON_TRACER_VERSION=2.7.4 fi pip install ddtrace