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 [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0. Release notes Sourced from go.uber.org/zap's releases. v1.27.0 Enhancements: #1378[]: Add WithLazy method for SugaredLogger. #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility...

dependencies
go

Bumps [github.com/siderolabs/go-debug](https://github.com/siderolabs/go-debug) from 0.2.3 to 0.3.0. Commits 0c2be80 chore: run rekres (update to Go 1.22) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/siderolabs/go-debug&package-manager=go_modules&previous-version=0.2.3&new-version=0.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of...

dependencies
go

Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.28.4 to 0.29.2. Commits 1a9d383 Update dependencies to v0.29.2 tag e8f624c Merge pull request #123065Richabanker/automated-cherry-pick-of-#122750 d64bf7a Add processStartTime in metrics/slis aca7dbb Merge pull request #122429 from MadhavJivrajani/tools-bump-129...

dependencies
go

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.5.0 to 0.6.0. Commits 59c1ca1 errgroup: add reference to sync.WaitGroup See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sync&package-manager=go_modules&previous-version=0.5.0&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR...

dependencies
go

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7. Release notes Sourced from github.com/cloudflare/circl's releases. CIRCL v1.3.7 What's Changed build(deps): bump golang.org/x/crypto from 0.3.1-0.20221117191849-2c476679df9a to 0.17.0 by @​dependabot in cloudflare/circl#467 kyber: remove division...

dependencies
go

all deleted machine will receive a reset call from talos client if no BMC is configured

After deletion of cluster, servers are un-allocated in CAPI but their are never rebooted, so the k8s still running. ``` NAME HOSTNAME BMC IP ACCEPTED CORDONED ALLOCATED CLEAN POWER AGE...

Currently, Sidero supports only **RFC 6902** patches (aka JSON patch). [1] The `talosctl` tool supports also the **strategic merge** patches. [2] This patching style is used in customisation approaches which...

Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.3.0 to 1.4.1. Release notes Sourced from github.com/go-logr/logr's releases. v1.4.1 What's Changed slogr: fix unintended API break in v1.4.0 by @​pohly in go-logr/logr#253 Full Changelog: https://github.com/go-logr/logr/compare/v1.4.0...v1.4.1 v1.4.0...

dependencies
go

I have specified the install disk as `/dev/nvme0n1` but I'm getting a disk does not exist error, on provisioning of a bare metal system. I have confirmed that during the...