303 lines
10 KiB
Plaintext
303 lines
10 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Mar 05 06:54:45 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||
|
|
|
||
|
|
- Update to version 0.13.12:
|
||
|
|
* Bump go.mod
|
||
|
|
* Bump to Go 1.26
|
||
|
|
* Updates on asking for sponsors
|
||
|
|
* Add ascii diagram
|
||
|
|
* Make intro a link
|
||
|
|
* Note on CE EULA
|
||
|
|
* Add EULA for K3sup Pro (ONLY)
|
||
|
|
* Update LICENSE
|
||
|
|
* Update README.md
|
||
|
|
* Show alternative installation approach
|
||
|
|
* Add PRO flag/switch to k3sup installer
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Aug 20 11:10:11 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||
|
|
|
||
|
|
- Update to version 0.13.11:
|
||
|
|
* Add command to obtain k3sup pro
|
||
|
|
* Initial pro readme
|
||
|
|
* Fixes in README
|
||
|
|
* Update README.md
|
||
|
|
* Update .DEREK.yml
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jun 30 05:16:39 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||
|
|
|
||
|
|
- Update to version 0.13.10:
|
||
|
|
* Merge a config from k3sup plan into a local file i.e.
|
||
|
|
$HOME/.kube/config
|
||
|
|
k3sup plan --merge
|
||
|
|
* Fetch a config from a pre-existing installation - either
|
||
|
|
because you lost the original, are on another machine, or want
|
||
|
|
to merge it into your main KUBECONFIG instead of having a
|
||
|
|
separate file
|
||
|
|
k3sup get-config
|
||
|
|
See the README.md for complete examples
|
||
|
|
* Commits
|
||
|
|
- 5d97659 Fix Makefile for Linux target when run on an Arm64
|
||
|
|
Mac by @alexellis
|
||
|
|
- e515ca4 Add get-config command by @alexellis
|
||
|
|
- 8602af8 Add --merge flag to k3sup plan by @alexellis
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed May 21 11:03:31 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||
|
|
|
||
|
|
- Update to version 0.13.9:
|
||
|
|
* Update vendor
|
||
|
|
* Look for default service account before marking cluster ready
|
||
|
|
* Cancel concurrent builds
|
||
|
|
* Create request-a-feature.md
|
||
|
|
* Update issue templates
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jan 21 06:07:59 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||
|
|
|
||
|
|
- Update to version 0.13.8:
|
||
|
|
* Update Go version, GitHub Actions and vendor
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jan 21 06:07:42 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||
|
|
|
||
|
|
- Update to version 0.13.7:
|
||
|
|
* Support ssh-key for k3sup plan
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jun 10 19:33:02 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||
|
|
|
||
|
|
- Update to version 0.13.6:
|
||
|
|
* Update to message in get.sh
|
||
|
|
* Update support message
|
||
|
|
* Update example with three hosts
|
||
|
|
* fix example and make it valid JSON
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Feb 02 09:59:40 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||
|
|
|
||
|
|
- Update to version 0.13.5:
|
||
|
|
* Add --no-extra flag to join command
|
||
|
|
* Update go-execute and cobra
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Feb 02 09:58:17 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||
|
|
|
||
|
|
- Update to version 0.13.4:
|
||
|
|
* Bump golang.org/x/crypto from 0.13.0 to 0.17.0
|
||
|
|
* Update README.md
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Oct 27 14:50:01 UTC 2023 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.13.3:
|
||
|
|
* Add --server-k3s-extra-args for disabling traefik etc
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Oct 27 14:49:16 UTC 2023 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.13.2:
|
||
|
|
* Add notes to README for k3sup plan
|
||
|
|
* Use node-token from an env-var instead of a file
|
||
|
|
* Use an env-var for the node-token instead of a file
|
||
|
|
* Update examples for k3sup plan
|
||
|
|
* Move temporary file deletion into a defer
|
||
|
|
* Add plan and node-token commands
|
||
|
|
* Fix typo
|
||
|
|
* Alteration to support message
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Sep 15 09:20:17 UTC 2023 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.13.1:
|
||
|
|
* Update vendor
|
||
|
|
* Update to go-execute v2
|
||
|
|
* chore: remove refs to deprecated io/ioutil
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Aug 31 14:44:03 UTC 2023 - andrea.manzini@suse.com
|
||
|
|
|
||
|
|
- Update to version 0.13.0:
|
||
|
|
* Ignore gofmt errors from vendor folder
|
||
|
|
* Remove usage of deprecated errors package
|
||
|
|
* Remove rebuild and cgo
|
||
|
|
* Update to Go 1.20
|
||
|
|
* Format some of the code, comment out unused line
|
||
|
|
* Add --tls-san for join command for servers
|
||
|
|
* Update README.md
|
||
|
|
* Update dependencies
|
||
|
|
* Print agent host/IP in join command
|
||
|
|
* Change streaming behaviour when joining nodes
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue May 30 07:54:40 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||
|
|
|
||
|
|
- use -buildmode=pie and BuildRequire go1.19
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue May 30 04:41:20 UTC 2023 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.12:
|
||
|
|
* Rename no-deploy to disable
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue May 30 04:37:49 UTC 2023 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.11:
|
||
|
|
* Bump GH Workflows to use Go 1.19
|
||
|
|
* Update publish.yaml
|
||
|
|
- BuildRequire go1.18
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue May 30 04:36:51 UTC 2023 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.10:
|
||
|
|
* Fix tests with extra parameter
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue May 30 04:35:51 UTC 2023 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.9:
|
||
|
|
* Add server-url for use with HA IP
|
||
|
|
* Only print out stderr with --local if there's a non-zero exit
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue May 30 04:34:47 UTC 2023 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.8:
|
||
|
|
* Document the ready command
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Oct 05 05:24:30 UTC 2022 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.7:
|
||
|
|
* Fix issue with string being quoted in ready command
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Oct 05 05:20:46 UTC 2022 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.6:
|
||
|
|
* Fix ready command
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Oct 04 14:27:32 UTC 2022 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.5:
|
||
|
|
* Add experimental ready feature
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Oct 04 13:52:52 UTC 2022 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.4:
|
||
|
|
* Fix issue with join token for Windows users:
|
||
|
|
* Remove SWAG
|
||
|
|
* Less is more
|
||
|
|
* Fix #314
|
||
|
|
* Clarify what sponsorship entails
|
||
|
|
* Clarify expectations
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Oct 04 13:42:02 UTC 2022 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.3:
|
||
|
|
* Fix parsing of host field
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Oct 04 13:29:54 UTC 2022 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.2:
|
||
|
|
* Add build for darwin arm64 and adjust get accordingly
|
||
|
|
* Update examples for install, join and main command
|
||
|
|
* Update .DEREK.yml file
|
||
|
|
* Remove old packages from apps feature
|
||
|
|
* Make data-dir configurable for getting node token
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Oct 04 13:29:17 UTC 2022 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.12.1:
|
||
|
|
* Alter the support message printed in k3sup
|
||
|
|
* Increase minimum 32-bit arm version
|
||
|
|
* Upgrade golang.org packages
|
||
|
|
* Update ISSUE_TEMPLATE.md
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Jul 14 09:38:38 UTC 2022 - rombert@apache.org
|
||
|
|
|
||
|
|
- Update to version 0.12.0:
|
||
|
|
* Update Go crypo libraries and migrate to Go 1.18
|
||
|
|
* Add k3s and LXC post
|
||
|
|
* Use explicit path for SUCCESS_CMD
|
||
|
|
* Fix 376
|
||
|
|
* Add k3s check command
|
||
|
|
* Update README.md
|
||
|
|
* Add sponsoring card back to README due to lack of sponsors
|
||
|
|
* Update README.md
|
||
|
|
* Update PULL_REQUEST_TEMPLATE.md
|
||
|
|
* Update .DEREK.yml
|
||
|
|
* Mention k3s-channel flag
|
||
|
|
* Remove vendoring in CI
|
||
|
|
* Update go version for M1 Darwin support in CI
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jan 04 13:47:21 UTC 2022 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.11.2:
|
||
|
|
* Upgrade for K3s HA and fix for merging config on Windows
|
||
|
|
PR #360 Expand --local-path string for Windows by @alexellis
|
||
|
|
PR #359 Added instructions for using --server-user by @cbrachem
|
||
|
|
PR #355 Add --token to HA external datastore command by @Waterdrips
|
||
|
|
PR #354 Build badge with Github CI link by @rashedkvm
|
||
|
|
PR #353 Added GitHub Actions build status using workflow name by @rashedkvm
|
||
|
|
PR #340 Add a blog post to the README by @adyanth
|
||
|
|
* Commits
|
||
|
|
- b3b7106 Expand --local-path string for Windows by @sralloza
|
||
|
|
- 73b7f03 Added instructions for using --server-user by @cbrachem
|
||
|
|
- 080b9cf Add --token to HA external datastore command by @Waterdrips
|
||
|
|
- 38c1dc5 Update README.md by @alexellis
|
||
|
|
- 99811f1 Update README.md by @alexellis
|
||
|
|
- 57e86ae Update README.md by @alexellis
|
||
|
|
- cdcebfb Build badge with Github CI link by @rashedkvm
|
||
|
|
- 40f3ff6 Added build badge using workflow name by @rashedkvm
|
||
|
|
- 2a52d3c Update README.md by @alexellis
|
||
|
|
- 9b6964f Update README.md by @alexellis
|
||
|
|
- b53a140 Update README.md by @alexellis
|
||
|
|
- 9717ee3 Add a blog post to the README by @adyanth
|
||
|
|
- 4c0bbd5 Update pre-reqs in ToC by @alexellis
|
||
|
|
- 89d15f2 Update README with note on passwordless sudo by @alexellis
|
||
|
|
- 2d28f9e Update README.md by @alexellis
|
||
|
|
- 75b863e Update ISSUE_TEMPLATE.md by @alexellis
|
||
|
|
- 26db404 Update .DEREK.yml by @alexellis
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jan 04 13:44:57 UTC 2022 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.11.1:
|
||
|
|
* Set the k3s version to stable
|
||
|
|
* Commits:
|
||
|
|
- 95cf0b1 Set the k3s version to stable by @alexellis
|
||
|
|
- 3315af5 Update README.md by @alexellis
|
||
|
|
- 6fde5ef Fix two ToC links by @alexellis
|
||
|
|
- 337fef3 Update headings and add 2fa note by @alexellis
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon May 17 17:04:27 UTC 2021 - kastl@b1-systems.de
|
||
|
|
|
||
|
|
- Update to version 0.11.0:
|
||
|
|
* Update README.md
|
||
|
|
* Fix two ToC links
|
||
|
|
* Update headings and add 2fa note
|
||
|
|
* Handle absense of SSH_AUTH_SOCK and agent errors
|
||
|
|
* Add ssh-agent with fall-through to join command.
|
||
|
|
* Transparently use ssh-agent on linux/darwin
|
||
|
|
* Update ToC and switch out sponsors image
|
||
|
|
* Update troubleshooting section
|
||
|
|
* Fix 321 for local skip-install option
|
||
|
|
* Update ISSUE_TEMPLATE.md
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon May 17 17:02:52 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>
|
||
|
|
|
||
|
|
- initial version of the package k3sup
|