- 13 Sep, 2024 1 commit
-
-
Brooks Newberry authored
* update Kubernetes to v1.31.1 and Go to 1.22.6 Signed-off-by:
Brooks Newberry <brooks@newberry.com>
-
- 10 Sep, 2024 1 commit
-
-
Brad Davidson authored
Resolves issue from 270f85e4 that prevented old hosts.toml files from being cleaned up. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 06 Sep, 2024 10 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 270f85e4) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Also silences warnings about bootstrap fields that are not intended to be handled by CA rotation Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit fe3324cb) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 662799fe) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit d746073b) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Harsimran Singh Maan authored
Used https://github.com/coredns/corefile-migration to migrate the corefile. There are no changes for the default file from 1.10.1 to 1.11.3. Notable plugin changes include the k8s_external with fallthrough option and rewrite with cname_target option. These changes are not part of the default config that ships with k3s. Customers using these two plugins can start using the new options Metrics does not have any new features other than build tooling updates. Requires https://github.com/rancher/image-mirror/pull/704Signed-off-by:
Harsimran Singh Maan <maan.harry@gmail.com> (cherry picked from commit 0b4d2497) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit bd45aa5c) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
This is less effort than passing the tag across steps
🤷 ♂️ Signed-off-by:Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 378edb93) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 3d6e4a79) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
dependabot[bot] authored
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.20.0 to 0.24.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.20.0...0.24.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit dacc636c) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com> (cherry picked from commit fa6940d0) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 05 Sep, 2024 1 commit
-
-
Roberto Bonafiglia authored
Signed-off-by:
Roberto Bonafiglia <roberto.bonafiglia@suse.com>
-
- 04 Sep, 2024 3 commits
-
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
* Remove secrets encryption controller Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 29 Aug, 2024 1 commit
-
-
Hussein Galal authored
Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 22 Aug, 2024 8 commits
-
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Co-authored-by:
Brad Davidson <brad@oatmail.org> Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
galal-hussein authored
Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
galal-hussein authored
Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
galal-hussein authored
Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
galal-hussein authored
Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 16 Aug, 2024 2 commits
-
-
github-actions[bot] authored
Made with
❤ ️️ by updatecli Co-authored-by:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
Robert Silén authored
MariaDB is mentioned as supported in requirements, so adding to README too. Also raises a discussion earlier: https://github.com/k3s-io/k3s/issues/10686Signed-off-by:
Robert Silén <robert.silen@iki.fi>
-
- 13 Aug, 2024 3 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Brooks Newberry authored
Signed-off-by:
Brooks Newberry <brooks@newberry.com> (cherry picked from commit 086d9ca0) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 12 Aug, 2024 4 commits
-
-
ChrisBeaker authored
* Fix: Add $SUDO prefix to transactional-update commands in install script This commit addresses an issue in the k3s install script where the transactional-update commands did not include the $SUDO variable. This omission caused the script to fail if sudo was not used. Adding the $SUDO prefix ensures that the script runs correctly in all environments. Signed-off-by:
ChrisBeaker <christian.siebigteroth@suse.com> Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Alireza Eskandari authored
Signed-off-by:
Alireza Eskandari <alireza.eskandari@wsd.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
* Update to newer OS images for install testing * Update vagrant images used for E2E Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 07 Aug, 2024 6 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com> Co-Authored-By:
ErikJang <81848652+erikjang@users.noreply.github.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com> Co-Authored-By:
Blayne Campbell <5565939+bcambl@users.noreply.github.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com> Co-Authored-By:
ahmedali6 <87921765+ahmedali6@users.noreply.github.com>
-
Vitor Savian authored
Signed-off-by:
Vitor Savian <vitor.savian@suse.com> Add recursive search and deletion of unmounted/mounted dirs in killall Signed-off-by:
Vitor Savian <vitor.savian@suse.com> Only clean the server and agent directory if it is uninstall Signed-off-by:
Vitor Savian <vitor.savian@suse.com> Add uninstall test to check mount points Signed-off-by:
Vitor Savian <vitor.savian@suse.com> Add uninstall test in CI Signed-off-by:
Vitor Savian <vitor.savian@suse.com>
-