Skip to content

Commit

Permalink
Prerelease pkgs v0.8.1 (#194)
Browse files Browse the repository at this point in the history
* version

* changelog

* Prepare pkgs for version v0.8.1
  • Loading branch information
mackjmr authored Nov 10, 2023
1 parent f02f8ce commit 557f270
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 55 deletions.
16 changes: 0 additions & 16 deletions .chloggen/mackjmr_add-custom-container-tag-support-deprecate.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mackjmr_add-custom-container-tag-support.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mx-psi_cpu-model.yaml

This file was deleted.

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

<!-- next version -->

## v0.8.1

### 🚩 Deprecations 🚩

- `pkg/otlp/attributes`: ContainerTagFromAttributes is deprecated in favor of ContainerTagFromResourceAttributes. (#193)

### 💡 Enhancements 💡

- `pkg/otlp/attributes`: Add support for custom container tags via resource attribute prefix `datadog.container.tag`. (#193)
- `pkg/inframetadata`: Add support for host.cpu resource attributes (#174)

## v0.8.0

### 🛑 Breaking changes 🛑
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.20

require (
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.8.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.8.1
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/pdata v1.0.0-rcv0017
go.opentelemetry.io/collector/semconv v0.88.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.20

require (
github.com/DataDog/datadog-api-client-go/v2 v2.13.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.8.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.8.1
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/pdata v1.0.0-rcv0017
go.opentelemetry.io/collector/semconv v0.88.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.20

require (
github.com/DataDog/datadog-agent/pkg/proto v0.50.0-devel
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.8.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.8.0
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.8.0
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.8.1
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.8.1
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.8.1
github.com/DataDog/sketches-go v1.4.3
github.com/golang/protobuf v1.5.3
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.20

require (
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.8.0
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.8.1
github.com/DataDog/sketches-go v1.4.3
github.com/dustin/go-humanize v1.0.1
github.com/stretchr/testify v1.8.4
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.8.0
version: v0.8.1
modules:
- github.com/DataDog/opentelemetry-mapping-go/pkg/quantile
- github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes
Expand Down

0 comments on commit 557f270

Please sign in to comment.