tnu icon indicating copy to clipboard operation
tnu copied to clipboard

Talos Node Updater is a small Go program that updates a Talos (https://www.talos.dev/) node.

Results 7 tnu issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/jfroy/tnu). ## Open The following updates have all...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/siderolabs/talos/pkg/machinery](https://redirect.github.com/siderolabs/talos) | `v1.11.1` -> `v1.11.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsiderolabs%2ftalos%2fpkg%2fmachinery/v1.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsiderolabs%2ftalos%2fpkg%2fmachinery/v1.11.1/v1.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.25.1` -> `1.25.4` | --- ###...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/cosi-project/runtime](https://redirect.github.com/cosi-project/runtime) | `v1.11.0` -> `v1.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcosi-project%2fruntime/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcosi-project%2fruntime/v1.11.0/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | `v0.22.1` -> `v0.22.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/sigs.k8s.io%2fcontroller-runtime/v0.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/sigs.k8s.io%2fcontroller-runtime/v0.22.1/v0.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

> Talos Node Updater will only work on nodes that have an Image Factory install image in their machine config (see [Config.machine.install](https://www.talos.dev/v1.9/reference/configuration/v1alpha1/config/#Config.machine.install), [Boot Assets](https://www.talos.dev/v1.9/talos-guides/install/boot-assets/#example-bare-metal-with-image-factory), and [Image Factory](https://www.talos.dev/v1.9/learn-more/image-factory/)). So, that is...

I'm wondering if there's any interest in adding support for upgrading kubernetes versions with this tool? I can only think of a couple benefits: 1. Currently the upgrade k8s plan...