Skip to content

Commit f6bd1a7

Browse files
CodeBlanchKielek
andauthored
[extensions.aws + sampler.aws] Lower STJ version (open-telemetry#2199)
Co-authored-by: Piotr Kiełkowicz <[email protected]>
1 parent 3047022 commit f6bd1a7

File tree

9 files changed

+16
-14
lines changed

9 files changed

+16
-14
lines changed

src/OpenTelemetry.Exporter.OneCollector/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
`net8.0` and added a direct reference for `System.Text.Json` at `8.0.5` on
1010
`net8.0` in response to
1111
[CVE-2024-43485](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485).
12-
([#2196](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2196))
12+
([#2196](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2196))
1313

1414
## 1.10.0-alpha.1
1515

src/OpenTelemetry.Extensions.AWS/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
## Unreleased
44

5-
* Bumped the `System.Text.Json` reference to `6.0.10` for runtimes older than
5+
* Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
6+
([#2125](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2125))
7+
8+
* Lowered the `System.Text.Json` reference to `4.7.2` for runtimes older than
69
`net8.0` and added a direct reference for `System.Text.Json` at `8.0.5` on
710
`net8.0` in response to
811
[CVE-2024-43485](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485).
9-
([#2197](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2197))
12+
([#2197](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2197),
13+
[#2199](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2199))
1014

1115
## 1.3.0-beta.2
1216

@@ -18,9 +22,6 @@ Released 2024-Sep-24
1822
* Updated OpenTelemetry core component version(s) to `1.9.0`.
1923
([#1888](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1888))
2024

21-
* Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
22-
([#2125](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2125))
23-
2425
## 1.3.0-beta.1
2526

2627
Released 2023-Aug-02

src/OpenTelemetry.Extensions.AWS/OpenTelemetry.Extensions.AWS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFrameworks Condition="$(OS) == 'Windows_NT'">$(TargetFrameworks);$(NetFrameworkMinimumSupportedVersion)</TargetFrameworks>
77
<Description>OpenTelemetry extensions for AWS.</Description>
88
<MinVerTagPrefix>Extensions.AWS-</MinVerTagPrefix>
9-
<SystemTextJsonMinimumRequiredPkgVer>$(SystemTextJsonLatestNet6OutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer>
9+
<SystemTextJsonMinimumRequiredPkgVer>$(SystemTextJsonMinimumOutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer>
1010
</PropertyGroup>
1111

1212
<!-- Do not run Package Baseline Validation as this package has never released a stable version.

src/OpenTelemetry.Instrumentation.ElasticsearchClient/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Lowered the `System.Text.Json` reference to `4.7.2` for `net462` and
1919
`netstandard2.0` targets in response to
2020
[CVE-2024-43485](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485).
21-
([#2198](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2198))
21+
([#2198](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2198))
2222

2323
## 1.0.0-beta.5
2424

src/OpenTelemetry.Resources.AWS/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
`net8.0` and added a direct reference for `System.Text.Json` at `8.0.5` on
1414
`net8.0` in response to
1515
[CVE-2024-43485](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485).
16-
([#2196](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2196))
16+
([#2196](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2196))
1717

1818
## 1.5.0-beta.1
1919

src/OpenTelemetry.Resources.Azure/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Added direct reference to `System.Text.Json` for the `net8.0` target with
99
minimum version of `8.0.5` in response to
1010
[CVE-2024-43485](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485).
11-
([#2198](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2198))
11+
([#2198](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2198))
1212

1313
## 1.0.0-beta.9
1414

src/OpenTelemetry.Resources.Gcp/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
* Added direct reference to `System.Text.Json` for the `net8.0` target with
1616
minimum version of `8.0.5` in response to
1717
[CVE-2024-43485](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485).
18-
([#2198](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2198))
18+
([#2198](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2198))

src/OpenTelemetry.Sampler.AWS/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
* Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
66
([#2172](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2172))
77

8-
* Bumped the `System.Text.Json` reference to `6.0.10` for runtimes older than
8+
* Lowered the `System.Text.Json` reference to `4.7.2` for runtimes older than
99
`net8.0` and added a direct reference for `System.Text.Json` at `8.0.5` on
1010
`net8.0` in response to
1111
[CVE-2024-43485](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485).
12-
([#2197](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2197))
12+
([#2197](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2197),
13+
[#2199](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2199))
1314

1415
* Removed the `System.Net.Http` package reference from all targets.
1516
([#2197](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2197))

src/OpenTelemetry.Sampler.AWS/OpenTelemetry.Sampler.AWS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFrameworks Condition="$(OS) == 'Windows_NT'">$(TargetFrameworks);$(NetFrameworkMinimumSupportedVersion)</TargetFrameworks>
77
<Description>OpenTelemetry remote sampler for AWS X-Ray.</Description>
88
<MinVerTagPrefix>Sampler.AWS-</MinVerTagPrefix>
9-
<SystemTextJsonMinimumRequiredPkgVer>$(SystemTextJsonLatestNet6OutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer>
9+
<SystemTextJsonMinimumRequiredPkgVer>$(SystemTextJsonMinimumOutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer>
1010
</PropertyGroup>
1111

1212
<!-- Do not run Package Baseline Validation as this package has never released a stable version.

0 commit comments

Comments
 (0)