This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) | `v2.22.2` -> `v2.23.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>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary> ### [`v2.23.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.23.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.22.2...v2.23.0) #### 2.23.0 Ginkgo 2.23.0 adds a handful of methods to `GinkgoT()` to make it compatible with the `testing.TB` interface in Go 1.24. `GinkgoT().Context()`, in particular, is a useful shorthand for generating a new context that will clean itself up in a `DeferCleanup()`. This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context. ##### Features - bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions \[[`37a511b`](https://redirect.github.com/onsi/ginkgo/commit/37a511b)] ##### Fixes - fix edge case where build -o is pointing at an explicit file, not a directory \[[`7556a86`](https://redirect.github.com/onsi/ginkgo/commit/7556a86)] - Fix binary paths when precompiling multiple suites. \[[`4df06c6`](https://redirect.github.com/onsi/ginkgo/commit/4df06c6)] ##### Maintenance - Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md \[[`cbcf39a`](https://redirect.github.com/onsi/ginkgo/commit/cbcf39a)] - docs: fix test workflow badge ([#​1512](https://redirect.github.com/onsi/ginkgo/issues/1512)) \[[`9b261ff`](https://redirect.github.com/onsi/ginkgo/commit/9b261ff)] - Bump golang.org/x/net in /integration/\_fixtures/version_mismatch_fixture ([#​1516](https://redirect.github.com/onsi/ginkgo/issues/1516)) \[[`00f19c8`](https://redirect.github.com/onsi/ginkgo/commit/00f19c8)] - Bump golang.org/x/tools from 0.28.0 to 0.30.0 ([#​1515](https://redirect.github.com/onsi/ginkgo/issues/1515)) \[[`e98a4df`](https://redirect.github.com/onsi/ginkgo/commit/e98a4df)] - Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs ([#​1504](https://redirect.github.com/onsi/ginkgo/issues/1504)) \[[`60cc4e2`](https://redirect.github.com/onsi/ginkgo/commit/60cc4e2)] - Bump github-pages from 231 to 232 in /docs ([#​1447](https://redirect.github.com/onsi/ginkgo/issues/1447)) \[[`fea6f2d`](https://redirect.github.com/onsi/ginkgo/commit/fea6f2d)] - Bump rexml from 3.2.8 to 3.3.9 in /docs ([#​1497](https://redirect.github.com/onsi/ginkgo/issues/1497)) \[[`31d7813`](https://redirect.github.com/onsi/ginkgo/commit/31d7813)] - Bump webrick from 1.8.1 to 1.9.1 in /docs ([#​1501](https://redirect.github.com/onsi/ginkgo/issues/1501)) \[[`fc3bbd6`](https://redirect.github.com/onsi/ginkgo/commit/fc3bbd6)] - Code linting ([#​1500](https://redirect.github.com/onsi/ginkgo/issues/1500)) \[[`aee0d56`](https://redirect.github.com/onsi/ginkgo/commit/aee0d56)] - change interface{} to any ([#​1502](https://redirect.github.com/onsi/ginkgo/issues/1502)) \[[`809a710`](https://redirect.github.com/onsi/ginkgo/commit/809a710)] </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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.