-
Notifications
You must be signed in to change notification settings - Fork 7
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
[release-v1.17][gomod]: Bump the patch group across 1 directory with 8 updates #1496
base: release-v1.17
Are you sure you want to change the base?
[release-v1.17][gomod]: Bump the patch group across 1 directory with 8 updates #1496
Conversation
…8 updates Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.5` | `1.8.9` | | [github.com/manifestival/manifestival](https://github.com/manifestival/manifestival) | `0.7.1` | `0.7.2` | | google.golang.org/protobuf | `1.36.2` | `1.36.5` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.31.4` | `0.31.5` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.31.4` | `0.31.5` | Updates `github.com/magiconair/properties` from 1.8.5 to 1.8.9 - [Release notes](https://github.com/magiconair/properties/releases) - [Commits](magiconair/properties@v1.8.5...v1.8.9) Updates `github.com/manifestival/manifestival` from 0.7.1 to 0.7.2 - [Release notes](https://github.com/manifestival/manifestival/releases) - [Changelog](https://github.com/manifestival/manifestival/blob/master/CHANGELOG.md) - [Commits](manifestival/manifestival@v0.7.1...v0.7.2) Updates `google.golang.org/protobuf` from 1.36.2 to 1.36.5 Updates `k8s.io/api` from 0.31.4 to 0.31.5 - [Commits](kubernetes/api@v0.31.4...v0.31.5) Updates `k8s.io/apiextensions-apiserver` from 0.31.4 to 0.31.5 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.31.4...v0.31.5) Updates `k8s.io/apimachinery` from 0.31.4 to 0.31.5 - [Commits](kubernetes/apimachinery@v0.31.4...v0.31.5) Updates `k8s.io/apiserver` from 0.31.4 to 0.31.5 - [Commits](kubernetes/apiserver@v0.31.4...v0.31.5) Updates `k8s.io/client-go` from 0.31.4 to 0.31.5 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.4...v0.31.5) --- updated-dependencies: - dependency-name: github.com/magiconair/properties dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: github.com/manifestival/manifestival dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/apiserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... 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 openshift-knative 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-sigs/prow repository. |
/ok-to-test |
@dependabot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Bumps the patch group with 5 updates in the / directory:
1.8.5
1.8.9
0.7.1
0.7.2
1.36.2
1.36.5
0.31.4
0.31.5
0.31.4
0.31.5
Updates
github.com/magiconair/properties
from 1.8.5 to 1.8.9Release notes
Sourced from github.com/magiconair/properties's releases.
Commits
d8bdba3
Merge pull request #61 from rafaelhl/skip-ignored-private-fieldd80fb15
test with more go versions7b90c47
cleanup README449f224
move CHANGELOG to Github Releasese64054d
fix workflow2fec50e
fix workflow794d336
fix workflowed5b6ef
Merge pull request #74 from mbenson/loadReader52d9efe
Merge pull request #73 from mbenson/dep1d2f669
support load from io.ReaderUpdates
github.com/manifestival/manifestival
from 0.7.1 to 0.7.2Release notes
Sourced from github.com/manifestival/manifestival's releases.
Changelog
Sourced from github.com/manifestival/manifestival's changelog.
Commits
82196bd
Prep for v0.7.2f9c7f20
Don't panic when errors occur during delete (#94)15dfab9
Cluster-scoped resources may now be owned (#93)af1baac
Stop eating errors resulting from invalid YAML manifests (#89)Updates
google.golang.org/protobuf
from 1.36.2 to 1.36.5Updates
k8s.io/api
from 0.31.4 to 0.31.5Commits
ef7bb90
Update dependencies to v0.31.5 tagUpdates
k8s.io/apiextensions-apiserver
from 0.31.4 to 0.31.5Commits
dbb85ce
Update dependencies to v0.31.5 tagUpdates
k8s.io/apimachinery
from 0.31.4 to 0.31.5Commits
Updates
k8s.io/apiserver
from 0.31.4 to 0.31.5Commits
53ed5a1
Update dependencies to v0.31.5 tagb39cc9a
Merge pull request #129494 from MadhavJivrajani/131-go124-webhook-regex-ut6f84372
webhook: alter regex to account for x509sha1 GODEBUG removalUpdates
k8s.io/client-go
from 0.31.4 to 0.31.5Commits
f874bdf
Update dependencies to v0.31.5 tagDependabot 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