Releases: patrickdappollonio/kubectl-slice
v1.2.3
Changelog
- 112d676 Fix windows stdin: avoid making the path absolute. (#50)
- 0873d97 Update actions/checkout action to v3.0.2 (#46)
- 5f54cee Update github/codeql-action action to v2 (#47)
- 7653daf Update goreleaser/goreleaser-action action to v3 (#49)
- 7f257c4 Update module gopkg.in/yaml.v3 to v3.0.0 (#48)
- 0385666 Update rajatjindal/krew-release-bot action to v0.0.43 (#45)
v1.2.2
Changelog
- 32a8357 Fix windows piping of stdin. (#44)
- 9440285 Update README.md
- 56964ac Update actions/checkout action to v3.0.1 (#43)
- eea19b4 Update rajatjindal/krew-release-bot action to v0.0.42 (#39)
- 1d5b523 Update reviewdog/action-golangci-lint action to v2.1.0 (#37)
- 0126523 Update reviewdog/action-golangci-lint action to v2.1.1 (#38)
- 49263ee Update reviewdog/action-golangci-lint action to v2.1.2 (#40)
- 351a301 Update reviewdog/action-golangci-lint action to v2.1.3 (#42)
v1.2.1
v1.2.0
Changelog
- 19b406d Add cfd helm repository command (#25)
- 9a991d7 Adds a "quiet" option to silence output to stdout/stderr (#30)
- db1ea54 Move from Cobra to Muesli, until Cobra gets spf13/cobra#1604 done. (#31)
- 90eafba Update README: fix incorrect example.
- 61aaab9 Update module github.com/spf13/cobra to v1.3.0 (#26)
- 07087e9 Update reviewdog/action-golangci-lint action to v2.0.3 (#23)
v1.1.0
Changelog
80836b8 Add sorting support and printing to stdout instead of files. (#19)
8be5fbc Add support for globs in resource names (#21)
da39341 Add tests for template functions.
5145a2d Divide Execute() function to allow for local improvements (#13)
d2f4462 Update README.md
7d28c77 Update README.md
4b8d064 Update actions/checkout action to v2.4.0 (#14)
224d9d5 Update reviewdog/action-golangci-lint action to v2.0.2 (#20)
v1.0.1
v1.0.0
Changelog
92c7215 Add GolangCI-lint
4d01216 Add renovate.json (#6)
c81e7db Add shields to README.
9ce1d77 Add support for including and excluding Kubernetes resource Kinds. (#2)
e4c57f4 Add the option to skip YAMLs that don't contain "apiVersion", "kind" and "metadata.name" (#4)
a9705c7 First upload.
e97da81 Improve workflow names. (#10)
cc8a6a3 Rename from "kubectl-split" to "kubectl-slice". (#9)
80ea3c2 Set up CodeQL analysis (#5)
5c17299 Update README.md
a0b59c0 Update README.md
9a71343 Update README.md
3b0ff24 Update README.md
69a6ad9 Update actions/checkout action to v2.3.5 (#7)
ab6eb99 Update golangci-lint.yml