v0.5.0-alpha.1
Pre-releaseSidero 0.5.0-alpha.1 (2022-01-11)
Welcome to the v0.5.0-alpha.1 release of Sidero!
This is a pre-release of Sidero
Please try out the release binaries and report any issues at
https://github.com/talos-systems/sidero/issues.
Machine Addresses
Sidero now populates MetalMachine
addresses with the ones discovered from Siderolink server events.
Which is then propagated to CAPI Machine
resources.
Requires Talos >= v0.14.
CAPI v1beta1
This release of CACPPT brings compatibility with CAPI v1beta1.
New MetalMachines
Conditions
New set of conditions is now available which can simplify cluster troubleshooting:
TalosConfigLoaded
is set to false when the config load has failed.TalosConfigValidated
is set to false when the config validation
fails on the node.TalosInstalled
is set to true/false when talos installer finishes.
IPMI PXE Method
IPMI PXE method (UEFI, BIOS) can now be configured with SIDERO_CONTROLLER_MANAGER_IPMI_PXE_METHOD
while installing Sidero.
Siderolink
Sidero now connects to all servers using Siderolink.
This enables streaming of all dmesg logs and events back to sidero.
All server logs can now be viewed by getting logs of one of the container of the sidero-controller-manager
:
kubectl logs -f -n sidero-system deployment/sidero-controller-manager serverlogs
Events:
kubectl logs -f -n sidero-system deployment/sidero-controller-manager serverevents
Contributors
- Andrey Smirnov
- Michal Witkowski
- Artem Chernyshev
- Andrey Smirnov
- Noel Georgi
- Andrey Smirnov
- Spencer Smith
- Charlie Haley
- Daniel Low
- Jack Wink
- Rubens Farias
- Serge Logvinov
- Seán C McCord
Changes
37 commits
59ed3cd
release(v0.5.0-alpha.1): prepare release1f7588f
docs: update office hoursfe41335
feat: introduce new conditions in themetalmachine
6454dee
feat: populate addresses and hostname in ServerBindingsd69264f
docs: fix patching examples04d90fd
docs: add patching examples41b7451
docs: update docs for upcoming Sidero 0.4.1 released5f8f4e
release(v0.5.0-alpha.0): prepare release229dae1
fix: ignore BMC info if username or password are not set650743a
fix: use environment variables in the ipmitooled39a3c
fix: ensure we setup BMC info after disk wiping025ff04
feat: additional printer colums189793e
fix: wait for link up in iPXE script9a27861
fix: make iPXE script replace script on chain request1bbe3be
feat: extend information printed in the iPXE script, add retries4cfdeda
feat: provide a way to configure IPMI PXE method2ff14c4
docs: reflect sidero runs on ARM274ae33
fix: check for server power state when in used0df929
feat: implement events manager containerab12b81
feat: implement Talos kernel log receiver5bf7c21
docs: fix clusterctl usagee77bf54
feat: support cordoning serverab29103
feat: implement SideroLinkadc73b6
fix: update CAPI resources versions to v1alpha4 in the cluster template04dbaf0
test: fix Sidero components version in sfyra docsacb5f57
feat: automatically append talos.config to the Environment0e7f8a6
docs: metadata server -> sideroa826281
fix: hide password from ipmitool argsef270df
docs: fork docs for 0.5a0bf382
docs: dhcp option-93bbbe814
chore: conformance check701d01b
fix: drop into the agent for non-allocated serversb0e3611
docs: update help message for extra kernel argsbb87567
chore: bump dependencies62ab9be
fix: update extension for controlplane.yam l talosctl generates YAML files with the .yaml extension, update to the apply-config command to reflect this0511d78
feat: allow defining http server and api server ports separately432ca2a
docs: createv0.4
docs and set them as latest
Changes since v0.5.0-alpha.0
7 commits
59ed3cd
release(v0.5.0-alpha.1): prepare release1f7588f
docs: update office hoursfe41335
feat: introduce new conditions in themetalmachine
6454dee
feat: populate addresses and hostname in ServerBindingsd69264f
docs: fix patching examples04d90fd
docs: add patching examples41b7451
docs: update docs for upcoming Sidero 0.4.1 release
Changes from talos-systems/cluster-api-bootstrap-provider-talos
9 commits
1776117
release(v0.5.1): prepare release1b88f9f
feat: update Talos to 0.14.06d27c57
release(v0.5.0): prepare releasef6dc0a3
fix: regenerate manifests2a4115f
release(v0.5.0-alpha.0): prepare released124c07
docs: update README with usage and compatibility matrix20792f3
feat: generate talosconfig as a secret with proper endpointsabd206f
feat: update to CAPI v1.0.x contract (v1beta1)b7faf9e
feat: update Talos machinery to 0.13.0
Changes from talos-systems/cluster-api-control-plane-provider-talos
15 commits
ea7842f
release(v0.4.1): prepare release7f63ad0
fix: avoid long backoff when trying to bootstrap the cluster8fc9a6c
release(v0.4.0): prepare releaseb63f1d2
release(v0.4.0-beta.2): prepare releasef5f5b2d
fix: patch the status and use APIReader to get resourced606d32
release(v0.4.0-beta.1): prepare release333fc02
fix: ensure that bootstrap is called only a single time77b0bba
test: update templates to v1beta1a5af5e4
release(v0.4.0-beta.0): prepare release80b24a0
fix: introduce a separate step for release buildsa24dad3
fix: do not allow scaling down controlplane to zero8a73e6a
feat: get rid of init nodes and use bootstrap API to setup cluster205f4be
release(v0.4.0-alpha.0): prepare releaseb8db449
fix: properly pick talos client configuration61fb582
feat: support clusterapi v1beta1
Changes from talos-systems/go-blockdevice
2 commits
Changes from talos-systems/go-smbios
Changes from talos-systems/grpc-proxy
44 commits
ca3bc61
fix: ignore some errors so that we don't spam the logs5c579a7
feat: allow different formats for messages streaming/unary6c9f7b3
fix: allow mode to be set for each request being proxiedcc91c09
refactor: provide better public API, enforce proxying moded8d3a75
chore: update import paths after repo movedbf07a4
Merge pull request #7 from smira/one2many-4fc0d27d
More tests, small code fixes, updated README.d9ce0b1
Merge pull request #6 from smira/one2many-32d37ba4
Support for one2many streaming calls, tests.817b035
Merge pull request #5 from smira/one2many-2436b338
More unary one-2-many tests, error propagation.1f0cb46
Merge pull request #4 from smira/one2many-1992a975
Proxying one to many: first iterationa0988ff
Merge pull request #3 from smira/small-fixupse3111ef
Small fixups in preparation to add one-to-many proxying.6d76ffc
Merge pull request #2 from smira/backend-concept2aad63a
Add concept of a 'Backend', but still one to one proxying7cc4610
Merge pull request #1 from smira/build37f01f3
Rework build to use GitHub Actions, linting updates.0f1106e
Move error checking further up (#34)d5b35f6
Update gRPC and fix tests (#27)67591eb
Break StreamDirector interface, fix metadata propagation for gRPC-Go>1.5. (#20)97396d9
Merge pull request #11 from mwitkow/fix-close-bug3fcbd37
fixup closing connsa8f5f87
fixup tests, extend readme428fa1c
Fix a channel closing bugaf55d61
Merge pull request #10 from mwitkow/bugfix/streaming-fixde4d3db
remove spurious printfs84242c4
fix the "i don't know who finished" case9b22f41
fix full duplex streamingc2f7c98
update readmed654141
update READMEf457856
move to proxy subdirectory4889d78
Add fixup scriptsef60a37
version 2 of the grpc-proxy, this time with fewer grpc upstream deps07aeac1
Merge pull request #2 from daniellowtw/mastere5c3df5
Fix compatibility with latest grpc library52be0a5
bugfix: fix gRPC Java deadlock, due to different dispatch logic822df7d
Fix reference to mwitkow.28341d1
move out forward logic to method, allowing for use asgrpc.Server
not found handler.89e28b4
add reference to upstream grpc bug00dd588
merge upstreamgrpc.Server
changes changing the dispatch logic77edc97
move to upstreamprotobuf
fromgogo
db71c3e
initial commit, tested and working.
Changes from talos-systems/net
2 commits
Changes from talos-systems/siderolink
7 commits
9902ad2
feat: pass request context and node address to the events sink adapterd0612a7
refactor: pass in listener to the log receiverd86cdd5
feat: implement logreceiver for kernel logsf7cadbc
fix: handle duplicate peer updates0755b24
feat: initial implementation of SideroLinkee73ea9
feat: add Talos events sink proto files and the reference implementation1e2cd9d
Initial commit
Dependency Changes
- github.com/evanphx/json-patch v4.11.0 -> v5.6.0
- github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 new
- github.com/onsi/ginkgo v1.16.4 -> v1.16.5
- github.com/onsi/gomega v1.16.0 -> v1.17.0
- github.com/talos-systems/cluster-api-bootstrap-provider-talos v0.4.0 -> v0.5.1
- github.com/talos-systems/cluster-api-control-plane-provider-talos v0.3.0 -> v0.4.1
- github.com/talos-systems/go-blockdevice v0.2.4 -> v0.2.5
- github.com/talos-systems/go-smbios d3a32bea731a -> v0.1.1
- github.com/talos-systems/grpc-proxy v0.2.0 new
- github.com/talos-systems/net v0.3.0 -> v0.3.1
- github.com/talos-systems/siderolink 9902ad2774f0 new
- go.uber.org/zap v1.19.0 new
- golang.org/x/net 853a461950ff -> 0a0e4e1bb54c
- golang.org/x/sys 39ccf1dd6fa6 -> fe61309f8881
- golang.zx2c4.com/wireguard/wgctrl 0073765f69ba new
- google.golang.org/grpc v1.41.0 -> v1.42.0
- inet.af/netaddr c74959edd3b6 new
- k8s.io/utils bdf08cb9a70a -> cb0fa318a74b
- sigs.k8s.io/cluster-api v0.4.3 -> v1.0.2
- sigs.k8s.io/controller-runtime v0.9.7 -> v0.10.3
Previous release can be found at v0.4.0