1
0
mirror of https://github.com/kairos-io/provider-kairos.git synced 2025-05-14 19:34:11 +00:00
🌱 k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
Go to file
renovate[bot] ba3d83a228
fix(deps): update module github.com/kairos-io/kairos-sdk to v0.9.3 ()
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kairos-io/kairos-sdk](https://redirect.github.com/kairos-io/kairos-sdk)
| `v0.9.2` -> `v0.9.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkairos-io%2fkairos-sdk/v0.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkairos-io%2fkairos-sdk/v0.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkairos-io%2fkairos-sdk/v0.9.2/v0.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkairos-io%2fkairos-sdk/v0.9.2/v0.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kairos-io/kairos-sdk
(github.com/kairos-io/kairos-sdk)</summary>

###
[`v0.9.3`](https://redirect.github.com/kairos-io/kairos-sdk/releases/tag/v0.9.3)

[Compare
Source](https://redirect.github.com/kairos-io/kairos-sdk/compare/v0.9.2...v0.9.3)

#### What's Changed

- chore(deps): update securego/gosec action to v2.22.4 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-sdk/pull/598](https://redirect.github.com/kairos-io/kairos-sdk/pull/598)
- chore(deps): update dependabot/fetch-metadata action to v2.4.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-sdk/pull/599](https://redirect.github.com/kairos-io/kairos-sdk/pull/599)
- Add an extra method to be able to pass extra dirs to logger by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[https://github.com/kairos-io/kairos-sdk/pull/600](https://redirect.github.com/kairos-io/kairos-sdk/pull/600)

**Full Changelog**:
https://github.com/kairos-io/kairos-sdk/compare/v0.9.2...v0.9.3

</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**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS45IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-13 23:12:30 +00:00
.github chore(deps): update dependabot/fetch-metadata action to v2.4.0 () 2025-05-10 02:01:06 +00:00
cli/kairosctl Fix deps to avoid bringing unwanted libs on kairosctl binary () 2023-12-13 11:45:48 +02:00
internal chore(deps): update dependency kube-vip/kube-vip to v0.9.1 () 2025-05-07 23:13:08 +00:00
.golangci.yml golint 2025-03-28 15:50:29 +01:00
.goreleaser.yaml Fix missing amd fips 2025-05-08 11:12:54 +02:00
.yamllint Use re-usable linting workflow () 2023-05-19 18:28:41 +03:00
go.mod fix(deps): update module github.com/kairos-io/kairos-sdk to v0.9.3 () 2025-05-13 23:12:30 +00:00
go.sum fix(deps): update module github.com/kairos-io/kairos-sdk to v0.9.3 () 2025-05-13 23:12:30 +00:00
LICENSE Initial commit 2022-08-10 10:13:33 +02:00
main.go fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
maintainers.md Create maintainers.md 2024-06-12 13:35:57 +02:00
osv-scanner.toml Use kubevip libs instead of binary () 2025-05-07 07:42:06 +00:00
README.md Cleanup () 2023-10-27 12:32:00 +03:00
renovate.json Use kubevip libs instead of binary () 2025-05-07 07:42:06 +00:00


kairos-white-column 5bc2fe34
Kairos standard provider

Kairos standard provider

license docs go report card

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
💡 Examples
🎥 Video
👐Engage with the Community

🙌 CONTRIBUTING.md
🙋 GOVERNANCE
👷Code of conduct

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:

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.