Skip to content

Conversation

Fedosin
Copy link
Contributor

@Fedosin Fedosin commented Sep 25, 2025

What this PR does / why we need it:

Update various development, build, and testing tools to their latest versions:

  • controller-gen: v0.16.1 β†’ v0.19.0
  • golangci-lint: v2.1.0 β†’ v2.5.0
  • kustomize: v5.3.0 β†’ v5.7.1
  • gotestsum: v1.11.0 β†’ v1.13.0
  • ginkgo: v2.22.2 β†’ v2.25.3
  • helm: v3.14.4 β†’ v3.19.0
  • yq: v4.35.2 β†’ v4.47.2
  • conversion-gen: v0.29.2 β†’ v0.34.1
  • conversion-verifier: v1.7.0 β†’ v1.11.1
  • cert-manager: v1.15.1 β†’ v1.16.1

Additionally, this commit includes minor code improvements:

  • Fix implicit return to explicit return nil in manifests_downloader.go
  • Add context to exec.CommandContext in test framework

These updates ensure compatibility with latest tooling and address potential linting issues from newer versions.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 25, 2025
Copy link

netlify bot commented Sep 25, 2025

βœ… Deploy Preview for kubernetes-sigs-cluster-api-operator ready!

Name Link
πŸ”¨ Latest commit ad947cd
πŸ” Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-cluster-api-operator/deploys/68d56fbad67c1800082ea892
😎 Deploy Preview https://deploy-preview-896--kubernetes-sigs-cluster-api-operator.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Sep 25, 2025
Update various development, build, and testing tools to their latest versions:

- controller-gen: v0.16.1 β†’ v0.19.0
- golangci-lint: v2.1.0 β†’ v2.5.0
- kustomize: v5.3.0 β†’ v5.7.1
- gotestsum: v1.11.0 β†’ v1.13.0
- ginkgo: v2.22.2 β†’ v2.25.3
- helm: v3.14.4 β†’ v3.19.0
- yq: v4.35.2 β†’ v4.47.2
- conversion-gen: v0.29.2 β†’ v0.34.1
- conversion-verifier: v1.7.0 β†’ v1.11.1
- cert-manager: v1.15.1 β†’ v1.16.1

Additionally, this commit includes minor code improvements:
- Fix implicit return to explicit return nil in manifests_downloader.go
- Add context to exec.CommandContext in test framework

These updates ensure compatibility with latest tooling and address potential
linting issues from newer versions.
Copy link
Member

@furkatgofurov7 furkatgofurov7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 26, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: c54ebafa8f899a845ebda39eae9cd308cc45a818

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: furkatgofurov7

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

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 26, 2025
@k8s-ci-robot k8s-ci-robot merged commit e92ab2a into kubernetes-sigs:main Sep 26, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants