Bump the github-dependencies group across 1 directory with 11 updates
Bumps the github-dependencies group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/prometheus/common | 0.52.3 |
0.53.0 |
| github.com/prometheus/procfs | 0.13.0 |
0.14.0 |
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc | 0.50.0 |
0.51.0 |
| golang.org/x/oauth2 | 0.19.0 |
0.20.0 |
| golang.org/x/sys | 0.19.0 |
0.20.0 |
| golang.org/x/term | 0.19.0 |
0.20.0 |
| golang.org/x/text | 0.14.0 |
0.15.0 |
| google.golang.org/protobuf | 1.33.0 |
1.34.0 |
Updates github.com/prometheus/common from 0.52.3 to 0.53.0
Release notes
Sourced from github.com/prometheus/common's releases.
v0.53.0
What's Changed
- Add StatusAt method for Alert struct by
@grobinson-grafanain prometheus/common#618- config: allow exposing real secret value through marshal by
@GiedriusSin prometheus/common#487- Fix up config test by
@SuperQin prometheus/common#621- LabelSet.String: restore faster sort call by
@bborehamin prometheus/common#619- LabelSet: add unit test for String method by
@bborehamin prometheus/common#620New Contributors
@grobinson-grafanamade their first contribution in prometheus/common#618@GiedriusSmade their first contribution in prometheus/common#487Full Changelog: https://github.com/prometheus/common/compare/v0.52.3...v0.53.0
Commits
e54e4dfMerge pull request #620 from bboreham/test-stringe25b951Merge pull request #619 from bboreham/restore-sortc1b9b72Fix up config test (#621)de5ed88Merge pull request #487 from GiedriusS/allow_exposing_real_valueea817bbMerge pull request #618 from grobinson-grafana/grobinson/add-status-ata1ca958LabelSet: add unit test for String methodbe294f1LabelSet.String: restore faster sort call506a12cFix commentfb6970aAdd StatusAt method for Alert struct- See full diff in compare view
Updates github.com/prometheus/procfs from 0.13.0 to 0.14.0
Release notes
Sourced from github.com/prometheus/procfs's releases.
v0.14.0
What's Changed
- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/procfs#613- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/procfs#615- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/procfs#616- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/procfs#621- Revert add avgRTT to nfs mountstats #487 by
@SuperQin prometheus/procfs#625- style: returns procfs build-in error like other parsing methods by
@weidongklin prometheus/procfs#630- update MAINTAINERS.md by
@pgierin prometheus/procfs#629- *:
s/(%v|%s)/%wand usego1.20by@rexagodin prometheus/procfs#617- chore: Use kernel-compliant types for
{U,G}IDsby@rexagodin prometheus/procfs#620- Update Go versions by
@SuperQin prometheus/procfs#632- fix: same TCP connection appears twice by
@weidongklin prometheus/procfs#631- Revert "fix: same TCP connection appears twice" by
@SuperQin prometheus/procfs#633New Contributors
@rexagodmade their first contribution in prometheus/procfs#617Full Changelog: https://github.com/prometheus/procfs/compare/v0.13.0...v0.14.0
Commits
6bec248Revert "fix: same TCP connection appears twice (#631)" (#633)987bedcfix: same TCP connection appears twice (#631)ee70db2Merge pull request #632 from prometheus/superq/1.220fdebd3chore: Use kernel-compliant types for{U,G}IDs(#620)faa3526Update Go versions69fc8f6*:s/(%v|%s)/%wand usego1.20(#617)eac8540update MAINTAINERS.md (#629)3387ec6style: returns procfs build-in error like other parsing methods (#630)5819c81Revert add avgRTT to nfs mountstats #487 (#625)c5ada8dUpdate common Prometheus files- Additional commits viewable in compare view
Updates go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.50.0 to 0.51.0
Release notes
Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases.
Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0
Added
NewSDKingo.opentelemetry.io/contrib/confignow returns a configured SDK with a validMeterProvider. (#4804)Changed
- Change the scope name for the prometheus bridge to
go.opentelemetry.io/contrib/bridges/prometheusto match the package. (#5396)Fixed
- Fix bug where an empty exemplar was added to counters in
go.opentelemetry.io/contrib/bridges/prometheus. (#5395)- Fix bug where the last histogram bucket was missing in
go.opentelemetry.io/contrib/bridges/prometheus. (#5395)Full Changelog: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.25.0...v1.26.0
Release v1.25.0/v0.50.0/v0.19.0/v0.5.0/v0.0.1
Added
- Implemented setting the
cloud.resource_idresource attribute ingo.opentelemetry.io/detectors/aws/ecsbased on the ECS Metadata v4 endpoint. (#5091)- The
go.opentelemetry.io/contrib/bridges/otelslogmodule. This module provides an OpenTelemetry logging bridge for "log/slog". (#5335)Fixed
- Update all dependencies to address [GO-2024-2687]. (#5359)
Removed
Full Changelog: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.24.0...v1.25.0
Release v1.24.0/v0.49.0/v0.18.0/v0.4.0
This release is the last to support Go 1.20. The next release will require at least [Go 1.21].
Added
- Support [Go 1.22]. (#5082)
- Add support for Summary metrics to
go.opentelemetry.io/contrib/bridges/prometheus. (#5089)- Add support for Exponential (native) Histograms in
go.opentelemetry.io/contrib/bridges/prometheus. (#5093)Removed
- The deprecated
RequestCountconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)- The deprecated
RequestContentLengthconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)- The deprecated
ResponseContentLengthconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)- The deprecated
ServerLatencyconstant ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis removed. (#4894)
... (truncated)
Changelog
Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's changelog.
[1.26.0/0.51.0/0.20.0/0.6.0/0.1.0] - 2024-04-24
Added
NewSDKingo.opentelemetry.io/contrib/confignow returns a configured SDK with a validMeterProvider. (#4804)Changed
- Change the scope name for the prometheus bridge to
go.opentelemetry.io/contrib/bridges/prometheusto match the package. (#5396)Fixed
Commits
8c7c4deRelease v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0 (#5426)fed6e67[chore] dependabot updates Sun Apr 21 19:39:24 UTC 2024 (#5419)30ed923HTTP Semconv migration Part1 Server - v1.20.0 support (#5333)0ebeecfchange the scope name for the prometheus bridge to match the package (#5396)e90376cFix bug where an empty exemplar was added to counters (#5395)2faced4dependabot updates Sun Apr 14 19:43:32 UTC 2024 (#5394)d8b068ebuild(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (#5393)07d8068config: NewSDK can return valid MeterProvider (#4804)7a9e861Add benchmarks for the prometheus bridge (#5364)b343370build(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#5369)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel from 1.25.0 to 1.26.0
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
[1.26.0/0.48.0/0.2.0-alpha] 2024-04-24
Added
- Add
Recorderingo.opentelemetry.io/otel/log/logtestto facilitate testing the log bridge implementations. (#5134)- Add span flags to OTLP spans and links exported by
go.opentelemetry.io/otel/exporters/otlp/otlptrace. (#5194)- Make the initial alpha release of
go.opentelemetry.io/otel/sdk/log. This new module contains the Go implementation of the OpenTelemetry Logs SDK. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- Make the initial alpha release of
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. This new module contains an OTLP exporter that transmits log telemetry using HTTP. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- Make the initial alpha release of
go.opentelemetry.io/otel/exporters/stdout/stdoutlog. This new module contains an exporter prints log records to STDOUT. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- The
go.opentelemetry.io/otel/semconv/v1.25.0package. The package contains semantic conventions from thev1.25.0version of the OpenTelemetry Semantic Conventions. (#5254)Changed
Commits
9656d0aRelease 1.26.0/0.48.0/0.2.0-alpha (#5260)29e1c7eAdd custom ring implementation to the BatchProcessor (#5237)baeb560sdk/log: Fix doc for LoggerProvider.ForceFlush and LoggerProvider.Shutdown (#...ae55e29Remove left-over TODO in otlploghttp (#5256)fe8e3a1Semconv v1.25.0 (#5254)bf37c5aRevert the usage ofgo.opentelemetry.io/proto/slim(#5253)b34cfc4Default implementation for empty BatchProcessor (#5239)9370c5aImplement resource serialization for stdoutlog (#5213)6e92163otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (#5222)f885333build(deps): bump golang.org/x/vuln in /internal/tools (#5245)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/metric from 1.25.0 to 1.26.0
Changelog
Sourced from go.opentelemetry.io/otel/metric's changelog.
[1.26.0/0.48.0/0.2.0-alpha] 2024-04-24
Added
- Add
Recorderingo.opentelemetry.io/otel/log/logtestto facilitate testing the log bridge implementations. (#5134)- Add span flags to OTLP spans and links exported by
go.opentelemetry.io/otel/exporters/otlp/otlptrace. (#5194)- Make the initial alpha release of
go.opentelemetry.io/otel/sdk/log. This new module contains the Go implementation of the OpenTelemetry Logs SDK. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- Make the initial alpha release of
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. This new module contains an OTLP exporter that transmits log telemetry using HTTP. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- Make the initial alpha release of
go.opentelemetry.io/otel/exporters/stdout/stdoutlog. This new module contains an exporter prints log records to STDOUT. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- The
go.opentelemetry.io/otel/semconv/v1.25.0package. The package contains semantic conventions from thev1.25.0version of the OpenTelemetry Semantic Conventions. (#5254)Changed
Commits
9656d0aRelease 1.26.0/0.48.0/0.2.0-alpha (#5260)29e1c7eAdd custom ring implementation to the BatchProcessor (#5237)baeb560sdk/log: Fix doc for LoggerProvider.ForceFlush and LoggerProvider.Shutdown (#...ae55e29Remove left-over TODO in otlploghttp (#5256)fe8e3a1Semconv v1.25.0 (#5254)bf37c5aRevert the usage ofgo.opentelemetry.io/proto/slim(#5253)b34cfc4Default implementation for empty BatchProcessor (#5239)9370c5aImplement resource serialization for stdoutlog (#5213)6e92163otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (#5222)f885333build(deps): bump golang.org/x/vuln in /internal/tools (#5245)- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel/trace from 1.25.0 to 1.26.0
Changelog
Sourced from go.opentelemetry.io/otel/trace's changelog.
[1.26.0/0.48.0/0.2.0-alpha] 2024-04-24
Added
- Add
Recorderingo.opentelemetry.io/otel/log/logtestto facilitate testing the log bridge implementations. (#5134)- Add span flags to OTLP spans and links exported by
go.opentelemetry.io/otel/exporters/otlp/otlptrace. (#5194)- Make the initial alpha release of
go.opentelemetry.io/otel/sdk/log. This new module contains the Go implementation of the OpenTelemetry Logs SDK. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- Make the initial alpha release of
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. This new module contains an OTLP exporter that transmits log telemetry using HTTP. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- Make the initial alpha release of
go.opentelemetry.io/otel/exporters/stdout/stdoutlog. This new module contains an exporter prints log records to STDOUT. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- The
go.opentelemetry.io/otel/semconv/v1.25.0package. The package contains semantic conventions from thev1.25.0version of the OpenTelemetry Semantic Conventions. (#5254)Changed
Commits
9656d0aRelease 1.26.0/0.48.0/0.2.0-alpha (#5260)29e1c7eAdd custom ring implementation to the BatchProcessor (#5237)baeb560sdk/log: Fix doc for LoggerProvider.ForceFlush and LoggerProvider.Shutdown (#...ae55e29Remove left-over TODO in otlploghttp (#5256)fe8e3a1Semconv v1.25.0 (#5254)bf37c5aRevert the usage ofgo.opentelemetry.io/proto/slim(#5253)b34cfc4Default implementation for empty BatchProcessor (#5239)9370c5aImplement resource serialization for stdoutlog (#5213)6e92163otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (#5222)f885333build(deps): bump golang.org/x/vuln in /internal/tools (#5245)- Additional commits viewable in compare view
Updates golang.org/x/oauth2 from 0.19.0 to 0.20.0
Commits
84cb9f7oauth2: fix typo in comment4b7f0bdgo.mod: update cloud.google.com/go/compute/metadata dependencye11eea8microsoft: added DeviceAuthURL to AzureADEndpoint- See full diff in compare view
Updates golang.org/x/sys from 0.19.0 to 0.20.0
Commits
7d69d98unix: extend support for z/OS7758090cpu: add support for sve2 detection9a28524windows: drop go version tags for unsupported versions27dc90bunix: update to Linux kernel 6.4- See full diff in compare view
Updates golang.org/x/term from 0.19.0 to 0.20.0
Commits
46c790fgo.mod: update golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/text from 0.14.0 to 0.15.0
Commits
8d533a0encoding/charmap: update UCM spec file URL prefix- See full diff in compare view
Updates google.golang.org/protobuf from 1.33.0 to 1.34.0
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign jsafrane for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/lgtm /assign @jsafrane
Looks like these dependencies are updatable in another way, so this is no longer needed.