🌱 k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
Go to file
renovate[bot] 174e4aed1b
Update module github.com/onsi/gomega to v1.24.2 (#131)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/onsi/gomega](https://togithub.com/onsi/gomega) | require |
patch | `v1.24.1` -> `v1.24.2` |

---

### Release Notes

<details>
<summary>onsi/gomega</summary>

### [`v1.24.2`](https://togithub.com/onsi/gomega/releases/tag/v1.24.2)

[Compare
Source](https://togithub.com/onsi/gomega/compare/v1.24.1...v1.24.2)

#### 1.24.2

##### Fixes

- Correctly handle assertion failure panics for eventually/consistnetly
"g Gomega"s in a goroutine
\[[`78f1660`](https://togithub.com/onsi/gomega/commit/78f1660)]
- docs:Fix typo "you an" -> "you can"
([#&#8203;607](https://togithub.com/onsi/gomega/issues/607))
\[[`3187c1f`](https://togithub.com/onsi/gomega/commit/3187c1f)]
- fixes issue [#&#8203;600](https://togithub.com/onsi/gomega/issues/600)
([#&#8203;606](https://togithub.com/onsi/gomega/issues/606))
\[[`808d192`](https://togithub.com/onsi/gomega/commit/808d192)]

##### Maintenance

- Bump golang.org/x/net from 0.2.0 to 0.4.0
([#&#8203;611](https://togithub.com/onsi/gomega/issues/611))
\[[`6ebc0bf`](https://togithub.com/onsi/gomega/commit/6ebc0bf)]
- Bump nokogiri from 1.13.9 to 1.13.10 in /docs
([#&#8203;612](https://togithub.com/onsi/gomega/issues/612))
\[[`258cfc8`](https://togithub.com/onsi/gomega/commit/258cfc8)]
- Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1
([#&#8203;609](https://togithub.com/onsi/gomega/issues/609))
\[[`e6c3eb9`](https://togithub.com/onsi/gomega/commit/e6c3eb9)]

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-16 15:32:57 +01:00
.github 🤖 return array 2022-12-14 19:29:51 +01:00
internal Update internal/provider/config/config.go 2022-12-13 17:58:49 +01:00
tests 🤖 Extend HA test suite 2022-12-13 16:08:40 +01:00
.golangci.yml 🤖 Add .golangci file, skip tests/ dir 2022-10-13 09:43:35 +00:00
.goreleaser.yaml 🎨 Rebrand 2022-09-16 15:42:45 +00:00
CORE_VERSION ⬆️ Bump core version 2022-12-10 22:00:55 +01:00
Earthfile 🐛 Skip SELINUX warnings in fedora builds 2022-12-14 11:44:00 +01:00
earthly.sh 🤖 Minor CI fixups to release pipelines 2022-08-19 14:10:58 +00:00
go.mod Update module github.com/onsi/gomega to v1.24.2 (#131) 2022-12-16 15:32:57 +01:00
go.sum Update module github.com/onsi/gomega to v1.24.2 (#131) 2022-12-16 15:32:57 +01:00
LICENSE Initial commit 2022-08-10 10:13:33 +02:00
main.go 🎨 Rebrand 2022-09-16 15:42:45 +00:00
README.md 📝 Update README 2022-10-12 12:04:11 +00:00
releases-arm.json ⬆️ Update k3s 2022-12-14 18:30:56 +00:00
releases.json ⬆️ Update k3s 2022-12-14 18:30:56 +00:00
renovate.json Add renovate.json 2022-10-29 00:45:38 +00:00
repository.yaml Repositories bump (#132) 2022-12-16 15:32:04 +01:00


kairos-white-column 5bc2fe34

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.