Releases: RyanSiu1995/kubebuilder-action
Releases · RyanSiu1995/kubebuilder-action
v1.3.1
Added a new optional flag to instruct the usage of sudo in the workflow
v1.3.0
A security patch on the action workflow.
- Upgrade nodeJS to v16
- Upgrade the packages
- @action/core from 1.2.6 to 1.10.0
- @action/tool-cache from 1.10.0 to 2.0.1
v1.2.1
v1.2
An update in the support for the kubebuilder v3.x.x.
kubebuilder v3.x.x package does not ship as zip file with all required binaries.
A couple of new flags are added in order to manage this behavior change.
v1.2 is backward compatible so you can use v1.1 setting for v1.2.
v1.1
An update in the library
1.0.0
Initial release for installing the kubebuilder locally.
Due to the limitation of the docker type action, the implementation now is using child_process
in javascript to finish.
In the next release, it will integrate back to the javascript native library.
Usage:
uses: RyanSiu1995/kubebuilder-action@v1
with:
version: 2.3.1