Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update opentelemetry-go monorepo #1199

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/otel v1.22.0 -> v1.23.1 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 -> v1.23.1 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 -> v1.23.1 age adoption passing confidence
go.opentelemetry.io/otel/exporters/prometheus v0.45.0 -> v0.45.2 age adoption passing confidence
go.opentelemetry.io/otel/metric v1.22.0 -> v1.23.1 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.22.0 -> v1.23.1 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric v1.22.0 -> v1.23.1 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.22.0 -> v1.23.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.23.1: /v0.43.2

Compare Source

Fixed
  • Register all callbacks passed during observable instrument creation instead of just the last one multiple times in go.opentelemetry.io/otel/sdk/metric. (#​4888)

v1.23.0: /v0.45.1

Compare Source

This release contains the first stable, v1, release of the following modules:

  • go.opentelemetry.io/otel/bridge/opencensus
  • go.opentelemetry.io/otel/bridge/opencensus/test
  • go.opentelemetry.io/otel/example/opencensus
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric

See our versioning policy for more information about these stability guarantees.

Added
  • Add WithEndpointURL option to the exporters/otlp/otlpmetric/otlpmetricgrpc, exporters/otlp/otlpmetric/otlpmetrichttp, exporters/otlp/otlptrace/otlptracegrpc and exporters/otlp/otlptrace/otlptracehttp packages. (#​4808)
  • Experimental exemplar exporting is added to the metric SDK. See metric documentation for more information about this feature and how to enable it. (#​4871)
  • ErrSchemaURLConflict is added to go.opentelemetry.io/otel/sdk/resource. This error is returned when a merge of two Resources with different (non-empty) schema URL is attempted. (#​4876)
Changed
  • The Merge and New functions in go.opentelemetry.io/otel/sdk/resource now returns a partial result if there is a schema URL merge conflict. Instead of returning nil when two Resources with different (non-empty) schema URLs are merged the merged Resource, along with the new ErrSchemaURLConflict error, is returned. It is up to the user to decide if they want to use the returned Resource or not. It may have desired attributes overwritten or include stale semantic conventions. (#​4876)
Fixed
  • Fix ContainerID resource detection on systemd when cgroup path has a colon. (#​4449)
  • Fix go.opentelemetry.io/otel/sdk/metric to cache instruments to avoid leaking memory when the same instrument is created multiple times. (#​4820)
  • Fix missing Mix and Max values for go.opentelemetry.io/otel/exporters/stdout/stdoutmetric by introducing MarshalText and MarshalJSON for the Extrema type in go.opentelemetry.io/sdk/metric/metricdata. (#​4827)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.22.0...v1.23.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner February 6, 2024 18:24
Copy link

netlify bot commented Feb 6, 2024

Deploy Preview for polite-licorice-3db33c canceled.

Name Link
🔨 Latest commit 021cf55
🔍 Latest deploy log https://app.netlify.com/sites/polite-licorice-3db33c/deploys/65cc6cffa30bc90008e4f297

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 6 times, most recently from b56dd7b to e780da5 Compare February 14, 2024 03:57
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from e780da5 to 021cf55 Compare February 14, 2024 07:34
@renovate renovate bot merged commit 422ebaa into main Feb 14, 2024
14 checks passed
@renovate renovate bot deleted the renovate/opentelemetry-go-monorepo branch February 14, 2024 10:01
@github-actions github-actions bot mentioned this pull request Feb 14, 2024
toddbaert pushed a commit that referenced this pull request Feb 20, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>flagd: 0.9.0</summary>

##
[0.9.0](flagd/v0.8.2...flagd/v0.9.0)
(2024-02-20)


### ⚠ BREAKING CHANGES

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))

### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.7.5
([#1198](#1198))
([ce38845](ce38845))


### ✨ New Features

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))
([544234e](544234e))


### 🧹 Chore

* **deps:** update golang docker tag to v1.22
([#1201](#1201))
([d14c69e](d14c69e))
</details>

<details><summary>flagd-proxy: 0.5.0</summary>

##
[0.5.0](flagd-proxy/v0.4.2...flagd-proxy/v0.5.0)
(2024-02-20)


### ⚠ BREAKING CHANGES

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))

### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.7.5
([#1198](#1198))
([ce38845](ce38845))


### ✨ New Features

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))
([544234e](544234e))


### 🧹 Chore

* **deps:** update golang docker tag to v1.22
([#1201](#1201))
([d14c69e](d14c69e))
</details>

<details><summary>core: 0.8.0</summary>

##
[0.8.0](core/v0.7.5...core/v0.8.0)
(2024-02-20)


### ⚠ BREAKING CHANGES

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))

### 🐛 Bug Fixes

* **deps:** update github.com/open-feature/flagd-schemas digest to
8c72c14 ([#1212](#1212))
([4add9fd](4add9fd))
* **deps:** update kubernetes packages to v0.29.2
([#1213](#1213))
([b0c805f](b0c805f))
* **deps:** update module
buf.build/gen/go/open-feature/flagd/connectrpc/go to
v1.15.0-20240215170432-1e611e2999cc.1
([#1219](#1219))
([4c4f08a](4c4f08a))
* **deps:** update module golang.org/x/crypto to v0.19.0
([#1203](#1203))
([f0ff317](f0ff317))
* **deps:** update module golang.org/x/mod to v0.15.0
([#1202](#1202))
([6ca8e6d](6ca8e6d))
* **deps:** update module golang.org/x/net to v0.21.0
([#1204](#1204))
([bccf365](bccf365))
* **deps:** update module google.golang.org/grpc to v1.61.1
([#1210](#1210))
([10cc63e](10cc63e))
* **deps:** update opentelemetry-go monorepo
([#1199](#1199))
([422ebaa](422ebaa))


### ✨ New Features

* new proto (flagd.sync.v1) for sync sources
([#1214](#1214))
([544234e](544234e))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants