Skip to content

Releases: patrickdappollonio/kubectl-slice

v1.2.9

20 Mar 03:21
37272dd
Compare
Choose a tag to compare

Changelog

  • 37272dd Allow pruning of target directory's contents (#113)
  • 0d0a281 Bump golangci/golangci-lint-action from 3 to 4 (#109)

v1.2.8

16 Mar 04:13
0b46df9
Compare
Choose a tag to compare

Changelog

  • 0b46df9 Add support to include triple dashes in output files. (#111)
  • e380261 Bump actions/checkout from 3 to 4 (#96)
  • 726051a Bump actions/setup-go from 4 to 5 (#103)
  • 813dc9e Bump actions/stale from 8 to 9 (#104)
  • 98af8d5 Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#99)
  • 612a2b4 Bump github.com/spf13/viper from 1.16.0 to 1.18.1 (#102)
  • db8ad03 Bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#107)
  • fad24d7 Bump github/codeql-action from 2 to 3 (#106)
  • e127a2d Bump goreleaser/goreleaser-action from 4 to 5 (#97)

v1.2.7

05 Sep 18:28
758a6e0
Compare
Choose a tag to compare

Changelog

  • 7919256 Allow ignoring empty kinds or names. (#90)
  • f66bd18 Bump actions/setup-go from 3 to 4 (#82)
  • 9570202 Bump actions/stale from 7 to 8 (#78)
  • 395192e Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#79)
  • 401b37d Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#86)
  • 92f7528 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#81)
  • 9d12bb0 Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#84)
  • c836ba2 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#85)
  • c59e1c3 Bump golang.org/x/text from 0.10.0 to 0.11.0 (#89)
  • 12415e0 Bump golang.org/x/text from 0.11.0 to 0.13.0 (#93)
  • edaec61 Bump golang.org/x/text from 0.7.0 to 0.9.0 (#77)
  • 76b81a0 Bump golang.org/x/text from 0.9.0 to 0.10.0 (#87)
  • df6a5e3 Bump rajatjindal/krew-release-bot from 0.0.43 to 0.0.46 (#80)
  • f64b3ce Create dependabot.yml (#76)
  • d6baa62 Fix config file example to use correct separator (#92)
  • 758a6e0 Improve error messages on filtering for Kubernetes-type files. (#95)

v1.2.6

30 Apr 23:20
d52605f
Compare
Choose a tag to compare

Changelog

  • d52605f Add support for a configuration file & environment variable settings (#75)

v1.2.5

23 Feb 02:51
Compare
Choose a tag to compare

Changelog

  • b3f3f44 Change branch name. (#67)
  • 9e08b8d Code improvements and version updates (#68)
  • 5e58891 Fix routes for ARM. Add Windows ARM copies.
  • 151c443 Fix routes for ARM. Add Windows ARM copies.
  • 4e228d3 Fixes goreleaser template name.
  • 77ab4f1 Fixes goreleaser.
  • 7d984df Removes unsupported OS versions for Krew.
  • bb96f94 Update README.md
  • 5db36dd Update URL mapping for Krew.
  • ca0638a Update stale.yml

v1.2.4

27 Oct 23:28
a8319d2
Compare
Choose a tag to compare

Changelog

  • baaafcc Create stale.yml
  • f1a9384 Update actions/stale action to v5 (#56)
  • 5c44a52 Update module go to 1.19 (#55)
  • a8340b0 Update module gopkg.in/yaml.v3 to v3.0.1 (#51)
  • 17514ff Update reviewdog/action-golangci-lint action to v2.1.4 (#52)
  • 85da765 Update reviewdog/action-golangci-lint action to v2.1.5 (#54)
  • 92a4057 Update reviewdog/action-golangci-lint action to v2.1.6 (#57)
  • a8319d2 feat(app): Implement include and exclude option - close #22. (#62)

v1.2.3

24 May 02:57
112d676
Compare
Choose a tag to compare

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

15 Apr 04:35
56964ac
Compare
Choose a tag to compare

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

11 Mar 19:00
1bd169f
Compare
Choose a tag to compare

Changelog

v1.2.0

22 Feb 16:01
9a991d7
Compare
Choose a tag to compare

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)