security-profiles-operator
security-profiles-operator copied to clipboard
build(deps): bump the kubernetes group with 6 updates
Bumps the kubernetes group with 6 updates:
| Package | From | To |
|---|---|---|
| k8s.io/api | 0.29.3 |
0.30.0 |
| k8s.io/apimachinery | 0.29.3 |
0.30.0 |
| k8s.io/cli-runtime | 0.29.3 |
0.30.0 |
| k8s.io/client-go | 0.29.3 |
0.30.0 |
| sigs.k8s.io/controller-runtime | 0.17.3 |
0.18.2 |
| sigs.k8s.io/controller-tools | 0.14.0 |
0.15.0 |
Updates k8s.io/api from 0.29.3 to 0.30.0
Commits
fb932d2Update dependencies to v0.30.0 tagd014286Merge remote-tracking branch 'origin/master' into release-1.30581c1b8Update x/net for CVE-2023-4528835ca1f4Merge pull request #123932 from pohly/dra-api-resource-model-renameb048bd8Merge pull request #123909 from AkihiroSuda/fix-123906f06d24adra api: NodeResourceModel -> ResourceModel30e3187api: NodeStatus: rename RuntimeClasses to RuntimeHandlers96558b9Merge pull request #123792 from mimowo/propose-api-comments-fix089c7caMerge pull request #123180 from AkihiroSuda/rrob50824dapi: KEP-3857: Recursive Read-only (RRO) mounts- Additional commits viewable in compare view
Updates k8s.io/apimachinery from 0.29.3 to 0.30.0
Commits
37988e5Merge remote-tracking branch 'origin/master' into release-1.30c857a38Update x/net for CVE-2023-452880407311followup to allow special characters25164f7Merge pull request #123435 from tallclair/apparmor-gacbfe0a1Merge pull request #123758 from liggitt/protobump21d26b6Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.00c29f84Merge pull request #123385 from HirazawaUi/allow-special-characters60d24f2Merge pull request #123708 from p0lyn0mial/upstream-const-watchlist-bookmark-...513d23aapimachinery/meta/types.go: define InitialEventsAnnotationKey const67cb3a8Merge pull request #123413 from seans3/tunneling-spdy-websockets- Additional commits viewable in compare view
Updates k8s.io/cli-runtime from 0.29.3 to 0.30.0
Commits
d57b959Update dependencies to v0.30.0 tagceb92baMerge remote-tracking branch 'origin/master' into release-1.3060fc039Update x/net for CVE-2023-45288c8b7f6aBump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0eeedba7Merge pull request #123529 from thockin/go-workspacesba82cfdFix up go.mod files after reviews76839eeRemove old gengo detritus0e03d76Re-vendor latest kube-openapi and gengo/v25f372cdGenerate go.work filesc66e3bfMerge pull request #122569 from IvoGoman/wrap-nomatcherror- Additional commits viewable in compare view
Updates k8s.io/client-go from 0.29.3 to 0.30.0
Commits
3aa4577Update dependencies to v0.30.0 tag2df4de1Merge remote-tracking branch 'origin/master' into release-1.30ade2ae2Update x/net for CVE-2023-45288b4632b7Merge pull request #123932 from pohly/dra-api-resource-model-rename4467b1eMerge pull request #123909 from AkihiroSuda/fix-123906650f392dra api: NodeResourceModel -> ResourceModel00e4609api: NodeStatus: rename RuntimeClasses to RuntimeHandlers7ebe0eaMerge pull request #123180 from AkihiroSuda/rro3be09aaapi: KEP-3857: Recursive Read-only (RRO) mounts110b75bMerge pull request #123344 from nilekhc/svm-controller- Additional commits viewable in compare view
Updates sigs.k8s.io/controller-runtime from 0.17.3 to 0.18.2
Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
v0.18.2
What's Changed
- 🐛 Reintroduce AddMetricsServerExtraHandler on manager by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2817Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2
v0.18.1
What's Changed
- [release-0.18] :bug: Cache: Fix label defaulting of byObject when namespaces are configured by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2808- [release-0.18] 🐛 correct kind source type by
@k8s-infra-cherrypick-robotin kubernetes-sigs/controller-runtime#2809Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.1
v0.18.0
:warning: Breaking Changes
- Bump to k8s.io/* v1.30 (#2693 #2754 #2765 #2776 #2786)
- Remove deprecated v1alpha1.ControllerManagerConfiguration (#2648)
- admission.Decoder is now an interface (#2736)
- Source, Event, Predicate, Handler: Add generics support (#2783 #2796)
- client: Fix SubResourceCreateOptions signature in subresource client (#2766)
:sparkles: New Features
- cache: Add TransformStripManagedFields transform func (#2791)
- client: Add client.WithFieldOwner to configure client-wide FieldManager (#2771 #2777)
- controller: Add
NewQueueoption (#2767)- manager: Export HTTP server runnable implementation (#2473)
- metrics/server: Add
ListenConfigoption (#2519):bug: Bug Fixes
- builder/webhook: Return error if For() is used multiple times (#2740)
- cache: Keep selectors when byObject.Namespaces is defaulted (#2747)
- cache: Prevent race when informers are started more than once (#2758)
- fake client: Allow fakeclient to patch CR with no resourceVersion (#2725)
- fake client: Do not consider an apply patch to be a strategic merge patch (#2679)
- manager: Prevent leader election when shutting down a non-elected manager (#2724)
- manager: Runnable group should check if stopped before enqueueing (#2757)
- restmapper: Clean restmapper cache if a version is notFound (#2663)
- restmapper: Fix cache invalidation (#2687)
:seedling: Others
... (truncated)
Commits
834905bMerge pull request #2817 from k8s-infra-cherrypick-robot/cherry-pick-2813-to-...6396a49Reintroduce AddMetricsExtraHandler on managercd2885eMerge pull request #2809 from k8s-infra-cherrypick-robot/cherry-pick-2806-to-...06acde3🐛 correct kind source typed6feaaeMerge pull request #2808 from k8s-infra-cherrypick-robot/cherry-pick-2805-to-...87cae4cbug: Cache: Fix label defaulting of byObject when namespaces are configureded81fa6Merge pull request #2796 from alvaroaleman/markb35cd6b:book: Mark Typed Handlers as experimentalb74908fMerge pull request #2793 from kubernetes-sigs/dependabot/github_actions/actio...a9db208Merge pull request #2794 from kubernetes-sigs/dependabot/github_actions/actio...- Additional commits viewable in compare view
Updates sigs.k8s.io/controller-tools from 0.14.0 to 0.15.0
Release notes
Sourced from sigs.k8s.io/controller-tools's releases.
v0.15.0
What's Changed
- :sparkles: Markers can now indicate their priority when applying by
@dprotasoin kubernetes-sigs/controller-tools#706- :sparkles: crd: support validating internal list items on list types by
@AlexanderYastrebovin kubernetes-sigs/controller-tools#898- :sparkles: crd: allow specifying spec.preserveUnknownFields by
@AlexanderYastrebovin kubernetes-sigs/controller-tools#912- ✨ crd: add messageExpression support to XValidation marker by
@pmalekin kubernetes-sigs/controller-tools#927- ✨ Fix deprecations by
@zcheein kubernetes-sigs/controller-tools#882- :seedling: Update golangci-lint, Makefile, Actions by
@vincepriin kubernetes-sigs/controller-tools#902envtest
- :sparkles: Build and publish Kubernetes envtest tools as packages by
@vincepriin kubernetes-sigs/controller-tools#906- ✨ Add github action to package envtest binaries in releases by
@vincepriin kubernetes-sigs/controller-tools#908- 🌱 Adjust branches for github actions by
@vincepriin kubernetes-sigs/controller-tools#918- :seedling: Automatically release, fixup selfLink in camelCase by
@vincepriin kubernetes-sigs/controller-tools#921- ✨ Release envtest v1.28.0 by
@sbueringerin kubernetes-sigs/controller-tools#919- :seedling: Promotion of envtest release for Kubernetes v1.28.0 by
@github-actionsin kubernetes-sigs/controller-tools#920- ✨ Release envtest-v1.29.4 by
@vincepriin kubernetes-sigs/controller-tools#922- :seedling: Promotion of envtest release for Kubernetes v1.29.4 by
@github-actionsin kubernetes-sigs/controller-tools#923- ✨ Release envtest v1.30.0 by
@sbueringerin kubernetes-sigs/controller-tools#924- :seedling: Promotion of envtest release for Kubernetes v1.30.0 by
@github-actionsin kubernetes-sigs/controller-tools#925Dependency bumps
- :seedling: Bump go version from 1.20 to 1.21 by
@SuperSandro2000in kubernetes-sigs/controller-tools#881- ⚠️Bump k/k to v1.30.0-rc.1 & Go to 1.22 by
@sbueringerin kubernetes-sigs/controller-tools#901- ⚠ Bump to k8s.io/* v1.30 by
@sbueringerin kubernetes-sigs/controller-tools#926- :seedling: Bump golang.org/x/tools from 0.16.1 to 0.17.0 by
@dependabotin kubernetes-sigs/controller-tools#874- :seedling: Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by
@dependabotin kubernetes-sigs/controller-tools#876- :seedling: Bump golang.org/x/tools from 0.17.0 to 0.18.0 by
@dependabotin kubernetes-sigs/controller-tools#885- :seedling: Bump golang.org/x/tools from 0.18.0 to 0.19.0 by
@dependabotin kubernetes-sigs/controller-tools#891- :seedling: Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by
@dependabotin kubernetes-sigs/controller-tools#895- :seedling: Bump golang.org/x/tools from 0.19.0 to 0.20.0 by
@dependabotin kubernetes-sigs/controller-tools#904- :seedling: Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by
@dependabotin kubernetes-sigs/controller-tools#915- :seedling: Bump tj-actions/changed-files from 44.0.0 to 44.0.1 by
@dependabotin kubernetes-sigs/controller-tools#916- :seedling: Bump tj-actions/changed-files from 44.0.1 to 44.3.0 by
@dependabotin kubernetes-sigs/controller-tools#929- :seedling: Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by
@dependabotin kubernetes-sigs/controller-tools#931- :seedling: Bump actions/checkout from 4.1.2 to 4.1.3 by
@dependabotin kubernetes-sigs/controller-tools#930New Contributors
@dprotasomade their first contribution in kubernetes-sigs/controller-tools#706@SuperSandro2000made their first contribution in kubernetes-sigs/controller-tools#881@zcheemade their first contribution in kubernetes-sigs/controller-tools#882@AlexanderYastrebovmade their first contribution in kubernetes-sigs/controller-tools#898@github-actionsmade their first contribution in kubernetes-sigs/controller-tools#920@pmalekmade their first contribution in kubernetes-sigs/controller-tools#927Full Changelog: https://github.com/kubernetes-sigs/controller-tools/compare/v0.14.0...v0.15.0
Commits
473c028Merge pull request #927 from pmalek/crd-xvalidation-add-messageExpression8dd0634Merge pull request #930 from kubernetes-sigs/dependabot/github_actions/action...5464a63Merge pull request #931 from kubernetes-sigs/dependabot/go_modules/github.com...1381be7:seedling: Bump actions/checkout from 4.1.2 to 4.1.3a40abf6Merge pull request #929 from kubernetes-sigs/dependabot/github_actions/tj-act...9571d3c:seedling: Bump github.com/onsi/gomega from 1.32.0 to 1.33.0434b090:seedling: Bump tj-actions/changed-files from 44.0.1 to 44.3.004e6d44feat(crdvalidation): add messageExpression support to XValidation markere159968:sparkles: crd: allow specifying spec.preserveUnknownFields (#912)8cc57e3Merge pull request #926 from sbueringer/pr-1.30- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
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.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign saschagrunert for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| pull-security-profiles-operator-build | 3f5c24f1e3236b41dfa780d92933d0c3f3620284 | link | true | /test pull-security-profiles-operator-build |
| pull-security-profiles-operator-verify | 3f5c24f1e3236b41dfa780d92933d0c3f3620284 | link | true | /test pull-security-profiles-operator-verify |
| pull-security-profiles-operator-test-unit | 3f5c24f1e3236b41dfa780d92933d0c3f3620284 | link | true | /test pull-security-profiles-operator-test-unit |
| pull-security-profiles-operator-build-image | 3f5c24f1e3236b41dfa780d92933d0c3f3620284 | link | true | /test pull-security-profiles-operator-build-image |
| pull-security-profiles-operator-test-e2e | 3f5c24f1e3236b41dfa780d92933d0c3f3620284 | link | true | /test pull-security-profiles-operator-test-e2e |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
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.
Looks like these dependencies are updatable in another way, so this is no longer needed.