From f2ae388e500163e77ae52d3e5a3e63b4eeb26362 Mon Sep 17 00:00:00 2001 From: Luc Talatinian Date: Tue, 21 Jan 2025 16:30:56 -0500 Subject: [PATCH] Release 2025-01-21 --- CHANGELOG.md | 10 ++++++++++ go_module_metadata.go | 2 +- metrics/smithyotelmetrics/CHANGELOG.md | 4 ++++ metrics/smithyotelmetrics/go.mod | 2 +- metrics/smithyotelmetrics/go_module_metadata.go | 2 +- tracing/smithyoteltracing/CHANGELOG.md | 4 ++++ tracing/smithyoteltracing/go.mod | 2 +- tracing/smithyoteltracing/go_module_metadata.go | 2 +- 8 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b19e3a..de39171c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2025-01-21) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/smithy-go`: v1.22.2 + * **Bug Fix**: Fix HTTP metrics data race. + * **Bug Fix**: Replace usages of deprecated ioutil package. + # Release (2024-11-15) ## General Highlights diff --git a/go_module_metadata.go b/go_module_metadata.go index 212eae4f..a51ceca4 100644 --- a/go_module_metadata.go +++ b/go_module_metadata.go @@ -3,4 +3,4 @@ package smithy // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.1" +const goModuleVersion = "1.22.2" diff --git a/metrics/smithyotelmetrics/CHANGELOG.md b/metrics/smithyotelmetrics/CHANGELOG.md index 170fe7d9..24e9bd23 100644 --- a/metrics/smithyotelmetrics/CHANGELOG.md +++ b/metrics/smithyotelmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2025-01-21) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2024-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/metrics/smithyotelmetrics/go.mod b/metrics/smithyotelmetrics/go.mod index b0e72d19..7b3dc602 100644 --- a/metrics/smithyotelmetrics/go.mod +++ b/metrics/smithyotelmetrics/go.mod @@ -3,7 +3,7 @@ module github.com/aws/smithy-go/metrics/smithyotelmetrics go 1.22 require ( - github.com/aws/smithy-go v1.22.1 + github.com/aws/smithy-go v1.22.2 go.opentelemetry.io/otel v1.29.0 go.opentelemetry.io/otel/metric v1.29.0 ) diff --git a/metrics/smithyotelmetrics/go_module_metadata.go b/metrics/smithyotelmetrics/go_module_metadata.go index 8dd4014c..cd320133 100644 --- a/metrics/smithyotelmetrics/go_module_metadata.go +++ b/metrics/smithyotelmetrics/go_module_metadata.go @@ -3,4 +3,4 @@ package smithyotelmetrics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.2" +const goModuleVersion = "1.0.3" diff --git a/tracing/smithyoteltracing/CHANGELOG.md b/tracing/smithyoteltracing/CHANGELOG.md index dc444b3f..de54bc50 100644 --- a/tracing/smithyoteltracing/CHANGELOG.md +++ b/tracing/smithyoteltracing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2025-01-21) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2024-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/tracing/smithyoteltracing/go.mod b/tracing/smithyoteltracing/go.mod index 057c12b9..42b57060 100644 --- a/tracing/smithyoteltracing/go.mod +++ b/tracing/smithyoteltracing/go.mod @@ -3,7 +3,7 @@ module github.com/aws/smithy-go/tracing/smithyoteltracing go 1.22 require ( - github.com/aws/smithy-go v1.22.1 + github.com/aws/smithy-go v1.22.2 go.opentelemetry.io/otel v1.29.0 go.opentelemetry.io/otel/trace v1.29.0 ) diff --git a/tracing/smithyoteltracing/go_module_metadata.go b/tracing/smithyoteltracing/go_module_metadata.go index e0818d10..1c07df4e 100644 --- a/tracing/smithyoteltracing/go_module_metadata.go +++ b/tracing/smithyoteltracing/go_module_metadata.go @@ -3,4 +3,4 @@ package smithyoteltracing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.2" +const goModuleVersion = "1.0.3"