[PR #609] [CLOSED] fix(deps): bump go.opentelemetry.io/otel/sdk from 1.33.0 to 1.34.0 in /api #618

Closed
opened 2026-03-03 16:39:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/609
Author: @dependabot[bot]
Created: 2/1/2025
Status: Closed

Base: mainHead: dependabot/go_modules/api/go.opentelemetry.io/otel/sdk-1.34.0


📝 Commits (1)

  • a70b396 fix(deps): bump go.opentelemetry.io/otel/sdk in /api

📊 Changes

2 files changed (+12 additions, -12 deletions)

View changed files

📝 api/go.mod (+4 -4)
📝 api/go.sum (+8 -8)

📄 Description

Bumps go.opentelemetry.io/otel/sdk from 1.33.0 to 1.34.0.

Changelog

Sourced from go.opentelemetry.io/otel/sdk's changelog.

[1.34.0/0.56.0/0.10.0] 2025-01-17

Changed

  • Remove the notices from Logger to make the whole Logs API user-facing in go.opentelemetry.io/otel/log. (#6167)

Fixed

  • Relax minimum Go version to 1.22.0 in various modules. (#6073)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc client is corrected from otlphttpgrpc to otlptracegrpc. (#6143)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc client is corrected from otlphttphttp to otlptracehttp. (#6143)
Commits
  • edc378f Release v1.34.0/v0.56.0/v0.10.0 (#6174)
  • e18299f log: Make whole Logs API user-facing (#6167)
  • cbc3b6a fix(deps): update module google.golang.org/protobuf to v1.36.3 (#6166)
  • 2dcb9b3 chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 (#6165)
  • 764ae10 fix(deps): update googleapis to 1a7da9e (#6164)
  • f87cced chore(deps): update module github.com/ldez/exptostd to v0.4.0 (#6163)
  • be76ebf chore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 (#6162)
  • 3e60bd4 fix(deps): update module golang.org/x/vuln to v1.1.4 (#6161)
  • 79b1fc1 Fix demo links (#6160)
  • 4a87cfe fix(deps): update module google.golang.org/grpc to v1.69.4 (#6159)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/609 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/api/go.opentelemetry.io/otel/sdk-1.34.0` --- ### 📝 Commits (1) - [`a70b396`](https://github.com/NdoleStudio/httpsms/commit/a70b3966f7cecab9eb2e4475088088420d608eb2) fix(deps): bump go.opentelemetry.io/otel/sdk in /api ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+4 -4) 📝 `api/go.sum` (+8 -8) </details> ### 📄 Description Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.33.0 to 1.34.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/sdk's changelog</a>.</em></p> <blockquote> <h2>[1.34.0/0.56.0/0.10.0] 2025-01-17</h2> <h3>Changed</h3> <ul> <li>Remove the notices from <code>Logger</code> to make the whole Logs API user-facing in <code>go.opentelemetry.io/otel/log</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6167">#6167</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Relax minimum Go version to 1.22.0 in various modules. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6073">#6073</a>)</li> <li>The <code>Type</code> name logged for the <code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc</code> client is corrected from <code>otlphttpgrpc</code> to <code>otlptracegrpc</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6143">#6143</a>)</li> <li>The <code>Type</code> name logged for the <code>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc</code> client is corrected from <code>otlphttphttp</code> to <code>otlptracehttp</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6143">#6143</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/edc378fa8d0ce3f00fa8f3939b423436b3f230cf"><code>edc378f</code></a> Release v1.34.0/v0.56.0/v0.10.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6174">#6174</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/e18299f7b785beab822708c6f62f5c1a39955381"><code>e18299f</code></a> log: Make whole Logs API user-facing (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6167">#6167</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/cbc3b6a5bb245ccce687559b92c135d680c5699b"><code>cbc3b6a</code></a> fix(deps): update module google.golang.org/protobuf to v1.36.3 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6166">#6166</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/2dcb9b3b4c086da230651d78a9a24a1c6997b9fa"><code>2dcb9b3</code></a> chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6165">#6165</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/764ae10865d84d29452b2a7448d2f3feae185b2c"><code>764ae10</code></a> fix(deps): update googleapis to 1a7da9e (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6164">#6164</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/f87cced26108ccd58e9c6411731a935ad078e6c2"><code>f87cced</code></a> chore(deps): update module github.com/ldez/exptostd to v0.4.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6163">#6163</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/be76ebfacfd2b3b2ca284cf6726b22ac87a8cbb2"><code>be76ebf</code></a> chore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6162">#6162</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/3e60bd43f8c21bf4e62683fcd7360a415b67f00b"><code>3e60bd4</code></a> fix(deps): update module golang.org/x/vuln to v1.1.4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6161">#6161</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/79b1fc1b9dc3af32b16736e6bf0a7b74c877e48d"><code>79b1fc1</code></a> Fix demo links (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6160">#6160</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-go/commit/4a87cfedc6189a696a3695a90ce53842220b3c58"><code>4a87cfe</code></a> fix(deps): update module google.golang.org/grpc to v1.69.4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6159">#6159</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.33.0...v1.34.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel/sdk&package-manager=go_modules&previous-version=1.33.0&new-version=1.34.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:39:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#618
No description provided.