Skip to content

Commit

Permalink
Prerelease pkgs v0.23.0 (#465)
Browse files Browse the repository at this point in the history
* Bump version number

* Run chloggen

* Prepare pkgs for version v0.23.0
  • Loading branch information
IbraheemA authored Jan 16, 2025
1 parent be09bd1 commit 36ce209
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 23 deletions.
16 changes: 0 additions & 16 deletions .chloggen/ibraheem_add-http-span-attributes-conventions.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

<!-- next version -->

## 0.23.0

### 💡 Enhancements 💡

- `pkg/otlp/attributes`: Add support for mapping OTLP -> DD semantic conventions for HTTP attributes. These mappings are outlined in DD documentation - https://docs.datadoghq.com/opentelemetry/schema_semantics/semantic_mapping/?tab=datadogexporter#http (#426)

## v0.22.0

### 💡 Enhancements 💡
Expand Down
2 changes: 1 addition & 1 deletion pkg/inframetadata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata
go 1.22.0

require (
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.22.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.23.0
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/pdata v1.23.0
go.opentelemetry.io/collector/semconv v0.117.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/otlp/logs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/DataDog/datadog-api-client-go/v2 v2.34.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.22.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.23.0
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
Expand Down
6 changes: 3 additions & 3 deletions pkg/otlp/metrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.22.0

require (
github.com/DataDog/datadog-agent/pkg/proto v0.63.0-devel
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.22.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.22.0
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.22.0
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.23.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.23.0
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.23.0
github.com/DataDog/sketches-go v1.4.6
github.com/golang/protobuf v1.5.4
github.com/lightstep/go-expohisto v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/quantile/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/DataDog/opentelemetry-mapping-go/pkg/quantile
go 1.22

require (
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.22.0
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.23.0
github.com/DataDog/sketches-go v1.4.6
github.com/dustin/go-humanize v1.0.1
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

module-sets:
pkgs:
version: v0.22.0
version: v0.23.0
modules:
- github.com/DataDog/opentelemetry-mapping-go/pkg/quantile
- github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes
Expand Down

0 comments on commit 36ce209

Please sign in to comment.