This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/kairos-io/kairos-agent/v2](https://redirect.github.com/kairos-io/kairos-agent) | `v2.16.4` -> `v2.17.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kairos-io/kairos-agent (github.com/kairos-io/kairos-agent/v2)</summary> ### [`v2.17.0`](https://redirect.github.com/kairos-io/kairos-agent/releases/tag/v2.17.0) [Compare Source](https://redirect.github.com/kairos-io/kairos-agent/compare/v2.16.4...v2.17.0) #### What's Changed - fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/kairos-agent/pull/699](https://redirect.github.com/kairos-io/kairos-agent/pull/699) - fix(deps): update module golang.org/x/net to v0.37.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/kairos-agent/pull/700](https://redirect.github.com/kairos-io/kairos-agent/pull/700) - fix(deps): update module golang.org/x/oauth2 to v0.28.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/kairos-agent/pull/701](https://redirect.github.com/kairos-io/kairos-agent/pull/701) - Fix hooks under encrypted partitions by [@​Itxaka](https://redirect.github.com/Itxaka) in [https://github.com/kairos-io/kairos-agent/pull/702](https://redirect.github.com/kairos-io/kairos-agent/pull/702) **Full Changelog**: https://github.com/kairos-io/kairos-agent/compare/v2.16.4...v2.17.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
cli/kairosctl | ||
internal | ||
.golangci.yml | ||
.goreleaser.yaml | ||
.yamllint | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
maintainers.md | ||
osv-scanner.toml | ||
README.md | ||
renovate.json |

Kairos standard provider
Kairos standard provider
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.
Documentation |
Contribute |
---|---|
📚 Getting started with Kairos |
Provider kairos
This repository hosts the code for provider binary used in Kairos "standard" images which offer full-mesh support. full-mesh support currently is available only with k3s, and the provider follows strictly k3s releases.
Note
The provider-kairos release pipelines have been merged with the kairos ones from version
2.4.0
onward. All image artifacts are released from the kairos repository, both core images and standard images (those with the provider).
To use Kairos with mesh support, download the bootable medium form the kairos releases.
Follow up the examples in our documentation on how to get started:
- https://kairos.io/docs/examples/single-node/
- https://kairos.io/docs/examples/multi-node/
- https://kairos.io/docs/examples/multi-node-p2p-ha-kubevip/
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.