Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/kairos-io/kairos to v2 - autoclosed #24

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/kairos-io/kairos v1.5.0 -> v2.0.3 age adoption passing confidence

Release Notes

kairos-io/kairos (github.com/kairos-io/kairos)

v2.0.3

Compare Source

Changelog

  • 63c85d7 v2.0.3 branch: immucore v.0.0.18 + fix for config merge (#​1348)

v2.0.2

Compare Source

Changelog

v2.0.1

Compare Source


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.

Documentation

Contribute

📚 Getting started with Kairos
💡 Examples
🎥 Video
👐Engage with the Community
🤖 Support matrix

🙌 CONTRIBUTING.md
🙋 GOVERNANCE
👷Code of conduct

Kairos is a cloud-native meta-Linux distribution that brings the power of public cloud to your on-premises environment. With Kairos, you can build your own cloud with complete control and no vendor lock-in. It allows you to easily spin up a Kubernetes cluster with the Linux distribution of your choice, and manage the entire cluster lifecycle with Kubernetes.

For releases with k3s embedded, see here.

🔦 Highlights

This is a patch release after v2.0.

Mostly importantly, this release contains the following bugfixes:

What's Changed

New Contributors

Full Changelog: kairos-io/kairos@v2.0.0...v2.0.1

v2.0.0

Compare Source


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.

Documentation

Contribute

📚 Getting started with Kairos
💡 Examples
🎥 Video
👐Engage with the Community
🤖 Support matrix

🙌 CONTRIBUTING.md
🙋 GOVERNANCE
👷Code of conduct

Kairos is a cloud-native meta-Linux distribution that brings the power of public cloud to your on-premises environment. With Kairos, you can build your own cloud with complete control and no vendor lock-in. It allows you to easily spin up a Kubernetes cluster with the Linux distribution of your choice, and manage the entire cluster lifecycle with Kubernetes.

For releases with k3s embedded, see here.

🔦 Highlights

This is a major releases as #​877 is a core change of the Kairos boot process.

We replaced the former dracut modules (a set of bash scripts/dracut/systemd services), which were responsible for the immutability management of Kairos, with https://github.com/kairos-io/immucore, a self-contained binary which doesn't have dependencies and can run without dracut and systemd.

This allows us to:

  • not depend anymore on systemd while set up immutability on boot ( allowing us to unblock #​653 )
  • have hybrid images (#​656), that boots both UKI as a single file image, and as well as pivoting (as we are doing currently)
  • pave the way for things like #​873 #​119 and much more
  • debug things more cleanly, have a better testbed, and allow to integrate easily with golang

Besides, we have now full SBOM list attached to images, as part of the release process, and in-toto attestation, allowing you to verify attestation also of SBOM lists, and have full audit of images. We also have integrated grype and trivy in our pipelines, and as such now releases contains also CVE reports, and finally we upload the generated reports as sarif file to GitHub to have notifications and see with more ease the impact of CVEs to the images.

There were also fixes to the Debian flavor (thanks to the community for reporting issues!) and now manual upgrades with private registries are supported, too.

Finally, it is also now possible to specify custom bind mounts path to overlay on top of the persistent partition, allowing to easily specify paths that you want to be persistent in the system via the cloud config file: https://kairos.io/docs/advanced/customizing/#customizing-the-file-system-hierarchy-using-custom-mounts .

What's Changed

New Contributors

Full Changelog: kairos-io/kairos@v1.6.0...v2.0.0

v1.22.2

Compare Source

v1.21.4

Compare Source

v1.20.4

Compare Source

v1.6.0

Compare Source


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.

Documentation

Contribute

📚 Getting started with Kairos
💡 Examples
🎥 Video
👐Engage with the Community
🤖 Support matrix

🙌 CONTRIBUTING.md
🙋 GOVERNANCE
👷Code of conduct

For releases with k3s embedded, see here.

🔦 Highlights

Kairos is a cloud-native meta-Linux distribution that brings the power of public cloud to your on-premises environment. With Kairos, you can build your own cloud with complete control and no vendor lock-in. It allows you to easily spin up a Kubernetes cluster with the Linux distribution of your choice, and manage the entire cluster lifecycle with Kubernetes.

We are thrilled to announce the release of Kairos 1.6.0, featuring a new tool that simplifies the bootstrapping process of Kairos nodes, AuroraBoot! With various bugfixes and improvements, this release is a preparation for the v2.0.0 release, which will contain changes to the Kairos core components .
In addition to AuroraBoot, we have integrated documentation and syntax check into our Web UI, added support for Rocky Linux among the k3s releases, and made improvements to our UX. You can see the WebUI syntax checker in action here:

Screencast.from.2023-02-21.15-24-59.webm

We have also fixed several bugs, including DHCP hostname issues, encryption reset failures, and networkd hostname settings, you can check the changelog below.

Furthermore, we are excited to share that we recently attended FOSDEM 2023, and we have a blog post from @​mauromorales about our experience. We have also made various improvements to our p2p documentation, including a full e2e example with AuroraBoot.

AuroraBoot simplifies and streamlines the process of bootstrapping Kairos nodes, making it easy and efficient to deploy Kairos manually or automatically. Whether you need to prepare multiple nodes in a lab, deploy Kairos on a single machine, or install Kairos on multiple machines, AuroraBoot is the tool for you allowing to boot straight from a container image.

Thank you to all contributors and users for making Kairos better with each release!

What's Changed


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Apr 13, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/kairos-io/kairos v1.24.3-56.0.20230329142538-b6ae4b58c07d
go: downloading golang.org/x/exp v0.0.0-20220916125017-b168a2c6b86b
go: downloading github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10
go: github.com/kairos-io/AuroraBoot/internal/cmd imports
	github.com/kairos-io/kairos/sdk/unstructured: cannot find module providing package github.com/kairos-io/kairos/sdk/unstructured
go: github.com/kairos-io/AuroraBoot/pkg/ops imports
	github.com/kairos-io/kairos/pkg/utils: cannot find module providing package github.com/kairos-io/kairos/pkg/utils

@renovate renovate bot force-pushed the renovate/github.com-kairos-io-kairos-2.x branch 3 times, most recently from 61db26b to 3ccb073 Compare April 25, 2023 17:53
@renovate renovate bot force-pushed the renovate/github.com-kairos-io-kairos-2.x branch from 3ccb073 to c2a5511 Compare September 5, 2023 12:47
@renovate renovate bot changed the title Update module github.com/kairos-io/kairos to v2 fix(deps): update module github.com/kairos-io/kairos to v2 Sep 29, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/kairos-io/kairos to v2 Update module github.com/kairos-io/kairos to v2 Oct 19, 2023
@renovate renovate bot force-pushed the renovate/github.com-kairos-io-kairos-2.x branch 2 times, most recently from da815a1 to ddd7f1d Compare November 15, 2023 12:17
@renovate renovate bot force-pushed the renovate/github.com-kairos-io-kairos-2.x branch from ddd7f1d to ed5539b Compare January 4, 2024 00:08
@renovate renovate bot force-pushed the renovate/github.com-kairos-io-kairos-2.x branch from ed5539b to e51e427 Compare August 23, 2024 07:56
Copy link
Contributor Author

renovate bot commented Aug 23, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/kairos-io/kairos v1.24.3-56.0.20230329142538-b6ae4b58c07d
go: github.com/kairos-io/AuroraBoot/internal/cmd imports
	github.com/kairos-io/kairos/sdk/unstructured: cannot find module providing package github.com/kairos-io/kairos/sdk/unstructured
go: github.com/kairos-io/AuroraBoot/pkg/ops imports
	github.com/kairos-io/kairos/pkg/utils: cannot find module providing package github.com/kairos-io/kairos/pkg/utils

@renovate renovate bot force-pushed the renovate/github.com-kairos-io-kairos-2.x branch from e51e427 to 8a473f1 Compare October 22, 2024 08:46
@renovate renovate bot force-pushed the renovate/github.com-kairos-io-kairos-2.x branch from 8a473f1 to 32d3600 Compare October 23, 2024 11:29
@renovate renovate bot changed the title Update module github.com/kairos-io/kairos to v2 Update module github.com/kairos-io/kairos to v2 - autoclosed Oct 31, 2024
@renovate renovate bot closed this Oct 31, 2024
@renovate renovate bot deleted the renovate/github.com-kairos-io-kairos-2.x branch October 31, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants