* chore(Dockerfile): use latest version of the Go base image * Improve error reporting * Set the right initial permissions for the download dirs * chore(deps): Bump github.com/go-viper/mapstructure/v2 * chore(deps): Bump sigstore/cosign-installer from 3.9.0 to 3.9.1 * chore(deps): Bump k8s.io/client-go from 0.33.1 to 0.33.2 * chore(deps): Bump docker/setup-buildx-action from 3.11.0 to 3.11.1 * chore(deps): Bump sigstore/cosign-installer from 3.8.2 to 3.9.0 * chore(deps): Bump docker/setup-buildx-action from 3.10.0 to 3.11.0 * chore(deps): Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 * chore(deps): Bump docker/build-push-action from 6.16.0 to 6.18.0 * chore(deps): Bump k8s.io/client-go from 0.33.0 to 0.33.1 * chore(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 * chore(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 * chore(deps): update golangci-lint * chore(deps): Bump actions/attest-build-provenance from 2.2.3 to 2.3.0 * chore(deps): Bump docker/build-push-action from 6.15.0 to 6.16.0 * chore(deps): Bump k8s.io/client-go from 0.32.3 to 0.33.0 * chore(deps): Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 * chore(deps): Bump golang.org/x/net from 0.36.0 to 0.38.0 * chore(deps): Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 * chore(deps): Bump github.com/spf13/viper from 1.20.0 to 1.20.1 * chore(deps): Bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 * chore(deps): Bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 * chore(deps): update to latest golangci * chore(deps): Bump actions/setup-go from 5.3.0 to 5.4.0 * chore(deps): Bump docker/login-action from 3.3.0 to 3.4.0 * chore(deps): Bump github.com/spf13/viper from 1.19.0 to 1.20.0 * chore(deps): Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kuberlr?expand=0&rev=9
333 lines
16 KiB
Plaintext
333 lines
16 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Nov 17 16:43:35 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- Update to version 0.6.1:
|
|
* chore(Dockerfile): use latest version of the Go base image
|
|
* Improve error reporting
|
|
* Set the right initial permissions for the download dirs
|
|
* chore(deps): Bump github.com/go-viper/mapstructure/v2
|
|
* chore(deps): Bump sigstore/cosign-installer from 3.9.0 to 3.9.1
|
|
* chore(deps): Bump k8s.io/client-go from 0.33.1 to 0.33.2
|
|
* chore(deps): Bump docker/setup-buildx-action from 3.11.0 to 3.11.1
|
|
* chore(deps): Bump sigstore/cosign-installer from 3.8.2 to 3.9.0
|
|
* chore(deps): Bump docker/setup-buildx-action from 3.10.0 to 3.11.0
|
|
* chore(deps): Bump actions/attest-build-provenance from 2.3.0 to 2.4.0
|
|
* chore(deps): Bump docker/build-push-action from 6.16.0 to 6.18.0
|
|
* chore(deps): Bump k8s.io/client-go from 0.33.0 to 0.33.1
|
|
* chore(deps): Bump actions/setup-go from 5.4.0 to 5.5.0
|
|
* chore(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
|
|
* chore(deps): update golangci-lint
|
|
* chore(deps): Bump actions/attest-build-provenance from 2.2.3 to 2.3.0
|
|
* chore(deps): Bump docker/build-push-action from 6.15.0 to 6.16.0
|
|
* chore(deps): Bump k8s.io/client-go from 0.32.3 to 0.33.0
|
|
* chore(deps): Bump sigstore/cosign-installer from 3.8.1 to 3.8.2
|
|
* chore(deps): Bump golang.org/x/net from 0.36.0 to 0.38.0
|
|
* chore(deps): Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0
|
|
* chore(deps): Bump github.com/spf13/viper from 1.20.0 to 1.20.1
|
|
* chore(deps): Bump golangci/golangci-lint-action from 6.5.2 to 7.0.0
|
|
* chore(deps): Bump golangci/golangci-lint-action from 6.5.1 to 6.5.2
|
|
* chore(deps): update to latest golangci
|
|
* chore(deps): Bump actions/setup-go from 5.3.0 to 5.4.0
|
|
* chore(deps): Bump docker/login-action from 3.3.0 to 3.4.0
|
|
* chore(deps): Bump github.com/spf13/viper from 1.19.0 to 1.20.0
|
|
* chore(deps): Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
|
|
* chore(deps): Bump k8s.io/client-go from 0.32.2 to 0.32.3
|
|
* chore(deps): Bump golang.org/x/net from 0.33.0 to 0.36.0
|
|
* chore(deps): Bump actions/attest-build-provenance from 2.2.2 to 2.2.3
|
|
* feat: Support environment variables for config settings
|
|
* chore(deps): Bump docker/setup-qemu-action from 3.5.0 to 3.6.0
|
|
* chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.6.6 to 6.6.7
|
|
* chore(deps): Bump actions/attest-build-provenance from 2.2.0 to 2.2.2
|
|
* chore(deps): Bump docker/build-push-action from 6.14.0 to 6.15.0
|
|
* chore(deps): Bump docker/setup-qemu-action from 3.4.0 to 3.5.0
|
|
* chore(deps): Bump docker/setup-buildx-action from 3.9.0 to 3.10.0
|
|
* chore(deps): Bump docker/metadata-action from 5.6.1 to 5.7.0
|
|
* chore(deps): Bump sigstore/cosign-installer from 3.8.0 to 3.8.1
|
|
* chore(deps): Bump docker/build-push-action from 6.13.0 to 6.14.0
|
|
* chore(deps): Bump golangci/golangci-lint-action from 6.4.0 to 6.5.0
|
|
* chore(deps): Bump github.com/spf13/cobra from 1.8.1 to 1.9.1
|
|
* Bump golang version in dockerfile
|
|
* Add missing ARG TARGETPLATFORM
|
|
* chore(deps): Bump golangci/golangci-lint-action from 6.3.2 to 6.4.0
|
|
* chore(deps): Bump k8s.io/client-go from 0.32.1 to 0.32.2
|
|
* chore(deps): Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1
|
|
* chore(deps): Bump golangci/golangci-lint-action from 6.3.0 to 6.3.2
|
|
* chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.6
|
|
* chore(deps): Bump docker/setup-qemu-action from 3.3.0 to 3.4.0
|
|
* chore(deps): Bump docker/setup-buildx-action from 3.8.0 to 3.9.0
|
|
* chore(deps): Bump golangci/golangci-lint-action from 6.2.0 to 6.3.0
|
|
* chore(deps): Bump sigstore/cosign-installer from 3.7.0 to 3.8.0
|
|
* chore(deps): Bump github.com/spf13/pflag from 1.0.5 to 1.0.6
|
|
* chore(deps): Bump docker/build-push-action from 6.12.0 to 6.13.0
|
|
* chore(deps): Bump actions/attest-build-provenance from 2.1.0 to 2.2.0
|
|
* chore(deps): Bump actions/setup-go from 5.2.0 to 5.3.0
|
|
* chore(deps): Bump release-drafter/release-drafter from 6.0.0 to 6.1.0
|
|
* chore(deps): Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
|
|
* chore(deps): Bump k8s.io/client-go from 0.32.0 to 0.32.1
|
|
* chore(deps): Bump docker/build-push-action from 6.11.0 to 6.12.0
|
|
* chore(deps): Bump golang.org/x/net from 0.30.0 to 0.33.0
|
|
* chore(deps): Bump github.com/schollz/progressbar/v3
|
|
* chore(deps): Bump docker/build-push-action from 6.10.0 to 6.11.0
|
|
* chore(deps): Bump docker/setup-qemu-action from 3.2.0 to 3.3.0
|
|
* chore(deps): Bump actions/checkout from 4.1.7 to 4.2.2 (#141)
|
|
* chore: rename `master` branch to `main` branch
|
|
* chore(deps): Bump actions/setup-go from 5.0.2 to 5.2.0
|
|
* ci: update CI GHA
|
|
* chore(deps): use latest version of golangci-lint
|
|
* chore(deps): update Go version
|
|
* chore(deps): Bump docker/setup-buildx-action from 3.7.1 to 3.8.0
|
|
* chore(deps): Bump k8s.io/client-go from 0.31.4 to 0.32.0
|
|
* chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.6.4 to 6.6.5
|
|
* chore(deps): Bump k8s.io/client-go from 0.31.3 to 0.31.4
|
|
* chore(deps): Bump actions/attest-build-provenance from 2.0.0 to 2.1.0
|
|
* chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.6.3 to 6.6.4
|
|
* chore(deps): Bump actions/attest-build-provenance from 1.4.4 to 2.0.0
|
|
* chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.6.2 to 6.6.3
|
|
* chore(deps): Bump docker/build-push-action from 6.9.0 to 6.10.0
|
|
* chore(deps): Bump k8s.io/client-go from 0.31.2 to 0.31.3
|
|
* chore(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
|
|
* chore(deps): Bump docker/metadata-action from 5.5.1 to 5.6.1
|
|
* chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.6.1 to 6.6.2
|
|
* chore(deps): Bump github.com/schollz/progressbar/v3
|
|
* chore(deps): Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
|
|
* chore(deps): Bump actions/attest-build-provenance from 1.4.3 to 1.4.4
|
|
* chore(deps): Bump github.com/schollz/progressbar/v3
|
|
* chore(deps): Bump k8s.io/client-go from 0.31.1 to 0.31.2
|
|
* chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.6.0 to 6.6.1
|
|
* add test when KUBERLR_CFG is unset
|
|
* fix issues from comments
|
|
* chore(deps): Bump docker/setup-buildx-action from 3.7.0 to 3.7.1
|
|
* chore(deps): Bump sigstore/cosign-installer from 3.6.0 to 3.7.0
|
|
* fix imports style
|
|
* add missing comma
|
|
* fix config_test
|
|
* remove unused import
|
|
* import os
|
|
* fix typo
|
|
* load config from $KUBERLR_CFG
|
|
* chore(deps): Bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.0
|
|
* chore(deps): Bump docker/setup-buildx-action from 3.6.1 to 3.7.0
|
|
* chore(deps): Bump github.com/schollz/progressbar/v3
|
|
* chore(deps): Bump docker/build-push-action from 6.8.0 to 6.9.0
|
|
* fix typo
|
|
* fix ThisExecutableDir()
|
|
* add config path
|
|
* chore(deps): Bump docker/build-push-action from 6.7.0 to 6.8.0
|
|
* chore(deps): Bump github.com/schollz/progressbar/v3
|
|
* chore(deps): Bump github.com/schollz/progressbar/v3
|
|
* chore(deps): Bump k8s.io/client-go from 0.31.0 to 0.31.1
|
|
* chore(deps): Bump actions/attest-build-provenance from 1.4.2 to 1.4.3
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 31 17:34:04 UTC 2025 - Earl Sampson <esampson@suse.com>
|
|
|
|
- BuildRequire go 1.22.3 or higher
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 31 15:34:02 UTC 2025 - esampson@suse.com
|
|
|
|
- Update to version 0.5.2:
|
|
* automation: switch to release-drafter
|
|
* refactor: small improvements to tests
|
|
* test: update to latest version of golangci
|
|
* refactor: improve tests
|
|
* chore(deps): Bump actions/attest-build-provenance from 1.4.1 to 1.4.2
|
|
* Fix typo and add tests
|
|
* Small refactoring
|
|
* Fix infinite recursion loop with kube login
|
|
* chore(deps): Bump docker/build-push-action from 6.6.1 to 6.7.0
|
|
* chore(deps): Bump k8s.io/client-go from 0.30.3 to 0.31.0
|
|
* chore(deps): Bump actions/attest-build-provenance from 1.4.0 to 1.4.1
|
|
* chore(deps): Bump sigstore/cosign-installer from 3.5.0 to 3.6.0
|
|
* chore(deps): Bump docker/build-push-action from 5.3.0 to 6.6.1
|
|
* automation: fix release action
|
|
* Tag all actions by sha
|
|
* Remove goreleaser config comments
|
|
* Make machine name more generic
|
|
* seed bash completion at build time
|
|
* add attestation settings and step
|
|
* Add kuberlr completion
|
|
* Update release to publish docker image too
|
|
* Add dockerfile with local make script
|
|
* update goreleaser config with version
|
|
* chore(deps): Bump github.com/schollz/progressbar/v3
|
|
* chore(deps): Bump github.com/schollz/progressbar/v3
|
|
* chore(deps): Bump k8s.io/client-go from 0.30.2 to 0.30.3
|
|
* chore(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
|
|
* chore(deps): Bump k8s.io/client-go from 0.30.1 to 0.30.2
|
|
* chore(deps): Bump github.com/schollz/progressbar/v3
|
|
* chore(deps): Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0
|
|
* chore(deps): Bump github.com/spf13/viper from 1.18.2 to 1.19.0
|
|
* chore(deps): update go, golangci, gorelease
|
|
* chore(deps): run go mod tidy
|
|
* --- updated-dependencies: - dependency-name: github.com/schollz/progressbar/v3 dependency-type: direct:production update-type: version-update:semver-patch ...
|
|
* build(deps): bump k8s.io/client-go from 0.29.3 to 0.30.1
|
|
* build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0
|
|
* build(deps): bump golangci/golangci-lint-action from 4 to 6
|
|
* build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.6 to 6.5.9
|
|
* build(deps): bump golang.org/x/net from 0.19.0 to 0.23.0
|
|
* refactor: cleanup checksum code
|
|
* skip gosec in linting, verify old binaries with sha1
|
|
* fix lint
|
|
* fix typo
|
|
* add types for download args
|
|
* update shaURLToGet
|
|
* fix typo
|
|
* use sha512 checksum for ver>=1.12, and sha1 for old versions
|
|
* Update README
|
|
* set DisableFlagParsing to true for NewKubectlWrapperCmd
|
|
* format code
|
|
* DisableFlagParsing for NewKubectlWrapperCmd
|
|
* remove unused lint directive
|
|
* add kubectl subcommand
|
|
* Small fixes to Kubernetes mirror patch
|
|
* build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.5 to 6.5.6
|
|
* remove unused lint directive
|
|
* fix getKbReleaseURL
|
|
* add config key KbReleaseUrl for custom download mirror
|
|
* build(deps): bump k8s.io/client-go from 0.29.2 to 0.29.3
|
|
* build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.4 to 6.5.5
|
|
* build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
|
|
* build(deps): bump github.com/schollz/progressbar/v3
|
|
* build(deps): bump k8s.io/client-go from 0.29.1 to 0.29.2
|
|
* build(deps): bump golangci/golangci-lint-action from 3 to 4
|
|
* build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.3 to 6.5.4
|
|
* build(deps): bump k8s.io/client-go from 0.29.0 to 0.29.1
|
|
* build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.2 to 6.5.3
|
|
* build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.1 to 6.5.2
|
|
* build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.9 to 6.5.1
|
|
* Use context passed via the commandline when discovering cluster version
|
|
* build(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2
|
|
* build(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.1
|
|
* chore(deps): update to latest version of golangci
|
|
* build(deps): bump k8s.io/client-go from 0.28.4 to 0.29.0
|
|
* build(deps): bump actions/setup-go from 4 to 5
|
|
* build(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4
|
|
* build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
|
|
* build(deps): bump github.com/schollz/progressbar/v3
|
|
* build(deps): bump github.com/schollz/progressbar/v3
|
|
* build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.8 to 6.4.9
|
|
* build(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3
|
|
* build(deps): bump golang.org/x/net from 0.13.0 to 0.17.0
|
|
* build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.7 to 6.4.8
|
|
* build(deps): bump k8s.io/client-go from 0.28.1 to 0.28.2
|
|
* fix: support global kubectl options
|
|
* Remove changelog file
|
|
* fix: goreleaser grant the right privileges
|
|
* automation: fix goreleaser config
|
|
* automation: remove release-drafter
|
|
* automation: enable cosign
|
|
* chore(deps): update k8s.io/client
|
|
* test: fix broken GH action
|
|
* test: refactor GH action
|
|
* test: update go version used by GH actions
|
|
* test: fix linter warnings
|
|
* test: switch to golangci
|
|
* chore(deps): bump go version
|
|
* chore: cleanup Makefile
|
|
* Bump github.com/schollz/progressbar/v3 from 3.3.1 to 3.13.1
|
|
* Bump github.com/spf13/viper from 1.4.0 to 1.16.0
|
|
* Bump github.com/spf13/cobra from 1.0.0 to 1.7.0
|
|
* Bump github.com/jedib0t/go-pretty/v6 from 6.0.4 to 6.4.7
|
|
* Bump actions/setup-go from 2 to 4
|
|
* Bump actions/checkout from 2 to 4
|
|
* chore(automation): configure dependabot
|
|
* chore: update release actions
|
|
* fix: release-drafter enable master branch
|
|
* chore: add release-drafter
|
|
* Added the s390x architecture
|
|
* Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0
|
|
* Bump k8s.io/client-go from 0.17.0 to 0.20.0
|
|
* Enable building universal binaries for macos
|
|
* Fix go vet
|
|
* Fix go fmt errors
|
|
* GitHub Action test workflow: update go version
|
|
* Fixes the command output when the Kubernetes server is unreachable.
|
|
* Fix BiDi rendering issue for asterisk
|
|
* Downloader: don't shadow err
|
|
* Switch go version from 1.13 to 1.17 to support darwin/arm64 builds
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 07 15:40:49 UTC 2022 - kastl@b1-systems.de
|
|
|
|
- Update to version 0.4.1:
|
|
* Tag release 0.4.1
|
|
* Fixing issue of process holding on to file during rename
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 07 15:36:26 UTC 2022 - kastl@b1-systems.de
|
|
|
|
- Update to version 0.4.0:
|
|
* Release version 0.4.0
|
|
* Fix error reporting inside of downloader
|
|
* Add `get` command
|
|
* Update github.com/blang/semver dependency
|
|
* Don't parse kubectl commandline with flag.Parse()
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 07 15:32:02 UTC 2022 - kastl@b1-systems.de
|
|
|
|
- Update to version 0.3.2:
|
|
* Tag version v0.3.2
|
|
* Act on linter directives
|
|
* Copy the temp file to dest only if rename fails
|
|
* style improvements - no functional change
|
|
* download the hash before the document
|
|
* ioutil.TempFile returns an open file object
|
|
* Convert the sha mismatch error msg into a custom error
|
|
* When downloading versions of kubectl, verify their contents against known SHA256 hashes
|
|
* Remove vendored tree
|
|
* Allow to override build date with SOURCE_DATE_EPOCH
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 7 14:44:42 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
- BuildRequire go 1.16 or higher
|
|
- major overhaul of the package to adhere to common go build commands
|
|
- use 'buildmode=pie'
|
|
- strip binary
|
|
- do not use the Makefile, instead directly run the few commands
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 11 11:27:41 UTC 2020 - dmueller@suse.com
|
|
|
|
- Update to version 0.3.1:
|
|
* Prepare for release of v0.3.1
|
|
* fix: set progress bar desc to shorter string
|
|
* Update Changelog
|
|
* Update README to mention all the platforms supported
|
|
* GitHub actions: enable test matrix
|
|
* Build kuberlr binary for windows
|
|
* windows: fix path construction for download dir
|
|
* windows: require .exe extension on windows
|
|
* windows: add filename extension utils
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 14 21:21:22 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- fix update-alternatives logic
|
|
- set highest priority
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 13 10:48:53 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- spec file cleanups
|
|
- use vendor.tar.gz
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 10 15:06:10 UTC 2020 - Flavio Castelli <fcastelli@suse.com>
|
|
|
|
- Update to version 0.3.0
|
|
- Ensure OIDC authentication works
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 13:39:05 UTC 2020 - Flavio Castelli <fcastelli@suse.com>
|
|
|
|
- Ensure the right version of Go is used, this fixes builds on
|
|
tumbleweed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 08:20:19 UTC 2020 - Flavio Castelli <fcastelli@suse.com>
|
|
|
|
- Update to version version 0.2.1
|