kairos-agent is being absorbed into the kairos-io/kairos monorepo as part of the plan tracked in kairos-io/kairos#4301. Every existing tag remains resolvable via the Go module proxy and installable with the same
go get github.com/kairos-io/kairos-agent/v2@vX.Y.Zas before, so anything already published keeps working.New development happens at github.com/kairos-io/kairos/agent. If that link returns 404, the subtree import is not yet complete; see the tracking issue above for the current state and timeline.
To pick up newer kairos-agent code, update your imports:
find . -type f -name '*.go' -exec sed -i \ 's|github.com/kairos-io/kairos-agent/v2|github.com/kairos-io/kairos/agent|g' {} + go mod tidy go get github.com/kairos-io/kairos@<latest>Open PRs on this repository will not be merged here. The branches remain reachable via
git fetchfrom the archived repo, so nothing is lost. To carry unfinished work forward, fetch the branch,git format-patch, andgit am --directory=agentagainst the monorepo, then apply the import-rewrite above.On backports to older lines. The default answer is: consume the latest release. We will only unarchive this repository for fixes we judge important enough (typically security fixes or breakage with no reasonable workaround). Convenience backports and feature backports do not qualify. To request one, open an issue on kairos-io/kairos describing the kairos-agent version, the fix, and why moving to the latest release is not viable. If we agree the fix meets the bar, we will unarchive temporarily to land it and cut a new patch tag.
This repository was archived by the owner on Aug 19, 2026. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|