Skip to content

Releases: flavio/kuberlr

v0.4.5

08 Jan 15:27
v0.4.5
919c84e
Compare
Choose a tag to compare

Changelog

  • ebe3f93 Merge pull request #46 from flavio/dependabot/go_modules/k8s.io/client-go-0.28.2
  • 988aaf4 Merge pull request #47 from flavio/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.4.8
  • 4fb24e3 Merge pull request #49 from flavio/dependabot/go_modules/golang.org/x/net-0.17.0
  • 9d026fe Merge pull request #50 from flavio/dependabot/go_modules/k8s.io/client-go-0.28.3
  • 2d792c0 Merge pull request #51 from flavio/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.4.9
  • 20e91e5 Merge pull request #52 from flavio/dependabot/go_modules/github.com/spf13/cobra-1.8.0
  • e24d8eb Merge pull request #53 from flavio/dependabot/go_modules/github.com/schollz/progressbar/v3-3.14.0
  • 6112a58 Merge pull request #54 from flavio/dependabot/go_modules/github.com/schollz/progressbar/v3-3.14.1
  • cd2682c Merge pull request #55 from flavio/dependabot/go_modules/k8s.io/client-go-0.28.4
  • 44b2d38 Merge pull request #56 from flavio/dependabot/github_actions/actions/setup-go-5
  • c41c242 Merge pull request #58 from flavio/dependabot/go_modules/github.com/spf13/viper-1.18.1
  • 78bed51 Merge pull request #59 from flavio/dependabot/go_modules/k8s.io/client-go-0.29.0
  • ea6c4f5 Merge pull request #60 from flavio/dependabot/go_modules/github.com/spf13/viper-1.18.2
  • 919c84e Merge pull request #61 from DanHam/respect-context
  • aed9334 Merge pull request #63 from flavio/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.5.1
  • 4512dc3 Use context passed via the commandline when discovering cluster version
  • 9865010 build(deps): bump actions/setup-go from 4 to 5
  • 281c77d build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.7 to 6.4.8
  • 375e1f1 build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.8 to 6.4.9
  • 8869f5c build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.9 to 6.5.1
  • a13af27 build(deps): bump github.com/schollz/progressbar/v3
  • 9bb61bf build(deps): bump github.com/schollz/progressbar/v3
  • 8838675 build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
  • b763fec build(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.1
  • 566746c build(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2
  • 29af627 build(deps): bump golang.org/x/net from 0.13.0 to 0.17.0
  • 5601392 build(deps): bump k8s.io/client-go from 0.28.1 to 0.28.2
  • a776577 build(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3
  • 0b3c135 build(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4
  • 6285899 build(deps): bump k8s.io/client-go from 0.28.4 to 0.29.0
  • eedccb6 chore(deps): update to latest version of golangci

v0.4.4

14 Sep 15:47
v0.4.4
df56c47
Compare
Choose a tag to compare

Changelog

  • df56c47 fix: support global kubectl options

v0.4.3

13 Sep 07:47
v0.4.3
1ec3616
Compare
Choose a tag to compare

What's Changed

  • Fixes the command output when the Kubernetes server is unreachable. by @bkmeneguello in #28
  • Bump k8s.io/client-go from 0.17.0 to 0.20.0 by @dependabot in #32
  • Enable building universal binaries for macos by @mook-as in #31
  • Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 by @dependabot in #33
  • Added the s390x architecture by @dgiebert in #35
  • Bump actions/checkout from 2 to 4 by @dependabot in #38
  • Bump actions/setup-go from 2 to 4 by @dependabot in #39
  • Bump github.com/jedib0t/go-pretty/v6 from 6.0.4 to 6.4.7 by @dependabot in #40
  • Bump github.com/spf13/cobra from 1.0.0 to 1.7.0 by @dependabot in #42
  • Bump github.com/spf13/viper from 1.4.0 to 1.16.0 by @dependabot in #44
  • Bump github.com/schollz/progressbar/v3 from 3.3.1 to 3.13.1 by @dependabot in #43

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.3-rc2

12 Sep 13:12
v0.4.3-rc2
468639e
Compare
Choose a tag to compare

What's Changed

  • Fixes the command output when the Kubernetes server is unreachable. by @bkmeneguello in #28
  • Bump k8s.io/client-go from 0.17.0 to 0.20.0 by @dependabot in #32
  • Enable building universal binaries for macos by @mook-as in #31
  • Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 by @dependabot in #33
  • Added the s390x architecture by @dgiebert in #35
  • Bump actions/checkout from 2 to 4 by @dependabot in #38
  • Bump actions/setup-go from 2 to 4 by @dependabot in #39
  • Bump github.com/jedib0t/go-pretty/v6 from 6.0.4 to 6.4.7 by @dependabot in #40
  • Bump github.com/spf13/cobra from 1.0.0 to 1.7.0 by @dependabot in #42
  • Bump github.com/spf13/viper from 1.4.0 to 1.16.0 by @dependabot in #44
  • Bump github.com/schollz/progressbar/v3 from 3.3.1 to 3.13.1 by @dependabot in #43

New Contributors

Full Changelog: v0.4.2...v0.4.3-rc2

v0.4.2

15 Jun 12:34
a68d3cb
Compare
Choose a tag to compare

Changelog

  • b1baf0a Downloader: don't shadow err
  • a793e85 Fix BiDi rendering issue for asterisk
  • 002fb14 Merge pull request #17 from rancher-sandbox/darwin-arm64
  • 101fc68 Merge pull request #23 from mook-as/rename-cross-device
  • a68d3cb Merge pull request #24 from jsoref/asterisk
  • 6f6010f Switch go version from 1.13 to 1.17 to support darwin/arm64 builds

v0.4.1

17 Aug 16:48
e09d1c6
Compare
Choose a tag to compare

Changelog

d7a53ea Fixing issue of process holding on to file during rename
b6b4b3e Merge pull request #14 from mattfarina/fix-13
e09d1c6 Tag release 0.4.1

v0.4.0

04 Aug 09:02
f766ce4
Compare
Choose a tag to compare

Changelog

3659fe4 Add get command
7520342 Don't parse kubectl commandline with flag.Parse()
77846a0 Fix error reporting inside of downloader
0395333 Merge pull request #12 from jandubois/kubectl-global-flags
f766ce4 Release version 0.4.0
4b2e6ee Update github.com/blang/semver dependency

v0.3.2

22 Jun 09:06
8fe2bf5
Compare
Choose a tag to compare

Changelog

42de4ae Act on linter directives
bb967bf Allow to override build date with SOURCE_DATE_EPOCH
17fe1e5 Convert the sha mismatch error msg into a custom error
26008c3 Copy the temp file to dest only if rename fails
d1771ab Merge pull request #10 from ericpromislow/9-check-download-hashes
4af0dd2 Merge pull request #6 from bmwiedemann/date
51f554c Merge pull request #7 from dirkmueller/master
1bdba48 Remove vendored tree
8fe2bf5 Tag version v0.3.2
dcb1570 When downloading versions of kubectl, verify their contents against known SHA256 hashes
b7f28cd download the hash before the document
f0a80e7 ioutil.TempFile returns an open file object
a1ae50e style improvements - no functional change

v0.3.1

27 Jul 15:49
cf1ff33
Compare
Choose a tag to compare

Changelog

d4ea67a Add GoReleaser
f0a582f Add README
16a9587 Add badgest to README
bb93fc4 Add changelog file
4771a0a Add kuberlr bin subcommand
2c02613 Add kuberlr bins sub-command
b4edc54 Add support for configuration file
c65b063 Allow to use kubectl binaries installed on the system
6c3d6f0 Be more resilient on failures
ffd9df2 Build kuberlr binary for windows
db3ff5f Change naming scheme for kubectl binaries
5306b26 Cleanup of Makefile
2d89e55 Cleanup of vendored dependencies
56e5114 Code refactoring
25e517f Code refactoring
2dafa5f Code refactorying and unit tests
202f1eb Downloader: check http status code
733c374 First round of fixes for the linters
b56be0a Fix building
80514cb Fix last linter warning
cd1808b Fix linting error
1f4e34d Fix linting errors
1f5a009 Fix linting errors
483fdb3 Fix mode bits of the downloaded kubectl binaries
3e14ef3 Fixed typo inside of documentation
21bfe06 GitHub actions: enable test matrix
af478dd GitHub actions: enable tests on pull requests
b4f9288 Handle k8s API server not reachable scenario
7cd66fc Improve README
8ec4966 Initial commit
46c10db Make kubectl download more relaxed
7155780 Merge branch 'luisdavim-patch-1'
2363f33 Merge pull request #3 from justenwalker/windows-support
51427a8 Merge pull request #4 from flavio/build-windows-binaries
3a64b60 Merge pull request #5 from justenwalker/progress-fix
cf1ff33 Prepare for release of v0.3.1
e66eaf8 Rename kubectl_versioner
2757ee8 Run linters as part of GitHub test action
ae0148c Run tests using GitHub actions
829d56c Set timeout when querying remote API server
720c9d8 Switch to golint
8c98a5f TIL: you can specify multiple files via KUBECONFIG
bbc13e4 Tag v0.2.1
ed82468 Update Changelog
a1cd39d Update README
8a287b8 Update README file
d417163 Update README to mention all the platforms supported
61b22c9 Update README: mention kuberlr sub commands
cb97f9f Update vendored deps
8750c06 fix: set progress bar desc to shorter string
e3028e8 support oidc auth
27d7143 windows: add drop-in replacement for syscall.Exec
02a04c4 windows: add filename extension utils
799abe7 windows: fix path construction for download dir
cb7be70 windows: require .exe extension on windows
3eb5f0d windows: separate config paths for windows and unix

v0.3.0

10 Jul 15:08
ed82468
Compare
Choose a tag to compare

Changelog

d4ea67a Add GoReleaser
f0a582f Add README
16a9587 Add badgest to README
bb93fc4 Add changelog file
4771a0a Add kuberlr bin subcommand
2c02613 Add kuberlr bins sub-command
b4edc54 Add support for configuration file
c65b063 Allow to use kubectl binaries installed on the system
6c3d6f0 Be more resilient on failures
ffd9df2 Build kuberlr binary for windows
db3ff5f Change naming scheme for kubectl binaries
5306b26 Cleanup of Makefile
2d89e55 Cleanup of vendored dependencies
25e517f Code refactoring
56e5114 Code refactoring
2dafa5f Code refactorying and unit tests
202f1eb Downloader: check http status code
733c374 First round of fixes for the linters
b56be0a Fix building
80514cb Fix last linter warning
cd1808b Fix linting error
1f4e34d Fix linting errors
1f5a009 Fix linting errors
483fdb3 Fix mode bits of the downloaded kubectl binaries
3e14ef3 Fixed typo inside of documentation
21bfe06 GitHub actions: enable test matrix
af478dd GitHub actions: enable tests on pull requests
b4f9288 Handle k8s API server not reachable scenario
7cd66fc Improve README
8ec4966 Initial commit
46c10db Make kubectl download more relaxed
7155780 Merge branch 'luisdavim-patch-1'
2363f33 Merge pull request #3 from justenwalker/windows-support
51427a8 Merge pull request #4 from flavio/build-windows-binaries
e66eaf8 Rename kubectl_versioner
2757ee8 Run linters as part of GitHub test action
ae0148c Run tests using GitHub actions
829d56c Set timeout when querying remote API server
720c9d8 Switch to golint
8c98a5f TIL: you can specify multiple files via KUBECONFIG
bbc13e4 Tag v0.2.1
ed82468 Update Changelog
a1cd39d Update README
8a287b8 Update README file
d417163 Update README to mention all the platforms supported
61b22c9 Update README: mention kuberlr sub commands
cb97f9f Update vendored deps
e3028e8 support oidc auth
27d7143 windows: add drop-in replacement for syscall.Exec
02a04c4 windows: add filename extension utils
799abe7 windows: fix path construction for download dir
cb7be70 windows: require .exe extension on windows
3eb5f0d windows: separate config paths for windows and unix