From 9cf5701e6b6611b2c406639039a1bccd883db080 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 14 Oct 2024 08:28:59 -0700 Subject: [PATCH] Release v1.31.0/v0.56.0/v0.25.0/v0.11.0/v0.6.0/v0.4.0/v0.3.0 (#6243) ### Added - The `Severitier` and `SeverityVar` types are added to `go.opentelemetry.io/contrib/processors/minsev` allowing dynamic configuration of the severity used by the `LogProcessor`. (#6116) - Move examples from `go.opentelemetry.io/otel` to this repository under `examples` directory. (#6158) - Support yaml/json struct tags for generated code in `go.opentelemetry.io/contrib/config`. (#5433) - Add support for parsing YAML configuration via `ParseYAML` in `go.opentelemetry.io/contrib/config`. (#5433) - Add support for temporality preference configuration in `go.opentelemetry.io/contrib/config`. (#5860) ### Changed - The function signature of `NewLogProcessor` in `go.opentelemetry.io/contrib/processors/minsev` has changed to accept the added `Severitier` interface instead of a `log.Severity`. (#6116) - Updated `go.opentelemetry.io/contrib/config` to use the [v0.3.0](https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v0.3.0) release of schema which includes backwards incompatible changes. (#6126) - `NewSDK` in `go.opentelemetry.io/contrib/config` now returns a no-op SDK if `disabled` is set to `true`. (#6185) - The deprecated `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho` package has found a Code Owner. The package is no longer deprecated. (#6207) ### Fixed - Possible nil dereference panic in `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace`. (#5965) - `logrus.Level` transformed to appropriate `log.Severity` in `go.opentelemetry.io/contrib/bridges/otellogrus`. (#6191) ### Removed - The `Minimum` field of the `LogProcessor` in `go.opentelemetry.io/contrib/processors/minsev` is removed. Use `NewLogProcessor` to configure this setting. (#6116) - The deprecated `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` package is removed. (#6186) - The deprecated `go.opentelemetry.io/contrib/samplers/aws/xray` package is removed. (#6187) --------- Co-authored-by: David Ashpole --- CHANGELOG.md | 16 ++++++++-------- detectors/aws/ec2/version.go | 2 +- detectors/aws/ecs/version.go | 2 +- detectors/aws/eks/version.go | 2 +- detectors/gcp/version.go | 2 +- exporters/autoexport/go.mod | 2 +- .../aws/aws-lambda-go/otellambda/example/go.mod | 8 ++++---- .../aws/aws-lambda-go/otellambda/test/go.mod | 6 +++--- .../aws/aws-lambda-go/otellambda/version.go | 2 +- .../aws-lambda-go/otellambda/xrayconfig/go.mod | 6 +++--- .../aws/aws-sdk-go-v2/otelaws/example/go.mod | 2 +- .../aws/aws-sdk-go-v2/otelaws/test/go.mod | 2 +- .../aws/aws-sdk-go-v2/otelaws/test/version.go | 2 +- .../aws/aws-sdk-go-v2/otelaws/version.go | 2 +- .../go-restful/otelrestful/example/go.mod | 2 +- .../emicklei/go-restful/otelrestful/go.mod | 2 +- .../emicklei/go-restful/otelrestful/test/go.mod | 2 +- .../go-restful/otelrestful/test/version.go | 2 +- .../emicklei/go-restful/otelrestful/version.go | 2 +- .../gin-gonic/gin/otelgin/example/go.mod | 2 +- .../github.com/gin-gonic/gin/otelgin/go.mod | 2 +- .../github.com/gin-gonic/gin/otelgin/test/go.mod | 2 +- .../gin-gonic/gin/otelgin/test/version.go | 2 +- .../github.com/gin-gonic/gin/otelgin/version.go | 2 +- .../gorilla/mux/otelmux/example/go.mod | 2 +- .../github.com/gorilla/mux/otelmux/test/go.mod | 2 +- .../gorilla/mux/otelmux/test/version.go | 2 +- .../github.com/gorilla/mux/otelmux/version.go | 2 +- .../labstack/echo/otelecho/example/go.mod | 2 +- .../github.com/labstack/echo/otelecho/go.mod | 2 +- .../labstack/echo/otelecho/test/go.mod | 2 +- .../labstack/echo/otelecho/test/version.go | 2 +- .../github.com/labstack/echo/otelecho/version.go | 2 +- .../mongo-driver/mongo/otelmongo/test/go.mod | 2 +- .../mongo-driver/mongo/otelmongo/test/version.go | 2 +- .../mongo-driver/mongo/otelmongo/version.go | 2 +- .../grpc/otelgrpc/example/go.mod | 2 +- .../google.golang.org/grpc/otelgrpc/test/go.mod | 2 +- .../grpc/otelgrpc/test/version.go | 2 +- .../google.golang.org/grpc/otelgrpc/version.go | 2 +- instrumentation/host/example/go.mod | 2 +- instrumentation/host/version.go | 2 +- .../http/httptrace/otelhttptrace/example/go.mod | 4 ++-- .../net/http/httptrace/otelhttptrace/go.mod | 2 +- .../net/http/httptrace/otelhttptrace/test/go.mod | 2 +- .../http/httptrace/otelhttptrace/test/version.go | 2 +- .../net/http/httptrace/otelhttptrace/version.go | 2 +- instrumentation/net/http/otelhttp/example/go.mod | 2 +- instrumentation/net/http/otelhttp/test/go.mod | 2 +- .../net/http/otelhttp/test/version.go | 2 +- instrumentation/net/http/otelhttp/version.go | 2 +- instrumentation/runtime/version.go | 2 +- propagators/autoprop/go.mod | 8 ++++---- propagators/aws/version.go | 2 +- propagators/b3/version.go | 2 +- propagators/jaeger/version.go | 2 +- propagators/opencensus/examples/go.mod | 4 ++-- propagators/opencensus/version.go | 2 +- propagators/ot/version.go | 2 +- samplers/jaegerremote/example/go.mod | 2 +- samplers/jaegerremote/version.go | 2 +- samplers/probability/consistent/version.go | 2 +- tools/version.go | 2 +- version.go | 2 +- versions.yaml | 14 +++++++------- zpages/version.go | 2 +- 66 files changed, 91 insertions(+), 91 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e2e751314..31f15338a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] + + + +## [1.31.0/0.56.0/0.25.0/0.11.0/0.6.0/0.4.0/0.3.0] - 2024-10-14 + ### Added - The `Severitier` and `SeverityVar` types are added to `go.opentelemetry.io/contrib/processors/minsev` allowing dynamic configuration of the severity used by the `LogProcessor`. (#6116) @@ -19,6 +24,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed - The function signature of `NewLogProcessor` in `go.opentelemetry.io/contrib/processors/minsev` has changed to accept the added `Severitier` interface instead of a `log.Severity`. (#6116) +- Updated `go.opentelemetry.io/contrib/config` to use the [v0.3.0](https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v0.3.0) release of schema which includes backwards incompatible changes. (#6126) - `NewSDK` in `go.opentelemetry.io/contrib/config` now returns a no-op SDK if `disabled` is set to `true`. (#6185) - The deprecated `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho` package has found a Code Owner. The package is no longer deprecated. (#6207) @@ -35,13 +41,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - The deprecated `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` package is removed. (#6186) - The deprecated `go.opentelemetry.io/contrib/samplers/aws/xray` package is removed. (#6187) -### Changed - -- Updated `go.opentelemetry.io/contrib/config` to use the [v0.3.0](https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v0.3.0) release of schema which includes backwards incompatible changes. (#6126) - - - - ## [1.30.0/0.55.0/0.24.0/0.10.0/0.5.0/0.3.0/0.2.0] - 2024-09-10 ### Added @@ -1140,7 +1139,8 @@ First official tagged release of `contrib` repository. - Prefix support for dogstatsd (#34) - Update Go Runtime package to use batch observer (#44) -[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.30.0...HEAD +[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.31.0...HEAD +[1.31.0/0.56.0/0.25.0/0.11.0/0.6.0/0.4.0/0.3.0]: https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.31.0 [1.30.0/0.55.0/0.24.0/0.10.0/0.5.0/0.3.0/0.2.0]: https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.30.0 [1.29.0/0.54.0/0.23.0/0.9.0/0.4.0/0.2.0/0.1.0]: https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.29.0 [1.28.0/0.53.0/0.22.0/0.8.0/0.3.0/0.1.0]: https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.28.0 diff --git a/detectors/aws/ec2/version.go b/detectors/aws/ec2/version.go index 065bdab437a..1da89972811 100644 --- a/detectors/aws/ec2/version.go +++ b/detectors/aws/ec2/version.go @@ -5,7 +5,7 @@ package ec2 // import "go.opentelemetry.io/contrib/detectors/aws/ec2" // Version is the current release version of the EC2 resource detector. func Version() string { - return "1.30.0" + return "1.31.0" // This string is updated by the pre_release.sh script during release } diff --git a/detectors/aws/ecs/version.go b/detectors/aws/ecs/version.go index 3fa2405b3dc..f3432ee9956 100644 --- a/detectors/aws/ecs/version.go +++ b/detectors/aws/ecs/version.go @@ -5,7 +5,7 @@ package ecs // import "go.opentelemetry.io/contrib/detectors/aws/ecs" // Version is the current release version of the ECS resource detector. func Version() string { - return "1.30.0" + return "1.31.0" // This string is updated by the pre_release.sh script during release } diff --git a/detectors/aws/eks/version.go b/detectors/aws/eks/version.go index 5152a0f363f..3965cb7c839 100644 --- a/detectors/aws/eks/version.go +++ b/detectors/aws/eks/version.go @@ -5,7 +5,7 @@ package eks // import "go.opentelemetry.io/contrib/detectors/aws/eks" // Version is the current release version of the EKS resource detector. func Version() string { - return "1.30.0" + return "1.31.0" // This string is updated by the pre_release.sh script during release } diff --git a/detectors/gcp/version.go b/detectors/gcp/version.go index 9652f0dbec7..3c31fd1b018 100644 --- a/detectors/gcp/version.go +++ b/detectors/gcp/version.go @@ -5,7 +5,7 @@ package gcp // import "go.opentelemetry.io/contrib/detectors/gcp" // Version is the current release version of the GCP resource detector. func Version() string { - return "1.30.0" + return "1.31.0" // This string is updated by the pre_release.sh script during release } diff --git a/exporters/autoexport/go.mod b/exporters/autoexport/go.mod index c5e64538969..cde78e36f3e 100644 --- a/exporters/autoexport/go.mod +++ b/exporters/autoexport/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/prometheus/client_golang v1.20.4 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/bridges/prometheus v0.55.0 + go.opentelemetry.io/contrib/bridges/prometheus v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.7.0 go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.7.0 diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod index 13cbeea52df..07e43bfffa7 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod @@ -13,10 +13,10 @@ require ( github.com/aws/aws-lambda-go v1.47.0 github.com/aws/aws-sdk-go-v2/config v1.27.43 github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3 - go.opentelemetry.io/contrib/detectors/aws/lambda v0.55.0 - go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.55.0 - go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.55.0 - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 + go.opentelemetry.io/contrib/detectors/aws/lambda v0.56.0 + go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.56.0 + go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.56.0 + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod index 6960d43c74a..fc2c975dadf 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod @@ -11,9 +11,9 @@ replace ( require ( github.com/aws/aws-lambda-go v1.47.0 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/detectors/aws/lambda v0.55.0 - go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.55.0 - go.opentelemetry.io/contrib/propagators/aws v1.30.0 + go.opentelemetry.io/contrib/detectors/aws/lambda v0.56.0 + go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.56.0 + go.opentelemetry.io/contrib/propagators/aws v1.31.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/version.go b/instrumentation/github.com/aws/aws-lambda-go/otellambda/version.go index 3d9af0cdf6e..19596553dda 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/version.go +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/version.go @@ -5,7 +5,7 @@ package otellambda // import "go.opentelemetry.io/contrib/instrumentation/github // Version is the current release version of the AWS Lambda instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod index a1af1e630bf..1fdd50c17a0 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod @@ -11,9 +11,9 @@ replace ( require ( github.com/aws/aws-lambda-go v1.47.0 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/detectors/aws/lambda v0.55.0 - go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.55.0 - go.opentelemetry.io/contrib/propagators/aws v1.30.0 + go.opentelemetry.io/contrib/detectors/aws/lambda v0.56.0 + go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.56.0 + go.opentelemetry.io/contrib/propagators/aws v1.31.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod index e2ed12392bf..55926ee6ce3 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod @@ -9,7 +9,7 @@ require ( github.com/aws/aws-sdk-go-v2/config v1.27.43 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3 - go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.55.0 + go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod index c395f319cbc..a95f6e3ae5b 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod @@ -8,7 +8,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/route53 v1.45.2 github.com/aws/smithy-go v1.22.0 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.55.0 + go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/version.go b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/version.go index bdeb33f2fa3..201d7d26ab6 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/version.go +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/version.go @@ -5,7 +5,7 @@ package test // import "go.opentelemetry.io/contrib/instrumentation/github.com/a // Version is the current release version of the AWS instrumentation test module. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/version.go b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/version.go index 6062f5d3b04..975a2fbd7c8 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/version.go +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/version.go @@ -5,7 +5,7 @@ package otelaws // import "go.opentelemetry.io/contrib/instrumentation/github.co // Version is the current release version of the AWS SDKv2 instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/github.com/emicklei/go-restful/otelrestful/example/go.mod b/instrumentation/github.com/emicklei/go-restful/otelrestful/example/go.mod index a690a0808d4..c69655e75ae 100644 --- a/instrumentation/github.com/emicklei/go-restful/otelrestful/example/go.mod +++ b/instrumentation/github.com/emicklei/go-restful/otelrestful/example/go.mod @@ -9,7 +9,7 @@ replace ( require ( github.com/emicklei/go-restful/v3 v3.12.1 - go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.55.0 + go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod b/instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod index 982c5d252d7..4233d017cc1 100644 --- a/instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod +++ b/instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod @@ -7,7 +7,7 @@ replace go.opentelemetry.io/contrib/propagators/b3 => ../../../../../propagators require ( github.com/emicklei/go-restful/v3 v3.12.1 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/propagators/b3 v1.30.0 + go.opentelemetry.io/contrib/propagators/b3 v1.31.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 ) diff --git a/instrumentation/github.com/emicklei/go-restful/otelrestful/test/go.mod b/instrumentation/github.com/emicklei/go-restful/otelrestful/test/go.mod index 3fec89ac4ba..8d6c1dcf78a 100644 --- a/instrumentation/github.com/emicklei/go-restful/otelrestful/test/go.mod +++ b/instrumentation/github.com/emicklei/go-restful/otelrestful/test/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/emicklei/go-restful/v3 v3.12.1 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.55.0 + go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 diff --git a/instrumentation/github.com/emicklei/go-restful/otelrestful/test/version.go b/instrumentation/github.com/emicklei/go-restful/otelrestful/test/version.go index 47f1065ef4f..2f21669d05c 100644 --- a/instrumentation/github.com/emicklei/go-restful/otelrestful/test/version.go +++ b/instrumentation/github.com/emicklei/go-restful/otelrestful/test/version.go @@ -5,7 +5,7 @@ package test // import "go.opentelemetry.io/contrib/instrumentation/github.com/e // Version is the current release version of the go-restful instrumentation test module. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/github.com/emicklei/go-restful/otelrestful/version.go b/instrumentation/github.com/emicklei/go-restful/otelrestful/version.go index 69b00028231..83e167108b5 100644 --- a/instrumentation/github.com/emicklei/go-restful/otelrestful/version.go +++ b/instrumentation/github.com/emicklei/go-restful/otelrestful/version.go @@ -5,7 +5,7 @@ package otelrestful // import "go.opentelemetry.io/contrib/instrumentation/githu // Version is the current release version of the go-restful instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/example/go.mod b/instrumentation/github.com/gin-gonic/gin/otelgin/example/go.mod index 74c3e7007a3..93637a58603 100644 --- a/instrumentation/github.com/gin-gonic/gin/otelgin/example/go.mod +++ b/instrumentation/github.com/gin-gonic/gin/otelgin/example/go.mod @@ -9,7 +9,7 @@ replace ( require ( github.com/gin-gonic/gin v1.10.0 - go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.55.0 + go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/go.mod b/instrumentation/github.com/gin-gonic/gin/otelgin/go.mod index 173ba041450..e3de8af222f 100644 --- a/instrumentation/github.com/gin-gonic/gin/otelgin/go.mod +++ b/instrumentation/github.com/gin-gonic/gin/otelgin/go.mod @@ -7,7 +7,7 @@ replace go.opentelemetry.io/contrib/propagators/b3 => ../../../../../propagators require ( github.com/gin-gonic/gin v1.10.0 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/propagators/b3 v1.30.0 + go.opentelemetry.io/contrib/propagators/b3 v1.31.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 ) diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/test/go.mod b/instrumentation/github.com/gin-gonic/gin/otelgin/test/go.mod index 19f81273e99..cdf16354ed8 100644 --- a/instrumentation/github.com/gin-gonic/gin/otelgin/test/go.mod +++ b/instrumentation/github.com/gin-gonic/gin/otelgin/test/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/gin-gonic/gin v1.10.0 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.55.0 + go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/test/version.go b/instrumentation/github.com/gin-gonic/gin/otelgin/test/version.go index 1120a9ada58..f3f47103855 100644 --- a/instrumentation/github.com/gin-gonic/gin/otelgin/test/version.go +++ b/instrumentation/github.com/gin-gonic/gin/otelgin/test/version.go @@ -5,7 +5,7 @@ package test // import "go.opentelemetry.io/contrib/instrumentation/github.com/g // Version is the current release version of the gin instrumentation test module. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/version.go b/instrumentation/github.com/gin-gonic/gin/otelgin/version.go index faef497b733..3db3a752d13 100644 --- a/instrumentation/github.com/gin-gonic/gin/otelgin/version.go +++ b/instrumentation/github.com/gin-gonic/gin/otelgin/version.go @@ -5,7 +5,7 @@ package otelgin // import "go.opentelemetry.io/contrib/instrumentation/github.co // Version is the current release version of the gin instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod b/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod index f0a312643c3..06b64b69dc4 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod +++ b/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod @@ -6,7 +6,7 @@ replace go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelm require ( github.com/gorilla/mux v1.8.1 - go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.55.0 + go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod b/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod index acbfc6c8a20..25afe5873fd 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod +++ b/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/gorilla/mux v1.8.1 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.55.0 + go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 diff --git a/instrumentation/github.com/gorilla/mux/otelmux/test/version.go b/instrumentation/github.com/gorilla/mux/otelmux/test/version.go index b0e89b3235d..592f3501a44 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/test/version.go +++ b/instrumentation/github.com/gorilla/mux/otelmux/test/version.go @@ -5,7 +5,7 @@ package test // import "go.opentelemetry.io/contrib/instrumentation/github.com/g // Version is the current release version of the gorilla/mux instrumentation test module. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/github.com/gorilla/mux/otelmux/version.go b/instrumentation/github.com/gorilla/mux/otelmux/version.go index e04c882652b..925b48e8a76 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/version.go +++ b/instrumentation/github.com/gorilla/mux/otelmux/version.go @@ -5,7 +5,7 @@ package otelmux // import "go.opentelemetry.io/contrib/instrumentation/github.co // Version is the current release version of the gorilla/mux instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/github.com/labstack/echo/otelecho/example/go.mod b/instrumentation/github.com/labstack/echo/otelecho/example/go.mod index b82f4eff0d4..339d6fe7ed5 100644 --- a/instrumentation/github.com/labstack/echo/otelecho/example/go.mod +++ b/instrumentation/github.com/labstack/echo/otelecho/example/go.mod @@ -9,7 +9,7 @@ replace ( require ( github.com/labstack/echo/v4 v4.12.0 - go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.55.0 + go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/instrumentation/github.com/labstack/echo/otelecho/go.mod b/instrumentation/github.com/labstack/echo/otelecho/go.mod index f742cc148da..df06004ef96 100644 --- a/instrumentation/github.com/labstack/echo/otelecho/go.mod +++ b/instrumentation/github.com/labstack/echo/otelecho/go.mod @@ -7,7 +7,7 @@ replace go.opentelemetry.io/contrib/propagators/b3 => ../../../../../propagators require ( github.com/labstack/echo/v4 v4.12.0 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/propagators/b3 v1.30.0 + go.opentelemetry.io/contrib/propagators/b3 v1.31.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 ) diff --git a/instrumentation/github.com/labstack/echo/otelecho/test/go.mod b/instrumentation/github.com/labstack/echo/otelecho/test/go.mod index 70691276a55..fe1dde422a8 100644 --- a/instrumentation/github.com/labstack/echo/otelecho/test/go.mod +++ b/instrumentation/github.com/labstack/echo/otelecho/test/go.mod @@ -6,7 +6,7 @@ go 1.22 require ( github.com/labstack/echo/v4 v4.12.0 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.55.0 + go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 diff --git a/instrumentation/github.com/labstack/echo/otelecho/test/version.go b/instrumentation/github.com/labstack/echo/otelecho/test/version.go index 14a4d9e36c8..41e8633eb4f 100644 --- a/instrumentation/github.com/labstack/echo/otelecho/test/version.go +++ b/instrumentation/github.com/labstack/echo/otelecho/test/version.go @@ -5,7 +5,7 @@ package test // import "go.opentelemetry.io/contrib/instrumentation/github.com/l // Version is the current release version of the echo instrumentation test module. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/github.com/labstack/echo/otelecho/version.go b/instrumentation/github.com/labstack/echo/otelecho/version.go index 0fb99ab9981..b8031be5561 100644 --- a/instrumentation/github.com/labstack/echo/otelecho/version.go +++ b/instrumentation/github.com/labstack/echo/otelecho/version.go @@ -5,7 +5,7 @@ package otelecho // import "go.opentelemetry.io/contrib/instrumentation/github.c // Version is the current release version of the echo instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/go.mod b/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/go.mod index dbdb5246a1b..b0849e50692 100644 --- a/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/go.mod +++ b/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/stretchr/testify v1.9.0 go.mongodb.org/mongo-driver v1.17.1 - go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.55.0 + go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 diff --git a/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/version.go b/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/version.go index b93094013dc..7fc97face83 100644 --- a/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/version.go +++ b/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/version.go @@ -5,7 +5,7 @@ package test // import "go.opentelemetry.io/contrib/instrumentation/go.mongodb.o // Version is the current release version of the mongo-driver instrumentation test module. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/version.go b/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/version.go index 4f2abbea3fa..9e17572de4c 100644 --- a/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/version.go +++ b/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/version.go @@ -5,7 +5,7 @@ package otelmongo // import "go.opentelemetry.io/contrib/instrumentation/go.mong // Version is the current release version of the mongo-driver instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/google.golang.org/grpc/otelgrpc/example/go.mod b/instrumentation/google.golang.org/grpc/otelgrpc/example/go.mod index 233336f7e11..b44fb63d9c2 100644 --- a/instrumentation/google.golang.org/grpc/otelgrpc/example/go.mod +++ b/instrumentation/google.golang.org/grpc/otelgrpc/example/go.mod @@ -6,7 +6,7 @@ replace go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelg require ( github.com/golang/protobuf v1.5.4 - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/instrumentation/google.golang.org/grpc/otelgrpc/test/go.mod b/instrumentation/google.golang.org/grpc/otelgrpc/test/go.mod index 477df9f6a6b..1a8cefb89fa 100644 --- a/instrumentation/google.golang.org/grpc/otelgrpc/test/go.mod +++ b/instrumentation/google.golang.org/grpc/otelgrpc/test/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 go.opentelemetry.io/otel/sdk/metric v1.31.0 diff --git a/instrumentation/google.golang.org/grpc/otelgrpc/test/version.go b/instrumentation/google.golang.org/grpc/otelgrpc/test/version.go index 16bfb1040db..6ec9394f3ad 100644 --- a/instrumentation/google.golang.org/grpc/otelgrpc/test/version.go +++ b/instrumentation/google.golang.org/grpc/otelgrpc/test/version.go @@ -5,7 +5,7 @@ package test // import "go.opentelemetry.io/contrib/instrumentation/google.golan // Version is the current release version of the gRPC instrumentation test module. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/google.golang.org/grpc/otelgrpc/version.go b/instrumentation/google.golang.org/grpc/otelgrpc/version.go index 51d28156bef..439251e1347 100644 --- a/instrumentation/google.golang.org/grpc/otelgrpc/version.go +++ b/instrumentation/google.golang.org/grpc/otelgrpc/version.go @@ -5,7 +5,7 @@ package otelgrpc // import "go.opentelemetry.io/contrib/instrumentation/google.g // Version is the current release version of the gRPC instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/host/example/go.mod b/instrumentation/host/example/go.mod index 8fe6db1f763..c5103d96bfa 100644 --- a/instrumentation/host/example/go.mod +++ b/instrumentation/host/example/go.mod @@ -5,7 +5,7 @@ go 1.22 replace go.opentelemetry.io/contrib/instrumentation/host => ../ require ( - go.opentelemetry.io/contrib/instrumentation/host v0.55.0 + go.opentelemetry.io/contrib/instrumentation/host v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/instrumentation/host/version.go b/instrumentation/host/version.go index 25ea72012e8..c48c4ecedd3 100644 --- a/instrumentation/host/version.go +++ b/instrumentation/host/version.go @@ -5,7 +5,7 @@ package host // import "go.opentelemetry.io/contrib/instrumentation/host" // Version is the current release version of the host instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/net/http/httptrace/otelhttptrace/example/go.mod b/instrumentation/net/http/httptrace/otelhttptrace/example/go.mod index ded542649c9..fd02026013b 100644 --- a/instrumentation/net/http/httptrace/otelhttptrace/example/go.mod +++ b/instrumentation/net/http/httptrace/otelhttptrace/example/go.mod @@ -8,8 +8,8 @@ replace ( ) require ( - go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.55.0 - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 + go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/instrumentation/net/http/httptrace/otelhttptrace/go.mod b/instrumentation/net/http/httptrace/otelhttptrace/go.mod index 19c4c2dee37..7d0f16ddd62 100644 --- a/instrumentation/net/http/httptrace/otelhttptrace/go.mod +++ b/instrumentation/net/http/httptrace/otelhttptrace/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/google/go-cmp v0.6.0 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 ) diff --git a/instrumentation/net/http/httptrace/otelhttptrace/test/go.mod b/instrumentation/net/http/httptrace/otelhttptrace/test/go.mod index 6fbd987e978..cb48a4b0821 100644 --- a/instrumentation/net/http/httptrace/otelhttptrace/test/go.mod +++ b/instrumentation/net/http/httptrace/otelhttptrace/test/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.55.0 + go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 ) diff --git a/instrumentation/net/http/httptrace/otelhttptrace/test/version.go b/instrumentation/net/http/httptrace/otelhttptrace/test/version.go index fdd01bba2fc..b2017a022ab 100644 --- a/instrumentation/net/http/httptrace/otelhttptrace/test/version.go +++ b/instrumentation/net/http/httptrace/otelhttptrace/test/version.go @@ -5,7 +5,7 @@ package test // import "go.opentelemetry.io/contrib/instrumentation/net/http/htt // Version is the current release version of the httptrace instrumentation test module. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/net/http/httptrace/otelhttptrace/version.go b/instrumentation/net/http/httptrace/otelhttptrace/version.go index 16d9fc97bae..a978bb5b288 100644 --- a/instrumentation/net/http/httptrace/otelhttptrace/version.go +++ b/instrumentation/net/http/httptrace/otelhttptrace/version.go @@ -5,7 +5,7 @@ package otelhttptrace // import "go.opentelemetry.io/contrib/instrumentation/net // Version is the current release version of the httptrace instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/net/http/otelhttp/example/go.mod b/instrumentation/net/http/otelhttp/example/go.mod index 172c3ab9ea0..3e6b3f26178 100644 --- a/instrumentation/net/http/otelhttp/example/go.mod +++ b/instrumentation/net/http/otelhttp/example/go.mod @@ -5,7 +5,7 @@ go 1.22 replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => ../ require ( - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 diff --git a/instrumentation/net/http/otelhttp/test/go.mod b/instrumentation/net/http/otelhttp/test/go.mod index 04832a090ee..7007dcad30b 100644 --- a/instrumentation/net/http/otelhttp/test/go.mod +++ b/instrumentation/net/http/otelhttp/test/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 go.opentelemetry.io/otel/sdk/metric v1.31.0 diff --git a/instrumentation/net/http/otelhttp/test/version.go b/instrumentation/net/http/otelhttp/test/version.go index 08f9ae171ea..9c800f51462 100644 --- a/instrumentation/net/http/otelhttp/test/version.go +++ b/instrumentation/net/http/otelhttp/test/version.go @@ -5,7 +5,7 @@ package test // import "go.opentelemetry.io/contrib/instrumentation/net/http/ote // Version is the current release version of the otelhttp instrumentation test module. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/net/http/otelhttp/version.go b/instrumentation/net/http/otelhttp/version.go index 1133961d393..a07d8689d47 100644 --- a/instrumentation/net/http/otelhttp/version.go +++ b/instrumentation/net/http/otelhttp/version.go @@ -5,7 +5,7 @@ package otelhttp // import "go.opentelemetry.io/contrib/instrumentation/net/http // Version is the current release version of the otelhttp instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/instrumentation/runtime/version.go b/instrumentation/runtime/version.go index b1262b2ce7e..0b6b98769be 100644 --- a/instrumentation/runtime/version.go +++ b/instrumentation/runtime/version.go @@ -5,7 +5,7 @@ package runtime // import "go.opentelemetry.io/contrib/instrumentation/runtime" // Version is the current release version of the runtime instrumentation. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/propagators/autoprop/go.mod b/propagators/autoprop/go.mod index 0e8f4e7271c..6b8b0b4ec14 100644 --- a/propagators/autoprop/go.mod +++ b/propagators/autoprop/go.mod @@ -4,10 +4,10 @@ go 1.22 require ( github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/contrib/propagators/aws v1.30.0 - go.opentelemetry.io/contrib/propagators/b3 v1.30.0 - go.opentelemetry.io/contrib/propagators/jaeger v1.30.0 - go.opentelemetry.io/contrib/propagators/ot v1.30.0 + go.opentelemetry.io/contrib/propagators/aws v1.31.0 + go.opentelemetry.io/contrib/propagators/b3 v1.31.0 + go.opentelemetry.io/contrib/propagators/jaeger v1.31.0 + go.opentelemetry.io/contrib/propagators/ot v1.31.0 go.opentelemetry.io/otel v1.31.0 ) diff --git a/propagators/aws/version.go b/propagators/aws/version.go index c8349af7fb9..136ea497813 100644 --- a/propagators/aws/version.go +++ b/propagators/aws/version.go @@ -5,7 +5,7 @@ package aws // import "go.opentelemetry.io/contrib/propagators/aws" // Version is the current release version of the AWS XRay propagator. func Version() string { - return "1.30.0" + return "1.31.0" // This string is updated by the pre_release.sh script during release } diff --git a/propagators/b3/version.go b/propagators/b3/version.go index d3b6fa067a7..e3739e616e7 100644 --- a/propagators/b3/version.go +++ b/propagators/b3/version.go @@ -5,7 +5,7 @@ package b3 // import "go.opentelemetry.io/contrib/propagators/b3" // Version is the current release version of the B3 propagator. func Version() string { - return "1.30.0" + return "1.31.0" // This string is updated by the pre_release.sh script during release } diff --git a/propagators/jaeger/version.go b/propagators/jaeger/version.go index 682c4b37ac6..85ba08d6a2f 100644 --- a/propagators/jaeger/version.go +++ b/propagators/jaeger/version.go @@ -5,7 +5,7 @@ package jaeger // import "go.opentelemetry.io/contrib/propagators/jaeger" // Version is the current release version of the Jaeger propagator. func Version() string { - return "1.30.0" + return "1.31.0" // This string is updated by the pre_release.sh script during release } diff --git a/propagators/opencensus/examples/go.mod b/propagators/opencensus/examples/go.mod index 7ff71e26c8e..5f2a6a775b8 100644 --- a/propagators/opencensus/examples/go.mod +++ b/propagators/opencensus/examples/go.mod @@ -4,8 +4,8 @@ go 1.22 require ( go.opencensus.io v0.24.0 - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 - go.opentelemetry.io/contrib/propagators/opencensus v0.55.0 + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 + go.opentelemetry.io/contrib/propagators/opencensus v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/propagators/opencensus/version.go b/propagators/opencensus/version.go index 652c31b5972..af4a7437264 100644 --- a/propagators/opencensus/version.go +++ b/propagators/opencensus/version.go @@ -5,7 +5,7 @@ package opencensus // import "go.opentelemetry.io/contrib/propagators/opencensus // Version is the current release version of the OpenCensus propagator. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release } diff --git a/propagators/ot/version.go b/propagators/ot/version.go index 82e324ed7a9..002afa857c3 100644 --- a/propagators/ot/version.go +++ b/propagators/ot/version.go @@ -5,7 +5,7 @@ package ot // import "go.opentelemetry.io/contrib/propagators/ot" // Version is the current release version of the ot propagator. func Version() string { - return "1.30.0" + return "1.31.0" // This string is updated by the pre_release.sh script during release } diff --git a/samplers/jaegerremote/example/go.mod b/samplers/jaegerremote/example/go.mod index 4679265b750..8352ad21c54 100644 --- a/samplers/jaegerremote/example/go.mod +++ b/samplers/jaegerremote/example/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/davecgh/go-spew v1.1.1 - go.opentelemetry.io/contrib/samplers/jaegerremote v0.24.0 + go.opentelemetry.io/contrib/samplers/jaegerremote v0.25.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 go.opentelemetry.io/otel/sdk v1.31.0 diff --git a/samplers/jaegerremote/version.go b/samplers/jaegerremote/version.go index cd9146ee500..ba981e7556d 100644 --- a/samplers/jaegerremote/version.go +++ b/samplers/jaegerremote/version.go @@ -5,7 +5,7 @@ package jaegerremote // import "go.opentelemetry.io/contrib/samplers/jaegerremot // Version is the current release version of the Jaeger remote sampler. func Version() string { - return "0.24.0" + return "0.25.0" // This string is updated by the pre_release.sh script during release } diff --git a/samplers/probability/consistent/version.go b/samplers/probability/consistent/version.go index 619dc46997e..8c55fd4eee0 100644 --- a/samplers/probability/consistent/version.go +++ b/samplers/probability/consistent/version.go @@ -6,7 +6,7 @@ package consistent // import "go.opentelemetry.io/contrib/samplers/probability/c // Version is the current release version of the consistent probability // sampler. func Version() string { - return "0.24.0" + return "0.25.0" // This string is updated by the pre_release.sh script during release } diff --git a/tools/version.go b/tools/version.go index 6b83e2eaf72..fbb1c71c7a0 100644 --- a/tools/version.go +++ b/tools/version.go @@ -5,7 +5,7 @@ package tools // import "go.opentelemetry.io/contrib/tools" // Version is the current release version of the OpenTelemetry Contrib tools. func Version() string { - return "1.30.0" + return "1.31.0" // This string is updated by the pre_release.sh script during release } diff --git a/version.go b/version.go index fc70b9cb235..f3d10ffc725 100644 --- a/version.go +++ b/version.go @@ -7,7 +7,7 @@ package contrib // import "go.opentelemetry.io/contrib" // Version is the current release version of OpenTelemetry Contrib in use. func Version() string { - return "1.30.0" + return "1.31.0" // This string is updated by the pre_release.sh script during release } diff --git a/versions.yaml b/versions.yaml index a2721b14fe4..c27f16b9bf8 100644 --- a/versions.yaml +++ b/versions.yaml @@ -3,7 +3,7 @@ module-sets: stable-v1: - version: v1.30.0 + version: v1.31.0 modules: - go.opentelemetry.io/contrib - go.opentelemetry.io/contrib/tools @@ -16,7 +16,7 @@ module-sets: - go.opentelemetry.io/contrib/detectors/aws/ecs - go.opentelemetry.io/contrib/detectors/aws/eks experimental-instrumentation: - version: v0.55.0 + version: v0.56.0 modules: - go.opentelemetry.io/contrib/bridges/prometheus - go.opentelemetry.io/contrib/detectors/aws/lambda @@ -59,28 +59,28 @@ module-sets: - go.opentelemetry.io/contrib/instrumentation/runtime - go.opentelemetry.io/contrib/zpages experimental-samplers: - version: v0.24.0 + version: v0.25.0 modules: - go.opentelemetry.io/contrib/samplers/jaegerremote - go.opentelemetry.io/contrib/samplers/jaegerremote/example - go.opentelemetry.io/contrib/samplers/probability/consistent experimental-config: - version: v0.10.0 + version: v0.11.0 modules: - go.opentelemetry.io/contrib/config experimental-bridge: - version: v0.5.0 + version: v0.6.0 modules: - go.opentelemetry.io/contrib/bridges/otelslog - go.opentelemetry.io/contrib/bridges/otellogrus - go.opentelemetry.io/contrib/bridges/otelzap experimental-processors: - version: v0.3.0 + version: v0.4.0 modules: - go.opentelemetry.io/contrib/processors/baggagecopy - go.opentelemetry.io/contrib/processors/minsev experimental-detectors: - version: v0.2.0 + version: v0.3.0 modules: - go.opentelemetry.io/contrib/detectors/azure/azurevm excluded-modules: diff --git a/zpages/version.go b/zpages/version.go index ddf1bad20f8..7a81a0551d7 100644 --- a/zpages/version.go +++ b/zpages/version.go @@ -5,7 +5,7 @@ package zpages // import "go.opentelemetry.io/contrib/zpages" // Version is the current release version of the zpages span processor. func Version() string { - return "0.55.0" + return "0.56.0" // This string is updated by the pre_release.sh script during release }