[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/urfave/cli](https://togithub.com/urfave/cli) | require | patch | `v1.22.11` -> `v1.22.12` | --- ### Release Notes <details> <summary>urfave/cli</summary> ### [`v1.22.12`](https://togithub.com/urfave/cli/releases/tag/v1.22.12) [Compare Source](https://togithub.com/urfave/cli/compare/v1.22.11...v1.22.12) #### What's Changed - Update many v1 things by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1654](https://togithub.com/urfave/cli/pull/1654) **Full Changelog**: https://github.com/urfave/cli/compare/v1.22.11...v1.22.12 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDguNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwOC40In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
internal | ||
tests | ||
.golangci.yml | ||
.goreleaser.yaml | ||
CORE_VERSION | ||
Earthfile | ||
earthly.sh | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
releases-arm.json | ||
releases.json | ||
renovate.json | ||
repository.yaml |
With Kairos you can build immutable, bootable Kubernetes and OS images for your edge devices as easily as writing a Dockerfile. Optional P2P mesh with distributed ledger automates node bootstrapping and coordination. Updating nodes is as easy as CI/CD: push a new image to your container registry and let secure, risk-free A/B atomic upgrades do the rest.
Kairos full-mesh support
This repository generates Kairos images with full-mesh support. full-mesh support currently is available only with k3s, and the provider follows strictly k3s releases.
To use Kairos with mesh support, either download the bootable medium in the releases, or either use kairos core with the provider-kairos bundles, during configuration like so:
#node-config
install:
bundles:
- ....
Upgrades
Upgrading can be done either via Kubernetes or manually with kairos-agent upgrade --image <image>
, or you can list available versions with kairos-agent upgrade list-releases
.
Container images available for upgrades are pushed to quay, you can check out the image matrix in our documentation.