Skip to content

Bump go.opentelemetry.io/otel from 1.37.0 to 1.41.0#449

Closed
dependabot[bot] wants to merge 578 commits into
mainfrom
dependabot/go_modules/go.opentelemetry.io/otel-1.41.0
Closed

Bump go.opentelemetry.io/otel from 1.37.0 to 1.41.0#449
dependabot[bot] wants to merge 578 commits into
mainfrom
dependabot/go_modules/go.opentelemetry.io/otel-1.41.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Copy link
Copy Markdown
Contributor

Bumps go.opentelemetry.io/otel from 1.37.0 to 1.41.0.

Changelog

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

[1.41.0/0.63.0/0.17.0/0.0.15] 2026-03-02

This release is the last to support [Go 1.24]. The next release will require at least [Go 1.25].

Added

  • Support testing of [Go 1.26]. (#7902)

Fixed

  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#7914)

[1.40.0/0.62.0/0.16.0] 2026-02-02

Added

  • Add AlwaysRecord sampler in go.opentelemetry.io/otel/sdk/trace. (#7724)
  • Add Enabled method to all synchronous instrument interfaces (Float64Counter, Float64UpDownCounter, Float64Histogram, Float64Gauge, Int64Counter, Int64UpDownCounter, Int64Histogram, Int64Gauge,) in go.opentelemetry.io/otel/metric. This stabilizes the synchronous instrument enabled feature, allowing users to check if an instrument will process measurements before performing computationally expensive operations. (#7763)
  • Add go.opentelemetry.io/otel/semconv/v1.39.0 package. The package contains semantic conventions from the v1.39.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.38.0. (#7783, #7789)

Changed

  • Improve the concurrent performance of HistogramReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar by 4x. (#7443)
  • Improve the concurrent performance of FixedSizeReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar. (#7447)
  • Improve performance of concurrent histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#7474)
  • Improve performance of concurrent synchronous gauge measurements in go.opentelemetry.io/otel/sdk/metric. (#7478)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric. (#7492)
  • Exporter in go.opentelemetry.io/otel/exporters/prometheus ignores metrics with the scope go.opentelemetry.io/contrib/bridges/prometheus. This prevents scrape failures when the Prometheus exporter is misconfigured to get data from the Prometheus bridge. (#7688)
  • Improve performance of concurrent exponential histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#7702)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#7854)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#7854)

Fixed

  • Fix bad log message when key-value pairs are dropped because of key duplication in go.opentelemetry.io/otel/sdk/log. (#7662)
  • Fix DroppedAttributes on Record in go.opentelemetry.io/otel/sdk/log to not count the non-attribute key-value pairs dropped because of key duplication. (#7662)
  • Fix SetAttributes on Record in go.opentelemetry.io/otel/sdk/log to not log that attributes are dropped when they are actually not dropped. (#7662)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to correctly handle HTTP/2 GOAWAY frame. (#7794)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for ioreg command on Darwin (macOS). (#7818)

... (truncated)

Commits
  • 4575a97 Release 1.41.0/0.63.0/0.17.0/0.0.15 (#7977)
  • 66fc10d fix: add error handling for insecure HTTP endpoints with TLS client configura...
  • 76e6eec chore(deps): update github/codeql-action action to v4.32.5 (#7980)
  • 0d50f90 Revert "Generate semconv/v1.40.0" (#7978)
  • c38a4a5 Generate semconv/v1.40.0 (#7929)
  • 0f1a224 chore(deps): update module github.com/securego/gosec/v2 to v2.23.0 (#7899)
  • c79ebf4 chore(deps): update module github.com/daixiang0/gci to v0.14.0 (#7973)
  • f758157 chore(deps): update module github.com/sonatard/noctx to v0.5.0 (#7968)
  • 92a1164 fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to d566b...
  • 3cd7c27 chore(deps): update module github.com/protonmail/go-crypto to v1.4.0 (#7969)
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

matthewmcnew and others added 30 commits July 13, 2021 16:18
- This allows the contents of --local-source to be deterministic based on contents
- Allows the uploader test resilient to digest changes
Add support to read descriptor from stdin with a "-"
Only delete temporary tar after it has been written to registry
- add kp config canonical-repository
- add kp config canonical-service-account
Use e as shorthard for env flag in image commands
- Show configured source (image spec)
- Show latest successful and failed build git revision if git source

fix #188
Migrate kpack client to build api v1alpha2
- Use new kpack api packages
Migrate to new v1alpha2 image cache config
- enables testing of main package functions
- slims main package
- allows reuse of main package functions in docs main package which generates docs
- rework diffing logic for new import flow
write all imported resources to the same image
Add image-resource alias to image command
- Always read and write from the new and old sets of keys when writing
- When reading they keys, use the new keys first
- Only set relevent keys when writing the config map (new behavior)
Daniel Chen and others added 20 commits January 23, 2024 16:23
Change the output of import commands to return arrays
Bump github.com/spf13/cobra from 1.7.0 to 1.8.1
Signed-off-by: Robert Gogolok <robert.gogolok@stackit.cloud>
Signed-off-by: Robert Gogolok <robert.gogolok@stackit.cloud>
Signed-off-by: Robert Gogolok <gogolok@gmail.com>
Provide required permissions and remove obsolete 'token' field.

Signed-off-by: Robert Gogolok <robert.gogolok@stackit.cloud>
- Add 'kp clusterlifecycle create' - Create cluster-scoped lifecycle
- Add 'kp clusterlifecycle delete' - Delete cluster lifecycle
- Add 'kp clusterlifecycle list' - List all cluster lifecycles
- Add 'kp clusterlifecycle patch' - Patch existing lifecycle
- Add 'kp clusterlifecycle save' - Create or patch lifecycle
- Add 'kp clusterlifecycle status' - Display lifecycle status

- Add deprecation warning to 'kp lifecycle patch' command
- Directs users to use 'kp clusterlifecycle' commands instead
- Fix bug in UpdateLifecycle method to use Spec.ImageSource.Image instead of Spec.Image
- Fix typo in patch command documentation ('the the' -> 'the')
- Add comment to compatibility layer explaining ErrV1alpha2Required behavior
…mmand

feat: add ClusterLifecycle command and deprecate lifecycle command
…ildpack support (#434)

* feat: Migrate kp import to v1 API with ClusterLifecycle and ClusterBuildpack support

This PR migrates the kp import command to use the new v1 API (kp.kpack.io/v1)
with support for ClusterLifecycle and ClusterBuildpack CRDs.

API Version Migration:
- Update dependency descriptor to support kp.kpack.io/v1 API version
- Add automatic conversion from v1alpha1 and v1alpha3 descriptors to v1
- Replace ConfigMap-based lifecycle management with ClusterLifecycle CRDs

ClusterLifecycle Support:
- Import creates ClusterLifecycle resources instead of updating the lifecycle ConfigMap
- Support for multiple named lifecycles in a single descriptor
- Add defaultClusterLifecycle field for aliasing (creates a 'default-lifecycle' alias)
- Lifecycle images are pre-loaded (relocated) to the default repository

ClusterBuildpack Support:
- Add new clusterBuildpacks section to dependency descriptor
- Support for standalone buildpack images (not part of a store)
- Add defaultClusterBuildpack field for aliasing (creates a 'default' alias)
- Buildpack images are pre-loaded (relocated) to the default repository
- Buildpack image validation (checks for io.buildpacks.buildpackage.metadata label)

ClusterBuilder Improvements:
- Skip store reference in ClusterBuilder when clusterStore field is empty
- Allows builders that only use ClusterBuildpacks without a ClusterStore

Code Organization:
- Move descriptor types and conversion logic to pkg/import/descriptor/
- Separate files for each API version (v1alpha1.go, v1alpha3.go, v1.go)
- Add LastAppliedConfiguration annotation to ClusterLifecycle and ClusterBuildpack

Backward Compatibility:
- v1alpha1 and v1alpha3 descriptors are automatically converted to v1 format
- Existing descriptors continue to work without modification
- The lifecycle field in v1alpha3 is converted to a ClusterLifecycle named 'default-lifecycle'

* Fix: comment update to reflect new pkg name

---------

Co-authored-by: Neil Hickey <neil-hickey@users.noreply.github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0.
- [Commits](golang/crypto@v0.43.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.37.0 to 1.41.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.41.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.41.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 24, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 24, 2026 20:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 24, 2026
@tomkennedy513 tomkennedy513 force-pushed the dependabot/go_modules/go.opentelemetry.io/otel-1.41.0 branch from 4297a32 to 21a303c Compare May 6, 2026 14:52
@dependabot @github

dependabot Bot commented on behalf of github May 6, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/go_modules/go.opentelemetry.io/otel-1.41.0 branch May 6, 2026 14:52
@tomkennedy513 tomkennedy513 restored the dependabot/go_modules/go.opentelemetry.io/otel-1.41.0 branch May 6, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.