From 7882b91874f00f9ad42cdb832f68cc1d66277126 Mon Sep 17 00:00:00 2001 From: slins1 <12113984+slins1@users.noreply.github.com> Date: Fri, 4 Apr 2025 21:07:14 -0500 Subject: [PATCH 1/2] Remove markdown lint issues in CHANGELOG.md Remove occurrences of MD007 and MD024. --- CHANGELOG.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12780abac0c..9ec911fdc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,12 +26,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed - Record request duration in seconds rather than milliseconds for semconv v1.26.0, per [the specifications](https://github.com/open-telemetry/semantic-conventions/blob/6533b8a39e03e6925e080d5ca39234035cf87e70/docs/non-normative/http-migration.md#http-client-duration-metric) in the following packages. (#6942) - - `go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful` - - `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` - - `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` - - `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho` - - `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace` - - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` + - `go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful` + - `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` + - `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` + - `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho` + - `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace` + - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` +- Cleaned up indentations under `Unreleased/Fixed` of `./CHANGELOG.md`. +- Removed a duplicate instance of the `Changed` subheader under `1.18.0/0.43.0/0.12.0` in `./CHANGELOG.md` ### Removed @@ -559,9 +561,6 @@ The next release will require at least [Go 1.21]. - Change interceptors in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` to disable `SENT`/`RECEIVED` events. Use `WithMessageEvents()` to turn back on. (#3964) - -### Changed - - `go.opentelemetry.io/contrib/detectors/gcp`: Detect `faas.instance` instead of `faas.id`, since `faas.id` is being removed. (#4198) ### Fixed From 8d45f692dc253736610ac1eefca6e23626b399bb Mon Sep 17 00:00:00 2001 From: Spencer Linsner <12113984+slins1@users.noreply.github.com> Date: Fri, 4 Apr 2025 22:18:01 -0500 Subject: [PATCH 2/2] Added PR number to CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec911fdc97..2b350cdc33d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,8 +32,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho` - `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` -- Cleaned up indentations under `Unreleased/Fixed` of `./CHANGELOG.md`. -- Removed a duplicate instance of the `Changed` subheader under `1.18.0/0.43.0/0.12.0` in `./CHANGELOG.md` +- Cleaned up indentations under `Unreleased/Fixed` of `./CHANGELOG.md`. (#7163) +- Removed a duplicate instance of the `Changed` subheader under `1.18.0/0.43.0/0.12.0` in `./CHANGELOG.md`. (#7163) ### Removed