build(deps): bump the minor-and-patch group across 1 directory with 6 updates#27
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): bump the minor-and-patch group across 1 directory with 6 updates#27dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
… updates Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.6.0` | `0.7.0` | | [github.com/xraph/forge](https://github.com/xraph/forge) | `1.6.0` | `1.6.2` | | [go.mongodb.org/mongo-driver/v2](https://github.com/mongodb/mongo-go-driver) | `2.5.0` | `2.6.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.35.0` | `0.36.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.0` | `0.36.0` | Updates `github.com/docker/go-connections` from 0.6.0 to 0.7.0 - [Commits](docker/go-connections@v0.6.0...v0.7.0) Updates `github.com/xraph/forge` from 1.6.0 to 1.6.2 - [Release notes](https://github.com/xraph/forge/releases) - [Changelog](https://github.com/xraph/forge/blob/main/CHANGELOG.md) - [Commits](xraph/forge@v1.6.0...v1.6.2) Updates `go.mongodb.org/mongo-driver/v2` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v2.5.0...v2.6.0) Updates `k8s.io/api` from 0.35.0 to 0.36.0 - [Commits](kubernetes/api@v0.35.0...v0.36.0) Updates `k8s.io/apimachinery` from 0.35.0 to 0.36.0 - [Commits](kubernetes/apimachinery@v0.35.0...v0.36.0) Updates `k8s.io/client-go` from 0.35.0 to 0.36.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: github.com/docker/go-connections dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/xraph/forge dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: go.mongodb.org/mongo-driver/v2 dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: k8s.io/api dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: k8s.io/apimachinery dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: k8s.io/client-go dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 minor-and-patch group with 5 updates in the / directory:
0.6.00.7.01.6.01.6.22.5.02.6.00.35.00.36.00.35.00.36.0Updates
github.com/docker/go-connectionsfrom 0.6.0 to 0.7.0Commits
7997b0fMerge pull request #156 from thaJeztah/bump_go_winio329724achore(deps): bump github.com/Microsoft/go-winio v0.6.2161dc9bMerge pull request #155 from thaJeztah/pin_actionsb115e42Merge pull request #154 from thaJeztah/fix_non_linux_tests4c35b2aci: pin actions to shab4454a6tlsconfig: make root pool tests deterministic across platforms0819711tlsconfig: certPool: pass options as argument0329635tlsconfig: rename some vars that shadowed894d811Merge pull request #150 from thaJeztah/deprecate_SystemCertPool0a1293aMerge pull request #153 from thaJeztah/chachachaUpdates
github.com/xraph/forgefrom 1.6.0 to 1.6.2Release notes
Sourced from github.com/xraph/forge's releases.
... (truncated)
Changelog
Sourced from github.com/xraph/forge's changelog.
Commits
80f5e19Merge branch 'main' of github.com:xraph/forge6e53722feat(contributor): implement header forwarding and proxying for remote page r...405d586feat(dashboard): implement remote contributor registration and management wit...e3ad829docs(changelog): update CHANGELOG.md for v1.6.140b2ddcRefactor dashboard extension to support remote contributors15a7889Merge branch 'main' of github.com:xraph/forge9d521dafix(dashboard): refactor contributor registration to handle early returns cor...dfb1d91docs(changelog): update CHANGELOG.md for v1.6.0Updates
go.mongodb.org/mongo-driver/v2from 2.5.0 to 2.6.0Release notes
Sourced from go.mongodb.org/mongo-driver/v2's releases.
... (truncated)
Commits
fd85a83BUMP v2.6.052b385dGODRIVER-3829 Cleanup skip list. (#2369)71375d7Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.1...65f4e94GODRIVER-3870 Use a generic type parameter for retry func in overload code ex...00ab776GODRIVER-3849 Update backpressure errors handling examples. (#2365)fa56c25Bump github/codeql-action from 4.35.1 to 4.35.2 in the actions group (#2367)4ee727eGODRIVER-3844 AddmaxAdaptiveRetriesandenableOverloadRetargetingoption...881269aGODRIVER-3810 Update WithTransaction to raise timeout error. (#2344)c1d47f7Bump actions/upload-artifact from 7.0.0 to 7.0.1 in the actions group (#2361)9a15470GODRIVER-3658 Implement backpressure retry logic. (#2353)Updates
k8s.io/apifrom 0.35.0 to 0.36.0Commits
545bb97Update dependencies to v0.36.0 tag879d396Merge remote-tracking branch 'origin/master' into release-1.36030d81fUpdate github.com/moby/spdystream from v0.5.0 to v0.5.1aef6eb6Add granular authorization for DRA ResourceClaim status updates91061eaMerge pull request #136589 from tosi3k/preemption-modee6b81e2Add Workload-Aware Preemption fields to Workload and PodGroup APIsf8fce2eMerge pull request #136989 from nojnhuh/podgroup-resourceclaimb928f5eWorkload API: PodGroup ResourceClaims (KEP-5729)61bd78eMerge pull request #137190 from everpeace/KEP-5491-alpha6bf46ebMerge pull request #137028 from nmn3m/feature/dra-resource-pool-statusUpdates
k8s.io/apimachineryfrom 0.35.0 to 0.36.0Commits
debe1ebUpdate dependencies to v0.36.0 tagefb7f26Merge remote-tracking branch 'origin/master' into release-1.36d966e56Update github.com/moby/spdystream from v0.5.0 to v0.5.179b3632Merge pull request #137864 from yongruilin/dv-dra-mismatcha8822f7Add slice and map union member support with tests7dba2d0Use IsZero instead of IsNil for union ratcheting checkd95710fFix union validation ratcheting when oldObj is nil729062dMerge pull request #137849 from bryantbiggs/deps/update-kube-openapi13b12e6dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps27f4670Merge pull request #136657 from Jefftree/sharding-testUpdates
k8s.io/client-gofrom 0.35.0 to 0.36.0Commits
1d95f02Update dependencies to v0.36.0 tagf22a53eMerge remote-tracking branch 'origin/master' into release-1.36a948641Update github.com/moby/spdystream from v0.5.0 to v0.5.17e44ffcAdd Workload-Aware Preemption fields to Workload and PodGroup APIsdf2d882Merge pull request #136989 from nojnhuh/podgroup-resourceclaim4eece52Workload API: PodGroup ResourceClaims (KEP-5729)3d35c51Merge pull request #137190 from everpeace/KEP-5491-alpha0434117Merge pull request #137028 from nmn3m/feature/dra-resource-pool-statusba785beDrop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...4a9c878Add ResourcePoolStatusRequest API types and generated codeDependabot 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