backube / volsync

Asynchronous data replication for Kubernetes volumes
https://volsync.readthedocs.io
GNU Affero General Public License v3.0
601 stars 68 forks source link

Update dependency kubernetes-sigs/controller-tools to v0.16.5 #1418

Open renovate-bot opened 1 month ago

renovate-bot commented 1 month ago

This PR contains the following updates:

Package Update Change
kubernetes-sigs/controller-tools patch v0.16.3 -> v0.16.5

Release Notes

kubernetes-sigs/controller-tools (kubernetes-sigs/controller-tools) ### [`v0.16.5`](https://redirect.github.com/kubernetes-sigs/controller-tools/releases/tag/v0.16.5) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.16.4...v0.16.5) ##### What's Changed - šŸ› pkg/crd: fix a missed type casting panic with new \*types.Alias by [@​mtardy](https://redirect.github.com/mtardy) in [https://github.com/kubernetes-sigs/controller-tools/pull/1079](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1079) - šŸ› pkg/crd: support validation on type alias to basic types by [@​mtardy](https://redirect.github.com/mtardy) in [https://github.com/kubernetes-sigs/controller-tools/pull/1078](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1078) - šŸ› Fix item validation for unhashable markers by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1080](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1080) ##### Dependencies - :seedling: Bump actions/checkout from 4.2.0 to 4.2.1 in the all-github-actions group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1075](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1075) - :seedling: Bump the all-go-mod-patch-and-minor group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1082](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1082) - :seedling: Bump the all-github-actions group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1083](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1083) **Full Changelog**: https://github.com/kubernetes-sigs/controller-tools/compare/v0.16.4...v0.16.5 ### [`v0.16.4`](https://redirect.github.com/kubernetes-sigs/controller-tools/releases/tag/v0.16.4) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.16.3...v0.16.4) #### What's Changed - šŸƒ Verify PR titles with shell script by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1057](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1057) - šŸ“– github: update PR template by [@​chrischdi](https://redirect.github.com/chrischdi) in [https://github.com/kubernetes-sigs/controller-tools/pull/1060](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1060) - šŸŒ± OWNERS: Promote chrischdi for being a reviewer by [@​chrischdi](https://redirect.github.com/chrischdi) in [https://github.com/kubernetes-sigs/controller-tools/pull/1059](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1059) - šŸ› pkg/crd: fix type casting panic with new default `*types.Alias` with Go 1.23 by [@​mtardy](https://redirect.github.com/mtardy) in [https://github.com/kubernetes-sigs/controller-tools/pull/1061](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1061) - :sparkles: Add selectablefield marker by [@​everesio](https://redirect.github.com/everesio) in [https://github.com/kubernetes-sigs/controller-tools/pull/1050](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1050) - šŸŒ± pr-verify: use env var for passing the PR title by [@​chrischdi](https://redirect.github.com/chrischdi) in [https://github.com/kubernetes-sigs/controller-tools/pull/1067](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1067) #### Dependencies - :seedling: Bump the all-go-mod-patch-and-minor group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1055](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1055) - :seedling: Bump peter-evans/create-pull-request from 7.0.1 to 7.0.2 in the all-github-actions group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1056](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1056) - :seedling: Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 in the all-go-mod-patch-and-minor group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1065](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1065) - :seedling: Bump the all-github-actions group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1066](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1066) - :seedling: Bump actions/checkout from 4.1.7 to 4.2.0 in the all-github-actions group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1070](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1070) - :seedling: Bump golang.org/x/tools from 0.25.0 to 0.26.0 in the all-go-mod-patch-and-minor group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1072](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1072) - :seedling: Bump the all-github-actions group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1073](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1073) #### New Contributors - [@​mtardy](https://redirect.github.com/mtardy) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/1061](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1061) - [@​everesio](https://redirect.github.com/everesio) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/1050](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1050) **Full Changelog**: https://github.com/kubernetes-sigs/controller-tools/compare/v0.16.3...v0.16.4

Configuration

šŸ“… Schedule: Branch creation - " 3-6 * 1-5" in timezone America/New_York, Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

openshift-ci[bot] commented 1 month ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: renovate-bot Once this PR has been reviewed and has the lgtm label, please assign birsanv for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/backube/volsync/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.5%. Comparing base (b46916a) to head (6b902d5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1418 +/- ## ======================================= - Coverage 67.6% 67.5% -0.1% ======================================= Files 57 57 Lines 5844 5844 ======================================= - Hits 3952 3947 -5 - Misses 1609 1612 +3 - Partials 283 285 +2 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/backube/volsync/pull/1418/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=backube)
sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

openshift-ci[bot] commented 3 weeks ago

@renovate-bot: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-openshift-helm 0ae0cffd8b1db1305e4b3adc626678fc35c1474f link true /test e2e-openshift-helm

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).