-
Notifications
You must be signed in to change notification settings - Fork 17
Bump the go-deps group with 6 updates #401
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
base: master
Are you sure you want to change the base?
Conversation
Bumps the go-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` | | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` | | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` | Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) Updates `go.opentelemetry.io/otel` from 1.37.0 to 1.38.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.38.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.37.0 to 1.38.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.38.0) Updates `go.opentelemetry.io/otel/sdk` from 1.37.0 to 1.38.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.38.0) Updates `go.opentelemetry.io/otel/trace` from 1.37.0 to 1.38.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.38.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: go.opentelemetry.io/otel dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: go.opentelemetry.io/otel/trace dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
MCK 1.3.0 Release NotesNew FeaturesMulti-Architecture SupportWe've added comprehensive multi-architecture support for the kubernetes operator. This enhancement enables deployment on IBM Power (ppc64le) and IBM Z (s390x) architectures alongside
Bug Fixes
Other Changes
|
Bumps the go-deps group with 6 updates:
1.9.1
1.10.1
1.10.0
1.11.1
1.37.0
1.38.0
1.37.0
1.38.0
1.37.0
1.38.0
1.37.0
1.38.0
Updates
github.com/spf13/cobra
from 1.9.1 to 1.10.1Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
7da941c
chore: Bump pflag to v1.0.9 (#2305)51d6751
Bump pflag to 1.0.8 (#2303)3f3b818
Update README.md with new logodcaf42e
Add Periscope to the list of projects using Cobra (#2299)6dec1ae
The default ShellCompDirective can be customized for a command and its subcom...c8289c1
chore(golangci-lint): add some exclusion presets4af7b64
refactor: apply golangci-lint autofixes, work around false positives75790e4
chore(golangci-lint): upgrade to v2db3ddb5
Adding sponsorship to README.md67171d6
putting sponsorship below headerUpdates
github.com/stretchr/testify
from 1.10.0 to 1.11.1Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
2a57335
Merge pull request #1788 from brackendawson/1785-backport-1.11af8c912
Backport #1786 to release/1.11b7801fb
Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...69831f3
build(deps): bump actions/checkout from 4 to 5a53be35
Improve captureTestingT helperaafb604
mock: improve formatting of error message7218e03
improve error msg929a212
Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filteringbc7459e
suite: faster filtering of methods (-testify.m)7d37b5c
suite: refactor methodFilterUpdates
go.opentelemetry.io/otel
from 1.37.0 to 1.38.0Changelog
Sourced from go.opentelemetry.io/otel's changelog.
... (truncated)
Commits
84e3f3a
Release v1.38.0 (#7271)18424a4
Add tests for attribute JSON marshalling (#7268)9798759
Statically define trace observability attributes (#7263)be1e57f
Refactor BSP observability setup (#7264)d99c68c
chore(deps): update module github.com/mgechev/revive to v1.12.0 (#7269)0724539
Add benchmark for set equality (#7262)5358fd7
Upgrade semconv dependencies to v1.37.0 (#7260)25d0274
fix(deps): update module github.com/stretchr/testify to v1.11.1 (#7261)d0cab86
prometheus: Add support for setting Translation Strategy config option (#7111)3342341
Generate thesemconv/v1.37.0
packages (#7254)Updates
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
from 1.37.0 to 1.38.0Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's changelog.
... (truncated)
Commits
84e3f3a
Release v1.38.0 (#7271)18424a4
Add tests for attribute JSON marshalling (#7268)9798759
Statically define trace observability attributes (#7263)be1e57f
Refactor BSP observability setup (#7264)d99c68c
chore(deps): update module github.com/mgechev/revive to v1.12.0 (#7269)0724539
Add benchmark for set equality (#7262)5358fd7
Upgrade semconv dependencies to v1.37.0 (#7260)25d0274
fix(deps): update module github.com/stretchr/testify to v1.11.1 (#7261)d0cab86
prometheus: Add support for setting Translation Strategy config option (#7111)3342341
Generate thesemconv/v1.37.0
packages (#7254)Updates
go.opentelemetry.io/otel/sdk
from 1.37.0 to 1.38.0Changelog
Sourced from go.opentelemetry.io/otel/sdk's changelog.
... (truncated)
Commits
84e3f3a
Release v1.38.0 (#7271)18424a4
Add tests for attribute JSON marshalling (#7268)9798759
Statically define trace observability attributes (#7263)be1e57f
Refactor BSP observability setup (#7264)d99c68c
chore(deps): update module github.com/mgechev/revive to v1.12.0 (#7269)0724539
Add benchmark for set equality (#7262)5358fd7
Upgrade semconv dependencies to v1.37.0 (#7260)25d0274
fix(deps): update module github.com/stretchr/testify to v1.11.1 (#7261)d0cab86
prometheus: Add support for setting Translation Strategy config option (#7111)3342341
Generate thesemconv/v1.37.0
packages (#7254)Updates
go.opentelemetry.io/otel/trace
from 1.37.0 to 1.38.0Changelog
Sourced from go.opentelemetry.io/otel/trace's changelog.
... (truncated)
Commits
84e3f3a
Release v1.38.0 (#7271)18424a4
Add tests for attribute JSON marshalling (#7268)9798759
Statically define trace observability attributes (#7263)be1e57f
Refactor BSP observability setup (#7264)d99c68c
chore(deps): update module github.com/mgechev/revive to v1.12.0 (#7269)0724539
Add benchmark for set equality (#7262)5358fd7
Upgrade semconv dependencies to v1.37.0 (#7260)25d0274
fix(deps): update module github.com/stretchr/testify to v1.11.1 (#7261)d0cab86
prometheus: Add support for setting Translation Strategy config option (#7111)3342341
Generate thesemconv/v1.37.0
packages (#7254)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 <dependency name> major version
will 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 version
will 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