Skip to content

Releases: karancode/kustomize-github-action

set-output to GITHUB_OUTPUT

05 Mar 22:54
883a86e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

add github auth token

10 Jan 03:02
251f2a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

kustomize_install flag & download url bugfix

22 Dec 17:15
9733fc9
Compare
Choose a tag to compare

What's Changed

  • Make downloading of kustomize more robust to GitHub API rate limits by @gozer in #37

New Contributors

  • @gozer made their first contribution in #37

Full Changelog: v1.2.4...v1.3.0

Create parent directory for output file

25 Mar 07:53
b676f37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

[Bugfix]handle non provided kustomize_output_file

16 Jul 09:10
bd2ee04
Compare
Choose a tag to compare

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

27 Apr 07:51
902f7f5
Compare
Choose a tag to compare
  • 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

14 Apr 10:33
6d46faf
Compare
Choose a tag to compare
  • hack to fix errors while downloading older versions of kustomize due to max per_page limitation.
  • fixes #27 #25

Support kustomize build options

17 Sep 07:25
57c6d56
Compare
Choose a tag to compare
  • add input parameter to pass additional build options for kustomize build.

Bugfix download URL & some templates

15 Jul 01:01
25e870e
Compare
Choose a tag to compare
  • Fixes #22, the download url regex to support downloading version 3.2.1 to 3.2.3.
  • Adds github issues & PR templates

Support download path for newer versions of kustomize

08 Jul 14:22
ef7a09d
Compare
Choose a tag to compare

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.