Skip to content

Commit

Permalink
Prepare v0.41.0 (#6642)
Browse files Browse the repository at this point in the history
* Update changelog

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>

* Update contrib to core v0.41.0

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>

* Update versions.yaml

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Dec 9, 2021
1 parent 5da06f3 commit 3de607f
Show file tree
Hide file tree
Showing 274 changed files with 2,876 additions and 1,467 deletions.
55 changes: 51 additions & 4 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,57 @@

## Unreleased

## 🛑 Breaking changes 🛑

## 🚀 New components 🚀

## 🧰 Bug fixes 🧰

## 💡 Enhancements 💡

## v0.41.0

## 🛑 Breaking changes 🛑

- None

## 🚀 New components 🚀

- `asapauthextension` (#6627)
- `mongodbatlasreceiver` (#6367)

## 🧰 Bug fixes 🧰

- `filestorageextension`: fix panic when configured directory cannot be accessed (#6103)
- `hostmetricsreceiver`: fix set of attributes for system.cpu.time metric (#6422)
- `k8sobserver`: only record pod endpoints for running pods (#5878)
- `mongodbatlasreceiver`: fix attributes fields in metadata.yaml (#6440)
- `prometheusexecreceiver`: command line processing on Windows (#6145)
- `spanmetricsprocessor`: fix exemplars support (#6140)
- Remap arm64 to aarch64 on rpm/deb packages (#6635)

## 💡 Enhancements 💡

- `datadogexporter`: do not use attribute localhost-like hostnames (#6477)
- `datadogexporter`: retry per network call (#6412)
- `datadogexporter`: take hostname into account for cache (#6223)
- `exporter/lokiexporter`: adding a feature for loki exporter to encode JSON for log entry (#5846)
- `googlecloudspannerreceiver`: added fallback to ADC for database connections. (#6629)
- `googlecloudspannerreceiver`: added parsing only distinct items for sample lock request label. (#6514)
- `googlecloudspannerreceiver`: added request tag label to metadata config for top query stats. (#6475)
- `googlecloudspannerreceiver`: added sample lock requests label to the top lock stats metrics. (#6466)
- `googlecloudspannerreceiver`: added transaction tag label to metadata config for top transaction stats. (#6433)
- `groupbyattrsprocessor`: added support for metrics signal (#6248)
- `hostmetricsreceiver`: ensure SchemaURL is set (#6482)
- `kubeletstatsreceiver`: add support for read-only kubelet endpoint (#6488)
- `mysqlreceiver`: enable native authentication (#6628)
- `mysqlreceiver`: remove requirement for password on MySQL (#6479)
- `receiver/prometheusreceiver`: do not add host.name to metrics from localhost/unspecified targets (#6476)
- `spanmetricsprocessor`: add setStatus operation (#5886)
- `splunkhecexporter`: remove duplication of host.name attribute (#6527)
- `tanzuobservabilityexporter`: add consumer for sum metrics. (#6385)
- Update log-collection library to v0.23.0 (#6593)

## v0.40.0

## 🛑 Breaking changes 🛑
Expand Down Expand Up @@ -30,10 +81,6 @@
- `routingprocessor`: remove broken debug log fields (#6373)
- `prometheusremotewriteexporter`: Add exemplars support (#5578)

## 🚀 New components 🚀

- Add `mongodbatlasreceiver` receiver (#6367)

## v0.39.0

## 🛑 Breaking changes 🛑
Expand Down
256 changes: 128 additions & 128 deletions cmd/configschema/go.mod

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions cmd/configschema/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions cmd/mdatagen/go.mod
Expand Up @@ -7,18 +7,17 @@ require (
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.9.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.40.0
go.opentelemetry.io/collector v0.41.0
)

require (
github.com/benbjohnson/clock v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/knadh/koanf v1.3.2 // indirect
github.com/knadh/koanf v1.3.3 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand Down
22 changes: 12 additions & 10 deletions cmd/mdatagen/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions exporter/alibabacloudlogserviceexporter/go.mod
Expand Up @@ -5,17 +5,18 @@ go 1.17
require (
github.com/aliyun/aliyun-log-go-sdk v0.1.27
github.com/gogo/protobuf v1.3.2
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.40.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.41.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.40.1-0.20211206203115-a06ca26079fe
go.opentelemetry.io/collector/model v0.40.1-0.20211206203115-a06ca26079fe
go.opentelemetry.io/collector v0.41.0
go.opentelemetry.io/collector/model v0.41.0
go.uber.org/zap v1.19.1
)

require (
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/frankban/quicktest v1.14.0 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
Expand Down

0 comments on commit 3de607f

Please sign in to comment.