chore(deps): bump the go-modules-root group with 6 updates#835
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the go-modules-root group with 6 updates#835dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the go-modules-root group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/containerd/platforms](https://github.com/containerd/platforms) | `1.0.0-rc.3` | `1.0.0-rc.4` | | [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw) | `0.23.0` | `0.24.0` | | [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.21` | `0.0.22` | | [github.com/moby/moby/api](https://github.com/moby/moby) | `1.54.0` | `1.54.1` | | [github.com/moby/moby/client](https://github.com/moby/moby) | `0.3.0` | `0.4.0` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.42.0` | `1.43.0` | Updates `github.com/containerd/platforms` from 1.0.0-rc.3 to 1.0.0-rc.4 - [Release notes](https://github.com/containerd/platforms/releases) - [Commits](containerd/platforms@v1.0.0-rc.3...v1.0.0-rc.4) Updates `github.com/jaypipes/ghw` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/jaypipes/ghw/releases) - [Commits](jaypipes/ghw@v0.23.0...v0.24.0) Updates `github.com/mattn/go-runewidth` from 0.0.21 to 0.0.22 - [Commits](mattn/go-runewidth@v0.0.21...v0.0.22) Updates `github.com/moby/moby/api` from 1.54.0 to 1.54.1 - [Release notes](https://github.com/moby/moby/releases) - [Commits](moby/moby@api/v1.54.0...api/v1.54.1) Updates `github.com/moby/moby/client` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/moby/moby/releases) - [Changelog](https://github.com/moby/moby/blob/v0.4.0/CHANGELOG.md) - [Commits](moby/moby@v0.3.0...v0.4.0) Updates `go.opentelemetry.io/otel` from 1.42.0 to 1.43.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.42.0...v1.43.0) --- updated-dependencies: - dependency-name: github.com/containerd/platforms dependency-version: 1.0.0-rc.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules-root - dependency-name: github.com/jaypipes/ghw dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-root - dependency-name: github.com/mattn/go-runewidth dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules-root - dependency-name: github.com/moby/moby/api dependency-version: 1.54.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules-root - dependency-name: github.com/moby/moby/client dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-root - dependency-name: go.opentelemetry.io/otel dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules-root ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-modules-root group with 6 updates:
1.0.0-rc.31.0.0-rc.40.23.00.24.00.0.210.0.221.54.01.54.10.3.00.4.01.42.01.43.0Updates
github.com/containerd/platformsfrom 1.0.0-rc.3 to 1.0.0-rc.4Release notes
Sourced from github.com/containerd/platforms's releases.
Commits
09756f5Merge pull request #33 from dmcgowan/only-os3a284c1Merge pull request #31 from dmcgowan/windows-strip-features1e75776Merge pull request #30 from thaJeztah/platforms_refactoradbf321Strip the win32k when comparing windows platforms27058a1Add OnlyOS function allow matching any architectured028ee3ParseAll: refactor8f5e31aFormatAll: use a string-builder for formatting os-options0165130modernize --fixf453a3ago.mod: bump minimum go version to go1.24042728dadd benchmark for Parse, FormatAllUpdates
github.com/jaypipes/ghwfrom 0.23.0 to 0.24.0Release notes
Sourced from github.com/jaypipes/ghw's releases.
Commits
b026dd2Merge pull request #460 from jaypipes/context-from-env4e7ac7ause ContextFromEnv() when no args passed to Info()651a76eMerge pull request #454 from sewnie/main53d5f8fcodeorg: decouple cmd dependencies using go work1600827codeorg: remove dependency on testify31ad85dMerge pull request #455 from jaypipes/update-gh-workflowsd6efcd5update Github Actions workflows for more modern Go168d775Merge pull request #450 from jaypipes/use-builtin-errors022b1ebcodeorg: remove dependency on github.com/pkg/errorsUpdates
github.com/mattn/go-runewidthfrom 0.0.21 to 0.0.22Commits
41dc6c5Merge pull request #92 from mattn/stringwidth-single-rune-fast-path254e529optimize single-rune StringWidthUpdates
github.com/moby/moby/apifrom 1.54.0 to 1.54.1Release notes
Sourced from github.com/moby/moby/api's releases.
Commits
a3d12a2Merge pull request #52293 from vvoland/dropreplacef1b420bDrop replace rulesef0a1e4Merge pull request #52277 from nvsahana/fix-typos-comments4436298Merge pull request #52172 from Wang-squirrel/dev_1e39d2cdMerge pull request #52291 from thaJeztah/update_authors_mailmap359ce1cMerge pull request #52290 from thaJeztah/client_flip_args07a5e92Fix typos and misspellings in comments, tests, and docsc493753Merge pull request #52170 from thaJeztah/no_mod6604bd0update AUTHORS and .mailmap88b79acMerge pull request #52075 from htoyoda18/fix/swarm-event-handlingUpdates
github.com/moby/moby/clientfrom 0.3.0 to 0.4.0Release notes
Sourced from github.com/moby/moby/client's releases.
Changelog
Sourced from github.com/moby/moby/client's changelog.
Commits
a8ae398Bumped version to 0.4.07a4408fMerge pull request #794 from dotcloud/780-diff-fix2854039bremove TrimLeft as it's go1.1070923bMerge pull request #792 from dotcloud/780-diff-fix71b1657added test1bafe9dMerge pull request #793 from dotcloud/774-remove_login_check_on_pull-fix1ce4ba6remove check on login2b1b3c1Merge pull request #784 from dotcloud/remove_cgo_dependency8243f25Update test to reflect new ApiInfo struct0443cc3Merge pull request #772 from dotcloud/improve_version_info_cmdsUpdates
go.opentelemetry.io/otelfrom 1.42.0 to 1.43.0Changelog
Sourced from go.opentelemetry.io/otel's changelog.
Commits
9276201Release v1.43.0 / v0.65.0 / v0.19.0 (#8128)61b8c94chore(deps): update module github.com/mattn/go-runewidth to v0.0.22 (#8131)97a086echore(deps): update github.com/golangci/dupl digest to c99c5cf (#8122)5e363delimit response body size for OTLP HTTP exporters (#8108)35214b6Use an absolute path when calling bsd kenv (#8113)290024cfix(deps): update module google.golang.org/grpc to v1.80.0 (#8121)e70658efix: support getBody in otelploghttp (#8096)4afe468fix(deps): update googleapis to 9d38bb4 (#8117)b9ca729chore(deps): update module github.com/go-git/go-git/v5 to v5.17.2 (#8115)69472ecchore(deps): update fossas/fossa-action action to v1.9.0 (#8118)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 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