-
Notifications
You must be signed in to change notification settings - Fork 65
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
Bump the prod-dependencies group with 6 updates #1063
Bump the prod-dependencies group with 6 updates #1063
Conversation
Bumps the prod-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `24.0.5+incompatible` | `24.0.6+incompatible` | | [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.15.2` | `0.16.1` | | [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) | `3.5.0` | `3.5.1` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.27.2` | `0.28.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.27.2` | `0.28.2` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.15.0` | `0.16.2` | Updates `github.com/docker/cli` from 24.0.5+incompatible to 24.0.6+incompatible - [Commits](docker/cli@v24.0.5...v24.0.6) Updates `github.com/google/go-containerregistry` from 0.15.2 to 0.16.1 - [Release notes](https://github.com/google/go-containerregistry/releases) - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml) - [Commits](google/go-containerregistry@v0.15.2...v0.16.1) Updates `gotest.tools/v3` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/gotestyourself/gotest.tools/releases) - [Commits](gotestyourself/gotest.tools@v3.5.0...v3.5.1) Updates `k8s.io/api` from 0.27.2 to 0.28.2 - [Commits](kubernetes/api@v0.27.2...v0.28.2) Updates `k8s.io/client-go` from 0.27.2 to 0.28.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.27.2...v0.28.2) Updates `sigs.k8s.io/controller-runtime` from 0.15.0 to 0.16.2 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.15.0...v0.16.2) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: github.com/google/go-containerregistry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: gotest.tools/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a redhat-openshift-ecosystem member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the 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/test-infra repository. |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. |
Bumps the prod-dependencies group with 6 updates:
24.0.5+incompatible
24.0.6+incompatible
0.15.2
0.16.1
3.5.0
3.5.1
0.27.2
0.28.2
0.27.2
0.28.2
0.15.0
0.16.2
Updates
github.com/docker/cli
from 24.0.5+incompatible to 24.0.6+incompatibleCommits
ed223bc
Merge pull request #4544 from thaJeztah/24.0_backport_fix_events_json_formatfab55e1
cli/command/system: fix "docker events" not supporting --format=json2fcff17
Merge pull request #4537 from thaJeztah/24.0_backort_docs_fixesb74d8e1
Merge pull request #4538 from thaJeztah/24.0_backport_history_test3789f8a
Merge pull request #4542 from thaJeztah/24.0_backport_manifest_derefd3485b9
cli/registry: client.iterateEndpoints: remove check for APIVersion16133802
cli/registry: fix client.pullManifestList not de-referencing manifestb83959e
force TestNewHistoryCommandSuccess to use UTC timezone28a08a2
un-skip history test and fix golden mismatches8e03939
update cli-docs-tool to v0.6.0Updates
github.com/google/go-containerregistry
from 0.15.2 to 0.16.1Release notes
Sourced from github.com/google/go-containerregistry's releases.
Commits
a54d642
fix: pin to goreleaser v1.18 to unblock release (#1763)ea19b57
Return OCI Index content-type for referrers response (#1762)b850480
Drop localhost to support crane registry serve in a container (#1746)fe268b7
Don't try cross-origin mounting against dockerhub (#1743)2472cbb
Let the filesystem handle atomicity (#1735)db818dc
Use RWLock, limit scope of locking, write digest first (#1734)44a6e2e
Allow concurrent blob Sets, use RWMutex (#1733)9010ce1
Correct crane registry help text (#1732)03ad2ac
add --blobs-to-disk to 'crane registry serve' (#1731)4e4b03a
Don't load into daemon if the image already exists (#1724)Updates
gotest.tools/v3
from 3.5.0 to 3.5.1Release notes
Sourced from gotest.tools/v3's releases.
Commits
81cea1a
Merge pull request #275 from gotestyourself/fs-add-godoc-links9af8f4e
fs: add go doc links2891300
Merge pull request #273 from filintod/also-remove-cr-from-file4ed7350
fix lint line length7306428
rebase/fix only doce15fa27
Merge pull request #271 from dnephin/gate-update-flag56c3123
Make assert and golden compatible with other golden packagesUpdates
k8s.io/api
from 0.27.2 to 0.28.2Commits
ba9d27c
Update dependencies to v0.28.2 tag546e425
Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
7315e44
Revert to json-patch 4.12.0962dfd4
Merge pull request #120208mimowo/automated-cherry-pick-of-#120204
37b4561
Mark Job onPodConditions as optional in pod failure policyac59949
Merge remote-tracking branch 'origin/master' into release-1.28e32cee6
Merge pull request #119876 from marosset/revert-118895b582191
Revert "Merge pull request #118895 from RyanAoh/kep-1860"b76dbf0
Avoid returning nil responseKind in v1beta1 aggregated discovery9ab79ea
Merge remote-tracking branch 'origin/master' into release-1.28Updates
k8s.io/client-go
from 0.27.2 to 0.28.2Commits
6030d79
Update dependencies to v0.28.2 tag745513a
Merge pull request #120359Jefftree/automated-cherry-pick-of-#119870
29a840d
Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
805102c
Revert to json-patch 4.12.0fe76ecc
Merge remote-tracking branch 'origin/master' into release-1.28a715d8b
Merge pull request #119876 from marosset/revert-1188953163e5a
Revert "Merge pull request #118895 from RyanAoh/kep-1860"43a6d93
Fallback to legacy discovery on a wider range of conditions in aggregator8d766e7
Avoid returning nil responseKind in v1beta1 aggregated discoverydcfe307
Merge remote-tracking branch 'origin/master' into release-1.28Updates
sigs.k8s.io/controller-runtime
from 0.15.0 to 0.16.2Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
... (truncated)
Commits
7db81c7
Merge pull request #2492 from k8s-infra-cherrypick-robot/cherry-pick-2472-to-...ca2d236
bug: Return NoResourceMatchError when appropriate for backwards compatibility.b40bcb8
[release-0.16] 🐛 Fix returning object after status update (#2490)1cf5b88
Merge pull request #2485 from k8s-infra-cherrypick-robot/cherry-pick-2484-to-...319038d
bug: Fix status subresource getting updated on Update when it is empty580f203
Merge pull request #2483 from k8s-infra-cherrypick-robot/cherry-pick-2479-to-...339df9a
delete copyNonStatusFrom function, change test case descriptionb3c83a2
add test case to show it will not override other status fields when updating74eb8ea
Test showing labels and annotations stored during fake client.Status().Update()f4582ea
update subresource client to not incude metadataDependabot 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