Releases: karancode/kustomize-github-action
Releases · karancode/kustomize-github-action
set-output to GITHUB_OUTPUT
What's Changed
- Update to use new github action method by @willthames in #42
Full Changelog: v1.3.1...v1.3.2
add github auth token
What's Changed
- try adding auth to avoid errors by @ekristen in #40
- kustomize_install description by @karancode in #41
New Contributors
Full Changelog: v1.3.0...v1.3.1
kustomize_install flag & download url bugfix
Create parent directory for output file
What's Changed
- Create parent directory for output file by @willthames in #33
New Contributors
- @willthames made their first contribution in #33
Full Changelog: v1.2.3...v1.2.4
[Bugfix]handle non provided kustomize_output_file
In bash, without quotes the statement is evaluated as true which was causing errors in action when INPUT_KUSTOMIZE_OUTPUT_FILE
was not provided.
Thanks @tanguyantoine for pointing it out & the fix!
Page iterator fixing downloads
- adds page iterator for future-proofing kustomize binary downloads (so that when the artifacts increase, we still can download older binaries).
- fixes #25
[Hack]support older version downloads
Support kustomize build options
- add input parameter to pass additional build options for
kustomize build
.
Bugfix download URL & some templates
- Fixes #22, the download url regex to support downloading version
3.2.1
to3.2.3
. - Adds github issues & PR templates
Support download path for newer versions of kustomize
On the github releases, kustomize has changed the artifact from a binary to a tar.
This is to add support for different download path based on different version.