Skip to content

Commit

Permalink
Update version to v0.1.12 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti authored Jul 6, 2021
1 parent f557b12 commit 2bb7fb3
Show file tree
Hide file tree
Showing 28 changed files with 136 additions and 129 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
# First install the package. This example downloads the latest version
# alternatively download a specific version or use a local copy.
ARG TRACER_VERSION=0.1.11
ARG TRACER_VERSION=0.1.12
ADD https://github.com/signalfx/signalfx-dotnet-tracing/releases/download/v${TRACER_VERSION}/signalfx-dotnet-tracing_${TRACER_VERSION}_amd64.deb
RUN dpkg -i /signalfx-package/signalfx-dotnet-tracing.deb
RUN rm -rf /signalfx-package
Expand Down
2 changes: 1 addition & 1 deletion customer-samples/ConsoleApp/Alpine3.10.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --from=build /app/out .

# Set up Datadog APM
RUN apk --no-cache update && apk add curl
ARG TRACER_VERSION=0.1.11
ARG TRACER_VERSION=0.1.12
RUN mkdir -p /var/log/datadog
RUN mkdir -p /opt/datadog
RUN curl -L https://github.com/DataDog/dd-trace-dotnet/releases/download/v${TRACER_VERSION}/datadog-dotnet-apm-${TRACER_VERSION}-musl.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion customer-samples/ConsoleApp/Alpine3.9.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --from=build /app/out .

# Set up Datadog APM
RUN apk --no-cache update && apk add curl
ARG TRACER_VERSION=0.1.11
ARG TRACER_VERSION=0.1.12
RUN mkdir -p /var/log/datadog
RUN mkdir -p /opt/datadog
RUN curl -L https://github.com/DataDog/dd-trace-dotnet/releases/download/v${TRACER_VERSION}/datadog-dotnet-apm-${TRACER_VERSION}-musl.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion customer-samples/ConsoleApp/Debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /app
COPY --from=build /app/out .

# Set up Datadog APM
ARG TRACER_VERSION=0.1.11
ARG TRACER_VERSION=0.1.12
RUN mkdir -p /var/log/datadog
RUN mkdir -p /opt/datadog
RUN curl -LO https://github.com/DataDog/dd-trace-dotnet/releases/download/v${TRACER_VERSION}/datadog-dotnet-apm_${TRACER_VERSION}_amd64.deb
Expand Down
2 changes: 1 addition & 1 deletion deploy/Azure.Site.Extension/Azure.Site.Extension.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>SignalFx.NET.Tracing.Azure.Site.Extension</id>
<version>0.1.11.0</version>
<version>0.1.12.0</version>
<title>SignalFx .NET Tracing [PreRelease]</title>
<authors>SignalFx</authors>
<icon>icon.png</icon>
Expand Down
16 changes: 8 additions & 8 deletions deploy/Azure.Site.Extension/applicationHost.xdt
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
<add name="COMPLUS_LoaderOptimization" value="1" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="COR_ENABLE_PROFILING" value="1" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="COR_PROFILER" value="{B4C89B0F-9908-4F73-9F59-0D77C5A06874}" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="COR_PROFILER_PATH" value="%HOME%\signalfx\tracing\v0.1.11\x64\SignalFx.Tracing.ClrProfiler.Native.dll" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="COR_PROFILER_PATH_32" value="%HOME%\signalfx\tracing\v0.1.11\x86\SignalFx.Tracing.ClrProfiler.Native.dll" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="COR_PROFILER_PATH_64" value="%HOME%\signalfx\tracing\v0.1.11\x64\SignalFx.Tracing.ClrProfiler.Native.dll" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="COR_PROFILER_PATH" value="%HOME%\signalfx\tracing\v0.1.12\x64\SignalFx.Tracing.ClrProfiler.Native.dll" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="COR_PROFILER_PATH_32" value="%HOME%\signalfx\tracing\v0.1.12\x86\SignalFx.Tracing.ClrProfiler.Native.dll" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="COR_PROFILER_PATH_64" value="%HOME%\signalfx\tracing\v0.1.12\x64\SignalFx.Tracing.ClrProfiler.Native.dll" xdt:Locator="Match(name)" xdt:Transform="Insert"/>

<add name="CORECLR_ENABLE_PROFILING" value="1" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="CORECLR_PROFILER" value="{B4C89B0F-9908-4F73-9F59-0D77C5A06874}" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="CORECLR_PROFILER_PATH_32" value="%HOME%\signalfx\tracing\v0.1.11\x86\SignalFx.Tracing.ClrProfiler.Native.dll" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="CORECLR_PROFILER_PATH_64" value="%HOME%\signalfx\tracing\v0.1.11\x64\SignalFx.Tracing.ClrProfiler.Native.dll" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="CORECLR_PROFILER_PATH_32" value="%HOME%\signalfx\tracing\v0.1.12\x86\SignalFx.Tracing.ClrProfiler.Native.dll" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="CORECLR_PROFILER_PATH_64" value="%HOME%\signalfx\tracing\v0.1.12\x64\SignalFx.Tracing.ClrProfiler.Native.dll" xdt:Locator="Match(name)" xdt:Transform="Insert"/>

<add name="SIGNALFX_DOTNET_TRACER_HOME" value="%HOME%\signalfx\tracing\v0.1.11" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="SIGNALFX_INTEGRATIONS" value="%HOME%\signalfx\tracing\v0.1.11\integrations.json" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="SIGNALFX_TRACE_LOG_PATH" value="%HOME%\LogFiles\signalfx\tracing\v0.1.11\dotnet-profiler.log" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="SIGNALFX_DOTNET_TRACER_HOME" value="%HOME%\signalfx\tracing\v0.1.12" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="SIGNALFX_INTEGRATIONS" value="%HOME%\signalfx\tracing\v0.1.12\integrations.json" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="SIGNALFX_TRACE_LOG_PATH" value="%HOME%\LogFiles\signalfx\tracing\v0.1.12\dotnet-profiler.log" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="SIGNALFX_AZURE_APP_SERVICES" value="1" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
<add name="SIGNALFX_PROFILER_EXCLUDE_PROCESSES" value="SnapshotUploader.exe;workerforwarder.exe" xdt:Locator="Match(name)" xdt:Transform="Insert"/>
</environmentVariables>
Expand Down
2 changes: 1 addition & 1 deletion deploy/Azure.Site.Extension/install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo Extension directory is %extensionBaseDir%
echo Site root directory is %siteHome%

REM Create version specific tracer directory
SET tracerDir=%siteHome%\signalfx\tracing\v0.1.11
SET tracerDir=%siteHome%\signalfx\tracing\v0.1.12
if not exist %tracerDir% mkdir %tracerDir%

REM Copy tracer to version specific directory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<IntermediateOutputPath>obj\$(Configuration)\$(Platform)\</IntermediateOutputPath>
<SuppressPdbOutput>True</SuppressPdbOutput>
<DefineSolutionProperties>false</DefineSolutionProperties>
<OutputName>signalfx-dotnet-tracing-0.1.11-$(Platform)</OutputName>
<OutputName>signalfx-dotnet-tracing-0.1.12-$(Platform)</OutputName>
</PropertyGroup>

<PropertyGroup>
<DefineConstants>InstallerVersion=0.1.11</DefineConstants>
<DefineConstants>InstallerVersion=0.1.12</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
Expand Down
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/buildpack-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ If you want to use a specific version of the tracing library in your application
environment variable before application deployment, either using `cf set-env` or the `manifest.yml` file:

```sh
$ cf set-env SIGNALFX_DOTNET_TRACING_VERSION "0.1.11"
$ cf set-env SIGNALFX_DOTNET_TRACING_VERSION "0.1.12"
```
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/buildpack-linux/bin/supply
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from urllib.request import build_opener, HTTPRedirectHandler
from tarfile import TarFile

# Please don't change the formatting of this line - it's automatically updated by SetAllVersions.cs
LATEST_VERSION = "0.1.11"
LATEST_VERSION = "0.1.12"
DOTNET_AGENT_VERSION = ENV.get("SIGNALFX_DOTNET_TRACING_VERSION", default=LATEST_VERSION)
DOTNET_AGENT_ARCHIVE_NAME=f"signalfx-dotnet-tracing-{DOTNET_AGENT_VERSION}.tar.gz"
DOTNET_AGENT_URL=f"https://github.com/signalfx/signalfx-dotnet-tracing/releases/download/v{DOTNET_AGENT_VERSION}/{DOTNET_AGENT_ARCHIVE_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/buildpack-windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you want to use a specific version of the tracing library in your application
environment variable before application deployment, either using `cf set-env` or the `manifest.yml` file:

```sh
$ cf set-env SIGNALFX_DOTNET_TRACING_VERSION "0.1.11"
$ cf set-env SIGNALFX_DOTNET_TRACING_VERSION "0.1.12"
```

If you want to use this buildpack in a .NET Framework application deployment you have to enable HWC support by setting the `SIGNALFX_USE_HWC` environment variable to `true` either using `cf set-env` or the `manifest.yml` file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// Please don't change the formatting of this line - it's automatically updated by SetAllVersions.cs
const LatestVersion = "0.1.11"
const LatestVersion = "0.1.12"

func getAgentVersion() string {
version, ok := os.LookupEnv("SIGNALFX_DOTNET_TRACING_VERSION")
Expand Down
2 changes: 1 addition & 1 deletion docker/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euxo pipefail

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
VERSION=0.1.11
VERSION=0.1.12

mkdir -p $DIR/../deploy/linux
for target in integrations.json defaults.env LICENSE NOTICE createLogPath.sh ; do
Expand Down
11 changes: 9 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

## [Unreleased]

[Commits](https://github.com/signalfx/signalfx-dotnet-tracing/v0.1.12...HEAD)

[Full diff](https://github.com/signalfx/signalfx-dotnet-tracing/v0.1.12..HEAD)

## [Release 0.1.12](https://github.com/signalfx/signalfx-dotnet-tracing/releases/tag/v0.1.12)

- Support for .NET 5.0
- Added Confluent.Kafka instrumentation for IConsumer.Consume, IProducer.Produce, and IProducer.ProduceAsync
- New instrumentations for SqlCommand: ExecuteXmlReader and ExecuteXmlReaderAsync methods

[Commits](https://github.com/signalfx/signalfx-dotnet-tracing/v0.1.11...HEAD)
[Commits](https://github.com/signalfx/signalfx-dotnet-tracing/v0.1.11...v0.1.12)

[Full diff](https://github.com/signalfx/signalfx-dotnet-tracing/v0.1.11..HEAD)
[Full diff](https://github.com/signalfx/signalfx-dotnet-tracing/v0.1.11..v0.1.12)

## [Release 0.1.11](https://github.com/signalfx/signalfx-dotnet-tracing/releases/tag/v0.1.11)

Expand Down
Loading

0 comments on commit 2bb7fb3

Please sign in to comment.