Skip to content

Releases: stackitcloud/kubectl-get-all

v1.4.3

24 Feb 13:33
4016628

Choose a tag to compare

Changelog

  • cd6d385 Bump actions/checkout from 4 to 5 (#40)
  • 5cc5e9b Bump actions/checkout from 5 to 6 (#58)
  • 4016628 Bump actions/setup-go from 5 to 6 (#52)
  • acc029e Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#51)
  • 3b12151 Bump github.com/spf13/viper from 1.19.0 to 1.20.1 (#41)
  • de8da54 Bump github.com/spf13/viper from 1.20.1 to 1.21.0 (#54)
  • b630d8d Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#42)
  • 539c7cc Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#50)
  • eadcfce Bump golang.org/x/sync from 0.16.0 to 0.17.0 (#53)
  • 54e3d16 Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#57)
  • f05a6ab Bump golangci/golangci-lint-action from 9.0.0 to 9.2.0 (#60)
  • 32d25f6 Bump goreleaser/goreleaser-action from 6 to 7 (#62)
  • 4d81ae0 Bump k8s.io/cli-runtime from 0.33.4 to 0.34.0 (#49)
  • dac9d7f Bump k8s.io/client-go from 0.33.4 to 0.34.0 (#48)
  • 3fa4ec9 Bump k8s.io/client-go from 0.34.0 to 0.34.1 (#56)
  • e87fadb Bump rajatjindal/krew-release-bot from 0.0.47 to 0.0.50 (#63)
  • 51a053f Fix name of config file in docs (#61)
  • ee5be00 chore(linter): rename our packages
  • 9391acc fix(ci): bump go version to 1.24.0

v1.4.2

26 Aug 16:02
v1.4.2
8d2b210

Choose a tag to compare

Changelog

  • f163900 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#19)
  • 17187ba Bump golang.org/x/sync from 0.10.0 to 0.11.0 (#10)
  • 37ac20d Bump golang.org/x/sync from 0.11.0 to 0.14.0 (#35)
  • ebdfd0a Bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 (#11)
  • 56afb50 Bump golangci/golangci-lint-action from 6.3.0 to 6.5.0 (#20)
  • 169d5d1 Bump golangci/golangci-lint-action from 6.5.0 to 8.0.0 (#34)
  • 21171d1 Bump k8s.io/api from 0.32.2 to 0.33.1 (#38)
  • 7c47399 Bump k8s.io/apimachinery from 0.32.1 to 0.32.2 (#17)
  • ae7f48f Bump k8s.io/cli-runtime from 0.32.1 to 0.32.2 (#16)
  • fec9fc3 Bump k8s.io/cli-runtime from 0.32.2 to 0.33.1 (#36)
  • 15b16fb Bump k8s.io/client-go from 0.32.2 to 0.33.1 (#39)
  • 8d2b210 fix(ci): write permission for goreleaser
  • 88afee9 repo(ci): migrate config to v2
  • 1d97b6c repo(goreleaser): update deprecated fields
  • a1d3d11 repo: add codeowners file and remove deprecated dependabot reviewers field

v1.4.1

29 Jan 12:30
v1.4.1
2f73896

Choose a tag to compare

Changelog

  • 3ab1009 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#4)
  • 4a8c196 Bump golang.org/x/sync from 0.8.0 to 0.10.0 (#5)
  • 19896db Bump k8s.io/cli-runtime from 0.31.2 to 0.32.1 (#7)
  • 92f6f90 Bump k8s.io/client-go from 0.31.2 to 0.32.1 (#8)
  • bcacac8 Bump rajatjindal/krew-release-bot from 0.0.46 to 0.0.47 (#9)
  • 2a5d95c feat(ci): enable dependabot to bump github-actions
  • 2f73896 fix(ci): use same goreleaser version for both snapshot and release

v1.4.0

29 Jan 10:20
v1.4.0
d779419

Choose a tag to compare

Changelog

  • 52fc0e5 Adaptions of cobra generated command
  • 52c8119 Add Makefile
  • e1ee036 Add PodMetrics as excluded resource by default (#51)
  • 54448ed Add a usage file
  • c71f238 Add boilerplate to test file
  • dff278f Add command description for root cmd
  • 45921a6 Add completion sub-command
  • 753e7ac Add contribution guidelines
  • 4328840 Add coverage target
  • 7dac31f Add dev target for development
  • c2523f9 Add documentation about config file
  • c1ff1e9 Add flag "exclude" to filter resources
  • 50b440a Add flag --allow-incomplete
  • 170c3ab Add flag to list only cluster|namespace scoped resources
  • d8e1967 Add generic cli-runtime flags
  • 95aa086 Add github action for CI and releases
  • 1fafb8a Add help and install targets in Makefile
  • 1bec5e9 Add infrastructure to filter returned objects
  • 2720b62 Add license to all source files
  • e3dab53 Add linter rule to Makefile
  • 92ed26a Add list adapter which sets the list kind on runtime objects
  • f3ec898 Add new demo to showcase new feature (#20)
  • 30b88c7 Add new flag --since to filter objects by creation timestamp
  • da2aaca Add option to control server resource caching (off by default)
  • 3aa1464 Add readme and demo gif
  • e70bcd5 Add release checklist
  • d72c945 Add release docs for versions v0.0.3
  • 7ee2991 Add release docs for versions v0.0.{1,2}
  • c876109 Add release notes for 1.3.1
  • 8e49e00 Add release-notes helper and wrapper script
  • 9dbfcce Add script to bump the version
  • 790bded Add selector flag
  • 8df8d67 Add smoke tests for cobra commands
  • 74ffac3 Add some github shields
  • d13cc02 Add test for customized ToPrinter
  • 076e002 Add todos
  • 570c65c Add travis instructions
  • 8a75def Add version subcommand
  • 44bc720 Add workaround for k8s bug concerning componentstatus and selectors
  • 9bdc363 Align examples in README and USAGE
  • 9d02e06 Align in-app help text and examples with GitHub doc
  • 9e97010 Align required Go version in docs with go.mod
  • 3ede201 Allow fully-qualified resource names to be used with --exclude
  • 185b51c Allow fully-qualified resource names to be used with --exclude (#49)
  • 6877b8b Build bundle in Makefile
  • 9b09329 Bump CI tools (#78)
  • 370e67f Bump codecov to v2 (corneliusweig#151)
  • 051fcb3 Bump dependencies (corneliusweig#100)
  • 2660e30 Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (#69)
  • 92e7228 Bump github.com/sirupsen/logrus from 1.4.2 to 1.6.0 (#64)
  • 55842d1 Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 (#68)
  • 2598764 Bump github.com/spf13/cobra from 1.0.0 to 1.1.0 (corneliusweig#101)
  • 70c0660 Bump github.com/spf13/viper from 1.3.2 to 1.7.1 (#71)
  • e9fe222 Bump github.com/spf13/viper from 1.8.1 to 1.9.0 (corneliusweig#156)
  • b4d00f2 Bump github.com/spf13/viper from 1.9.0 to 1.14.0 (corneliusweig#177)
  • 88a1a6b Bump github.com/stretchr/testify from 1.4.0 to 1.6.1 (#70)
  • 4c35fc6 Bump golangci-lint to 1.31.0 (corneliusweig#102)
  • 1649671 Bump k8s.io/api from 0.17.2 to 0.18.8 (#75)
  • d90bb62 Bump k8s.io/apimachinery from 0.18.8 to 0.19.0 (#80)
  • 60e35c2 Bump k8s.io/klog/v2 from 2.10.0 to 2.20.0 (corneliusweig#153)
  • c42698b Bump k8s.io/klog/v2 from 2.20.0 to 2.30.0 (corneliusweig#158)
  • 16390bd Bump k8s.io/klog/v2 from 2.30.0 to 2.80.1 (corneliusweig#175)
  • a06f0e8 Bump klog to v2.10.0
  • 429ac5d Bump required Go version to 1.15 (corneliusweig#86)
  • 6449010 Change repo for krew to kubernetes-sigs
  • ffc9abe Change repo for krew-index to kubernetes-sigs
  • 0d9bf01 Check access authorization before querying
  • 9b0d02c Cobra generated root command
  • 410bb69 Cobra refinements
  • 3e7cb23 Comment krew installation instruction for the time being
  • ee54a7c Create tag v0.0.3
  • 920e1ad Create tag v1.0.1
  • 59d93b2 Create tag v1.0.2
  • 0eac113 Create tag v1.1.0
  • fd06797 Create tag v1.1.1
  • d829da4 Create tag v1.2.0
  • 73fc658 Create tag v1.2.1
  • c521886 Create tag v1.3.0
  • 4e983e6 Create tag v1.3.1
  • d33647d Create tag v1.3.2
  • 6db0915 Create tag v1.3.3
  • 071f5c7 Create tag v1.3.4
  • 460494e Create tag v1.3.5
  • 6b33eb4 Create tag v1.3.6
  • c6097ed Create tag v1.3.7
  • bb67dba Create tag v1.3.8
  • 7e57db6 Create version v1.0.0
  • 29c4e7b Disable completion for krew plugin builds
  • 0b3bf0e Distribute stripped and therefore smaller binaries
  • 6449ee8 Do not print namespace <n/a> for cluster-scoped resources
  • 3488043 Do not strip in UPX rule
  • 529e9f2 Enable codecov.io
  • be0cc8b Enable linter in travis
  • 735a0c7 Enable race detection for the dev build by default
  • eb57463 Enable repeatable builds
  • aff4ea6 Enable viper config files
  • 30c7f62 Ensure capitalization and full stop in flag docs
  • 34d4eb4 Ensure standard go project structure
  • 036f6ad Explicitly set GOPATH
  • ccdd9ea Extract flag names into code constants
  • dc96891 Extract util to convert slice ob runtime.Object to List
  • 28af300 Fall back to fetch resources individually when bulk fetching fails
  • 0c4e521 Fix Makefile
  • ef89784 Fix bad bug in make_tag.sh
  • a06f97f Fix bug with empty filter
  • afe705b Fix build script after package rename (#54)
  • e492e8a Fix curl installation command
  • 3e2dc04 Fix download links for binaries (#47)
  • 40f262e Fix golangci-lint errors caused by upgrading go
  • ced5d5c Fix imports
  • f821905 Fix linter issues
  • be87076 Fix linter warnings
  • 1dc1450 Fix regression that broke --only-scope (corneliusweig#88)
  • 5ff5d25 Fix return type of adapter printers
  • a10b7ca Fix travis releases
  • 46a876a Fix typo
  • 24d8eec Fix typo in release notes
  • b9a78c3 Fix version references
  • 6dc0056 Fix zsh completion
  • a2376bb Handle emtpy results
  • 07fd924 Improve documentation for the config file location
  • 93a2c9f Improve readability
  • 5bc71c4 Improve readme instructions around the krew installation method
  • 10f6cc6 Improve travis configuration
  • 90572cb Include arm64-darwin assets in fileset for release
  • a296848 Include bundle in travis release definition
  • 3997623 Include the original license in the attribution to kubernetes
  • 9abfedb Increase timeout for golangci-lint to ...
Read more