Skip to content

Commit

Permalink
Merge pull request #35 from DataDog/storms/bump-agent-version
Browse files Browse the repository at this point in the history
[SVLS-4436] Bump agent and tracer versions
  • Loading branch information
jcstorms1 authored Mar 27, 2024
2 parents 6140d2c + 71f289c commit 92d8417
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 5 additions & 5 deletions datadog_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 92d8417

Please sign in to comment.