sidero icon indicating copy to clipboard operation
sidero copied to clipboard

Sidero Metal is a bare metal provisioning system with support for Kubernetes Cluster API.

Results 201 sidero issues
Sort by recently updated
recently updated
newest added

Bumps node from 22.14.0-alpine to 24.2.0-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=node&package-manager=docker&previous-version=22.14.0-alpine&new-version=24.2.0-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
docker

Bumps [github.com/siderolabs/talos](https://github.com/siderolabs/talos) from 1.10.0 to 1.10.4. Release notes Sourced from github.com/siderolabs/talos's releases. v1.10.4 Talos 1.10.4 (2025-06-11) Welcome to the v1.10.4 release of Talos! Please try out the release binaries and...

dependencies
go

Bumps [github.com/siderolabs/talos/pkg/machinery](https://github.com/siderolabs/talos) from 1.10.0 to 1.10.4. Release notes Sourced from github.com/siderolabs/talos/pkg/machinery's releases. v1.10.4 Talos 1.10.4 (2025-06-11) Welcome to the v1.10.4 release of Talos! Please try out the release binaries and...

dependencies
go

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/siderolabs/sidero). > [!WARNING] These dependencies are deprecated: |...

Bumps [github.com/siderolabs/siderolink](https://github.com/siderolabs/siderolink) from 0.3.14 to 0.3.15. Release notes Sourced from github.com/siderolabs/siderolink's releases. v0.3.15 siderolink 0.3.15 (2025-06-09) Welcome to the v0.3.15 release of siderolink! Please try out the release binaries and...

dependencies
go

Bumps [github.com/siderolabs/talos/pkg/machinery](https://github.com/siderolabs/talos) from 1.10.0 to 1.10.4. Release notes Sourced from github.com/siderolabs/talos/pkg/machinery's releases. v1.10.4 Talos 1.10.4 (2025-06-11) Welcome to the v1.10.4 release of Talos! Please try out the release binaries and...

dependencies
go

Bumps [github.com/siderolabs/gen](https://github.com/siderolabs/gen) from 0.8.0 to 0.8.4. Release notes Sourced from github.com/siderolabs/gen's releases. v0.8.4 gen 0.8.4 (2025-06-09) Welcome to the v0.8.4 release of gen! Please try out the release binaries and...

dependencies
go

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.32.0 to 0.33.0. Commits 3d9a6b8 windows: add WSADuplicateSocket c0a9559 cpu: add crypto extensions detection for riscv64 8e9e046 windows: add virtual key codes and console input consts 7138967...

dependencies
go

Bumps [github.com/siderolabs/cluster-api-control-plane-provider-talos](https://github.com/siderolabs/cluster-api-control-plane-provider-talos) from 0.5.9 to 0.5.10. Release notes Sourced from github.com/siderolabs/cluster-api-control-plane-provider-talos's releases. v0.5.10 CAPI Control Plane Provider Talos 0.5.10 (2025-05-02) Welcome to the v0.5.10 release of CAPI Control Plane Provider...

dependencies
go

* In [`[constants.go#L14]`](https://github.com/siderolabs/sidero/blob/v0.6.9/app/sidero-controller-manager/pkg/constants/constants.go#L14), the assets are hard-coded as: ```go const ( KernelAsset = "vmlinuz" InitrdAsset = "initramfs.xz" ) ``` * The iPXE template in [`[ipxe_server.go#L100]`](https://github.com/siderolabs/sidero/blob/v0.6.9/app/sidero-controller-manager/internal/ipxe/ipxe_server.go#L100) always emits: ```ipxe kernel /env/{{...