Skip to content

Commit

Permalink
Bump version to v1.10.7 (#62)
Browse files Browse the repository at this point in the history
Includes the following changes:

fix for the DataDog binary download
pinning node tracer versions
updating pinned tracer versions to the latest available tracers
new script to update documentation
Github workflows to update pinned tracer versions
  • Loading branch information
apiarian-datadog authored Jul 29, 2024
1 parent 2e399b3 commit 6887e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.6/datadog_wrapper | bash
curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.10.7/datadog_wrapper | bash

![](https://p-qkfgo2.t2.n0.cdn.getcloudapp.com/items/8LuqpR7e/6a9bf63d-5169-49d0-a68a-20e6e3009d47.jpg?v=7704a16bc91a6a57caf8befd84204415)

Expand All @@ -40,4 +40,4 @@ To configure your application to submit metrics, follow the appropriate steps fo
- [Node](https://github.com/brightcove/hot-shots)
- [.NET](https://docs.datadoghq.com/developers/dogstatsd/?tab=hostagent&code-lang=dotnet#code)
- [PHP](https://docs.datadoghq.com/developers/dogstatsd/?tab=hostagent&code-lang=php)
- [Python](https://docs.datadoghq.com/developers/dogstatsd/?tab=hostagent&code-lang=python)
- [Python](https://docs.datadoghq.com/developers/dogstatsd/?tab=hostagent&code-lang=python)
2 changes: 1 addition & 1 deletion 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.6"
DD_AAS_LINUX_VERSION="v1.10.7"
fi

if [ -z "${DD_TRACE_LOG_DIRECTORY}" ]; then
Expand Down

0 comments on commit 6887e01

Please sign in to comment.