-
Notifications
You must be signed in to change notification settings - Fork 10
[release-v1.18][gomod]: Bump the patch group across 1 directory with 8 updates #1764
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: release-v1.18
Are you sure you want to change the base?
[release-v1.18][gomod]: Bump the patch group across 1 directory with 8 updates #1764
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.10` | | [github.com/manifestival/manifestival](https://github.com/manifestival/manifestival) | `0.7.1` | `0.7.2` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.2` | `0.32.4` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.1` | `0.32.4` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.0` | `0.19.7` | Updates `github.com/magiconair/properties` from 1.8.5 to 1.8.10 - [Release notes](https://github.com/magiconair/properties/releases) - [Commits](magiconair/properties@v1.8.5...v1.8.10) 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 `k8s.io/api` from 0.32.2 to 0.32.4 - [Commits](kubernetes/api@v0.32.2...v0.32.4) Updates `k8s.io/apiextensions-apiserver` from 0.32.1 to 0.32.4 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.32.1...v0.32.4) Updates `k8s.io/apimachinery` from 0.32.2 to 0.32.4 - [Commits](kubernetes/apimachinery@v0.32.2...v0.32.4) Updates `k8s.io/apiserver` from 0.32.1 to 0.32.4 - [Commits](kubernetes/apiserver@v0.32.1...v0.32.4) Updates `k8s.io/client-go` from 0.32.2 to 0.32.4 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.2...v0.32.4) Updates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.19.7 - [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.19.0...v0.19.7) --- updated-dependencies: - dependency-name: github.com/magiconair/properties dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: github.com/manifestival/manifestival dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/api dependency-version: 0.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/apiextensions-apiserver dependency-version: 0.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/apimachinery dependency-version: 0.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/apiserver dependency-version: 0.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/client-go dependency-version: 0.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.19.7 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. |
Bumps the patch group with 5 updates in the / directory:
1.8.5
1.8.10
0.7.1
0.7.2
0.32.2
0.32.4
0.32.1
0.32.4
0.19.0
0.19.7
Updates
github.com/magiconair/properties
from 1.8.5 to 1.8.10Release notes
Sourced from github.com/magiconair/properties's releases.
Commits
281f515
Merge pull request #81 from magiconair/issue-806b7aa68
test with go1.2406f3133
escape leading whitespace on value in Write()3dfc3b5
Merge pull request #77 from magiconair/get32bitb148584
Add 32bit numeric getters which do not panicd8bdba3
Merge pull request #61 from rafaelhl/skip-ignored-private-fieldd80fb15
test with more go versions7b90c47
cleanup README449f224
move CHANGELOG to Github Releasese64054d
fix workflowUpdates
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
k8s.io/api
from 0.32.2 to 0.32.4Commits
3cb6d6c
Update dependencies to v0.32.4 tag40f4980
Merge pull request #129690pohly/automated-cherry-pick-of-#129661
a5598f8
DRA CEL: add missing size estimatorUpdates
k8s.io/apiextensions-apiserver
from 0.32.1 to 0.32.4Commits
f33477e
Update dependencies to v0.32.4 tagUpdates
k8s.io/apimachinery
from 0.32.2 to 0.32.4Commits
Updates
k8s.io/apiserver
from 0.32.1 to 0.32.4Commits
50ab89a
Update dependencies to v0.32.4 tag1ea4fbd
Merge pull request #130773JoelSpeed/automated-cherry-pick-of-#130450
2b3ba41
Merge pull request #131159wojtek-t/automated-cherry-pick-of-#131020
b90acb6
Fix race for sending errors in watch1e00f2c
Fix implementation of ContainsCIDR to allow non-equal addresses4f51d06
Merge pull request #130136 from AwesomePatrol/automated-cherry-pick-of-#13011...a85a34b
Merge pull request #130253 from fuweid/1.32-backport-130126fc2ddd4
proxy: should add PingPeriod for websocket translatorf279152
Limit ResourceQuota LIST requests to times when informer is not syncedUpdates
k8s.io/client-go
from 0.32.2 to 0.32.4Commits
7abc795
Update dependencies to v0.32.4 tagUpdates
sigs.k8s.io/controller-runtime
from 0.19.0 to 0.19.7Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
... (truncated)
Commits
5fe7bb3
Merge pull request #3148 from k8s-infra-cherrypick-robot/cherry-pick-3147-to-...97bb1ff
Revert "[release-0.20] ✨ Expose all Go runtime metrics (#3100)"56df553
Merge pull request #3146 from k8s-infra-cherrypick-robot/cherry-pick-3143-to-...d2145c0
bug: Fakeclient: Fix dataraces when writing to the scheme13450ba
Merge pull request #3128 from k8s-infra-cherrypick-robot/cherry-pick-3126-to-...a2a9f54
fix: cache should list out of global cache when present and necessarycd644c0
[release-0.19] ✨ Expose all Go runtime metrics (#3101)e022b91
Merge pull request #3087 from tareksha/typed_waitforsyncb2c2171
Update controller_suite_test.go8017666
🐛fix(controller): support WaitForSync in custom TypedSyncingSource (#3084)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