Description
Upgrade your project to use the latest scaffold changes introduced in Kubebuilder v4.15.0.
See the release notes from v4.10.1 to v4.15.0 for details about the changes included in this upgrade.
What to do
A scheduled workflow already attempted this upgrade and created the branch (kubebuilder-update-from-v4.10.1-to-v4.15.0) to help you in this process.
⚠️ Conflicts were detected during the merge.
Create a Pull Request using the URL below to review the changes and resolve conflicts manually:
https://github.com/felukka/koptan/compare/main...kubebuilder-update-from-v4.10.1-to-v4.15.0?expand=1
Next steps
1. Resolve conflicts
After fixing conflicts, run:
make manifests generate fmt vet lint-fix
2. Optional: work on a new branch
To apply the update in a clean branch, run:
kubebuilder alpha update --output-branch my-fix-branch
This will create a new branch (my-fix-branch) with the update applied.
Resolve conflicts there, complete the merge locally, and push the branch.
3. Verify the changes
- Build the project
- Run tests
- Confirm everything still works
📖 More info: https://kubebuilder.io/reference/commands/alpha_update
Description
Upgrade your project to use the latest scaffold changes introduced in Kubebuilder v4.15.0.
See the release notes from v4.10.1 to v4.15.0 for details about the changes included in this upgrade.
What to do
A scheduled workflow already attempted this upgrade and created the branch (kubebuilder-update-from-v4.10.1-to-v4.15.0) to help you in this process.
Create a Pull Request using the URL below to review the changes and resolve conflicts manually:
https://github.com/felukka/koptan/compare/main...kubebuilder-update-from-v4.10.1-to-v4.15.0?expand=1
Next steps
1. Resolve conflicts
After fixing conflicts, run:
2. Optional: work on a new branch
To apply the update in a clean branch, run:
This will create a new branch (my-fix-branch) with the update applied.
Resolve conflicts there, complete the merge locally, and push the branch.
3. Verify the changes
📖 More info: https://kubebuilder.io/reference/commands/alpha_update