Go Kubebuilder Test Action
Version updated for https://github.com/somaz94/go-kubebuilder-test-action to version v1.0.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The go-kubebuilder-test-action is a GitHub Action designed to automate the testing and verification process for projects using the Kubebuilder framework. It streamlines tasks such as setting up Go, running tests, ensuring manifests and deepcopy code are up-to-date, and verifying no drift in generated files, all in a single step. This action simplifies the development workflow for Kubebuilder-based repositories by replacing multiple manual steps with a customizable and efficient solution.
What’s Changed
Bug Fixes
- Unify verify step so manifests_drift output is set when verify is skipped (dd8f73e)
CI/CD
- Add release, mirror, and changelog workflows (5a081ec)
Features
- Implement go-kubebuilder-test-action (d9ccae4)
Miscellaneous
- Add baseline repo files and license (d563298)