github siderolabs/talos v1.4.0-alpha.3

latest releases: v1.8.0-alpha.0, pkg/machinery/v1.8.0-alpha.0, v1.7.1...
pre-release13 months ago

Talos 1.4.0-alpha.3 (2023-03-23)

Welcome to the v1.4.0-alpha.3 release of Talos!
This is a pre-release of Talos

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

talosctl containers

talosctl logs -k and talosctl containers -k now support and output container display names with their ids.
This allows to distinguish between containers with the same name.

Registry Mirror Catch-All Option

Talos now supports a catch-all option for registry mirrors:

machine:
    registries:
        mirrors:
            docker.io:
                - https://registry-1.docker.io/
            "*":
                - https://my-registry.example.com/

Talos Dashboard on TTY2

Talos now starts a text-based UI dashboard on virtual console /dev/tty2 and switches to it by default upon boot.
Kernel logs remain available on /dev/tty1.

To switch TTYs, use the Alt+F1 through Alt+F2 keys.

You can disable this behavior by setting the kernel parameter talos.dashboard.disabled=1.

This behavior is disabled by default on SBCs.

etcd Maintenance

Talos adds new APIs to make it easier to perform etcd maintenance operations.

These APIs are available via new talosctl etcd sub-commands:

  • talosctl etcd alarm list|disarm
  • talosctl etcd defrag
  • talosctl etcd status

See also etcd maintenance guide.

Kernel Modules

Talos now supports automatically loading kernel drivers built as modules.
If any system extensions or the Talos base kernel build provides kernel modules and if they matches the system hardware (via PCI IDs), they will be loaded automatically.
Modules can still be loaded explicitly by defining it in machine configuration.

Kernel Modules Tree

Talos now supports re-building the kernel modules dependency tree information on upgrades.
This allows modules of same name to co-exist as in-tree and external modules.
System Extensions can provide modules installed into extras directory and when loading it'll take precendence over the in-tree module.

Kernel Reset Argument

Talos now supports talos.experimental.wipe=system:EPHEMERAL,STATE kernel argument.
Talos now also supports the new GRUB boot option - "Reset Talos installation and return to maintenance mode".
Both of this options will reset EPHEMERAL and STATE partitions and will return Talos into maintenance mode after the reboot.

Machine Configuration

Strategic merge config patches correctly support merging .vlans sections of the network interface.

talosctl netstat

Talos API was extended to support retrieving a list of network connections (sockets) from the node.
talosctl netstat command was added to retrieve the list of network connections.

Reset API Enhancements

Talos now supports resetting user disks through the Reset API,
the list of disks to wipe is set using the --user-disks-to-wipe parameter in talosctl.
Additionally, the Reset API can now function in maintenance mode
and has the capability to wipe the node's system disk (partial wipe is not supported).

New Talos API os:operator role

Talos now supports a new os:operator role for the Talos API.
This role allows everything os:reader role allows plus access to maintenance APIs:
rebooting, shutting down a node, accessing packet capture, etcd alarm APIs, etcd backup, etc.

Component Updates

  • Linux: 6.1.20
  • containerd: v1.6.19
  • Kubernetes: v1.27.0-beta.0
  • etcd: v3.5.7
  • CoreDNS: v1.10.1
  • Flannel: v0.21.4

Talos is built with Go 1.20.2.

VMware Platform

Talos now supports loading network configuration on VMWare platform from the metadata key.
See CAPV IPAM Support and
Talos issue 6708 for details.

Contributors

  • Andrey Smirnov
  • Noel Georgi
  • Dmitriy Matrenichev
  • Utku Ozdemir
  • Spencer Smith
  • Serge Logvinov
  • Artem Chernyshev
  • Steve Francis
  • Tim Jones
  • Nico Berlee
  • Seán C McCord
  • Steffen Windoffer
  • Andrey Smirnov
  • Cees-Jan Kiewiet
  • Chris van de Sande
  • Dzerom Dzenkins
  • Erik Lund
  • Jori Huisman
  • Lance R. Vick
  • Matthias Riegler
  • Michael Vorburger
  • Murtaza Udaipurwala
  • Niklas Wik
  • Rowan Smith
  • Samuel Kees
  • Sander Maijers
  • Tim van Druenen
  • Victor Seva
  • budimanjojo
  • xyhhx

Changes

179 commits

  • 3583eea98 release(v1.4.0-alpha.3): prepare release
  • a7b79ef1b feat: add network config screen to dashboard
  • cf2ccc521 fix: always shutdown maintenance API service
  • a0a5db590 feat: update Flannel to 0.21.4
  • d1a61fd34 chore: bump golangci-lint
  • 36a9a208e chore: bump deps
  • c63cf90e3 feat: update k8s to v1.27.0-beta.0
  • b246c90ab fix: add uint32 to Magic1 and Magic2
  • 777c8d6f6 chore: update COSI to watch aggregated version
  • bec89bf6e fix: use 'no block' etcd dial with multiple endpoints
  • 28713c2c4 feat: update Kubernetes to 1.26.3
  • a3cf41647 docs: add InstallConfig ignored notice to doc
  • df9b851fb chore: load all external artifacts earlier
  • 2dd0964c5 refactor: use resource watches on dashboard
  • 9933ebb6a chore: fix loaded artifacts file permission
  • a14a0aba0 fix: nil pointer exception in syncLink
  • cf101e56f fix: add --force flag for talosctl gen
  • ea2aa0611 fix: fix data race on network config read
  • 64e3d24c6 feat: provide platform network config for 'metal' in META
  • 442cb9c1b feat: implement APIs to write to META
  • 9e07832db feat: implement summary dashboard
  • 1df841bb5 refactor: change the interface of META
  • e9962bc3e chore: update CI to tag azure buckets
  • 9f5f5cf9b feat: update Flannel to v0.21.3
  • 02b0ff35e feat: generate Flannel CNI manifest from upstream
  • 6656d35ec docs: fix Talos version to use template
  • 72a6d1d70 docs: update nocloud
  • 9948a646d feat: coredns node uninitialized toleration
  • e03902b54 feat: update Go to 1.20.2
  • c8f8579f2 fix: upgrade-k8s to flag should not be required since there is a default
  • 230cfaf80 feat: use network information from guestinfo.metadata
  • 97048f7c3 feat: netstat in API and client
  • fda6da692 fix: successful ACPI shutdown in maintenance mode
  • b97e1abaa feat: set default image, validate empty image
  • 121220a3b chore: bump dependencies via renovate bot
  • ebc92f3c1 chore: add container id to talosctl -k containers and talosctl -k logs
  • 22ef81c1e feat: add grub option to drop to maintenance mode
  • 642fe0c90 feat: update pkgs with framebuffer console
  • 69cb414f0 docs: update cilium install instructions
  • e71cc6619 fix: redo assertHostnames in HostnameMergeSuite.TestMerge
  • 8ea4bfad8 refactor: improve the kubernetes upgrade flow
  • 81879fc0c docs: add how tos for workloads on control planes, and scaling up
  • 05b0b721c chore: move blob storage to azure for builds
  • a78281214 feat: add cilium e2e tests
  • 061640ccc feat: add pod ip to kube-proxy spec
  • dea17d723 feat: update Kubernetes to v1.26.2
  • 337aaba7a feat: add 'os:operator' role
  • 40e69af22 fix: improve etcd leave on reset process
  • 638dc9128 fix: fix "defer" leak in ResetUserDisks
  • bfba3677b chore: handle grub option - "wipe"
  • 594f27d87 release(v1.4.0-alpha.2): prepare release
  • b52071081 feat: introduce new flag in reset API that makes Talos reset user disks
  • f55f5df73 feat: move dashboard package & run it in tty2
  • 36e077ead chore: bump deps
  • 5a01d5fd4 chore: run extension build as downstream
  • 426fe9687 fix: extension base folder permission
  • 609d3a8a6 feat: support strategic merge patches on VLAN configuration
  • 7e19f32d7 chore: provide version compatibility data for Talos 1.2.x
  • 230e46e56 refactor: extract parts of kubernetes libraries
  • f3d3f0f26 fix: update go-smbios library with Hyper-V data fix
  • 8711eea96 fix: use passed --context in talosctl config cmd
  • 5ac9f43e4 feat: start machined earlier & in maintenance mode
  • 36ab414a1 docs: fix the endpoints in the libvirt guide
  • 3d55bd80f fix: add --force flag to talosctl gen config
  • 660b8874d feat: cmdline integer netmask
  • 1e3daacc4 docs: update nvidia component versions
  • b5c03a7fa fix: docker talosctl cluster create provisioner
  • 6e8f13529 fix: add support for a fallback '*' mirror configuration
  • dcd4eb1a9 fix: improve error message on single node upgrade
  • ed5af3f78 chore: bump deps
  • 0dc6858e5 chore: bump cosi-project/runtime
  • da2edb9de chore: bump dependencies
  • e51a110f0 chore: bump dependencies
  • 2d0148018 feat: automatically load modules based on hw info
  • 7b75cd8b9 fix: kernel module dependency tree generation
  • 65d02e5ad fix: dbus shutdown when it's not initialized
  • a7079ce85 fix: quote the ampersand character in GRUB config
  • 933ba2d82 fix: display correct blockdevice size
  • c449cb736 fix: talosctl reboot command passing mode in wait mode
  • 34ab0007a docs: port is needed for wireguard endpoint
  • 1e1aa84f6 fix: kubernetes removed resource version check
  • dcbcf5a93 fix: wait for network and retry in platform get config funcs
  • 3d7566ec7 test: update Canal CNI manifest URL
  • e09e10666 fix: default dns domain to 'cluster.local' in local case
  • cc6e37a47 feat: use process wrapper for dropping capabilities
  • 0c6c88874 fix: trackable action flag usage text. --no-wait does not exist
  • 5cb2915d8 feat: use wrapper for starting processes
  • 56d945326 fix: panic in talosctl cluster show
  • 38a51191e fix: correctly expand parameters in the URL
  • af21860a2 fix: return proper error if download attempts time out
  • 54f7d4c92 fix: correctly quote and unquote strings in GRUB config
  • 54cf0672a fix: omit zero MTU in the machine config
  • bdc53ac25 docs: add hyperlink to Docker API docs about config.json
  • b3bc06dd1 chore: bump vtprotobuf to v0.4.0
  • 0ba5e59f6 fix: drone config for renovate PR's
  • 590a393de fix: udevd healthcheck
  • 2b6b6deac docs: simplify and clarify digital ocean docs
  • 92bc15f7f release(v1.4.0-alpha.1): prepare release
  • e3da4754e feat: update Linux to 6.1.7
  • 006449e46 test: build integration test early in the pipeline
  • 09aa71264 fix: renovate config
  • 2d136f187 feat: set markdown and html descriptions in config json schema
  • f0804027a fix: renovate config
  • 812a2877c chore: bump deps + renovate cleanup
  • aa9f66c1c fix: mark DigitalOcean anchor IP as scope link
  • bb4937f1b feat: enable renovate
  • 3e0057162 fix: unwrap gRPC errors on stop/remove pods check
  • 00e52ae07 fix: build correctly etcd initial cluster URL
  • ae83b10ae feat: create JSON schema for v1alpha1.Config
  • 703d96595 feat: update Kubernetes to 1.26.1, etcd to 3.5.7
  • 965e64591 docs: update to use talosctl install script
  • c5954f434 chore: bump deps
  • bb50f6a56 chore: preallocate disk images for QEMU VMs
  • d4b8b35de feat: generate kernel module dependency tree
  • 18122ae73 fix: service restart (including extension services)
  • 680fd5e45 fix: bump COSI runtime with the panic controller restart fix
  • 0b65bbfc8 fix: handle overwriting tags in syslinux ADV
  • 70d9428a1 fix: kubespan MSS clamping
  • 683b4ccb4 chore: update Go to 1.19.5 and kernel to 6.1.4
  • 062c7d754 test: fix integration test on cp endpoint update
  • 8e9fc13d7 feat: implement enum generator for proto files
  • 771b0dc06 docs: update left over rpi_4 ref to rpi_generic
  • 6c04b5f79 chore: bump dependencies
  • 0a5a8802e feat: use 'localhost' endpoint for controlplane nodes
  • b0775ebf2 feat: add ISO wipe GRUB boot option
  • 29020cb9c fix: report fatal sequence errors as reboots
  • 96629d5ba feat: implement etcd maintenance commands
  • 80fed3194 feat: include Kubernetes controlplane endpoint as one of the endpoints
  • c6cb36cc1 docs: fix auditpolicy example typo
  • ba8265bc5 feat: new talosctl config remove to remove context
  • fcb19ff51 fix: implement upgrade version checks for Talos 1.4
  • 80f150ac8 feat: enable ipv6 on gcp
  • 8db622f3d docs: add Vandebron to adopters list
  • f6a86ae90 fix: oralce cloud zone
  • 89dbb0ecf release(v1.4.0-alpha.0): prepare release
  • 31fb90535 feat: update Linux 6.1.1, containerd 1.6.14
  • a0c0352dd fix: send diagnostic output to stderr consistently
  • 9a5f4c08a fix: default the manifest namespace if not set
  • 3c6cce5fe docs: update last release for Talos 1.2.x
  • 703624c43 docs: fix the 1.3 release date
  • 386c9293a docs: update nvidia-container-runtime version
  • ff83d9fd7 fix: improve talosctl completion
  • 31ff431fa chore: add schulz systemtechnik to the list
  • 97bef7c47 docs: vsphere.sh > vmware.sh
  • 34babe858 chore: make organization selection an interface
  • a9643b477 fix: use proper key usage for apid client certificate
  • 171aa9467 fix: disable Wireless Lan using dtoverlay
  • 2e84d2ab3 chore: update conformance product.yaml
  • b7763843a feat: add install script that improves talosctl installation user experience This install script detects the platform and architecture, and downloads the correct talosctl, and checks the gpg checksums. It also installs and chmods the binary.
  • afc45ad63 docs: mark Talos 1.3 docs as default
  • 873bd3807 fix: redact service account key in config in RedactSecrets method
  • b3aebfadf feat: validate Talos API access roles in machine config
  • 40761e17d docs: fork docs for Talos 1.4
  • 474604cd2 docs: update documentation for Talos 1.3
  • faf49218c feat: add more checks for K8s upgrade
  • 5b992bd86 fix: allow empty dnsDomain in machine config
  • eb332cfcb feat: add health check for a minimal memory / disk size
  • d04970dfa fix: ignore k8s additional addresses if nil
  • 63c17104c feat: update Kubernets to 1.26.0
  • f7a9a90db chore: update pkgs/tools (Go 1.19.4, containerd 1.6.11)
  • cf7adc51c feat: add RedactSecrets method to v1alpha1.Config
  • 4c31b9b1a docs: clarify what the deal is with /var
  • a8ebcca4a chore: remove watchErr from metal.getResource
  • 1253513bd fix: fix nil pointer panic and incorrect error output
  • 82e8c9e1f fix: workaround panic in the kubelet service controller
  • a505b8909 fix: update COSI and reset restart backoff on success
  • e92fdcbad chore: bump kernel to 5.15.81
  • f0dddca2a docs: expand help for 'talosctl get'
  • fcffc8879 fix: add ext4 filesystem detection
  • 5b2960eff fix: introduce 'overridePath' setting and fix Talos resolver
  • 0219d1124 fix: use only kube-apiserver endpoints for Talos API access endpoints
  • dc5e0f4af fix: report errors to Equinix Metal event API
  • 7ab140a94 feat: add talosctl machineconfig patch command
  • d3cf06114 fix: ignore many more filesystems in IMA
  • 44e2799b8 feat: add stdout and single config type support to talosctl gen config
  • 4452f0e17 docs: bump talos version
  • 38e57bd12 feat: update Kubernetes to v1.26.0-rc.1
  • 4cd125d49 fix: correctly handle new watch event types
  • 881b84152 feat: update Flannel to 0.20.2

Changes since v1.4.0-alpha.2

50 commits

  • 3583eea98 release(v1.4.0-alpha.3): prepare release
  • a7b79ef1b feat: add network config screen to dashboard
  • cf2ccc521 fix: always shutdown maintenance API service
  • a0a5db590 feat: update Flannel to 0.21.4
  • d1a61fd34 chore: bump golangci-lint
  • 36a9a208e chore: bump deps
  • c63cf90e3 feat: update k8s to v1.27.0-beta.0
  • b246c90ab fix: add uint32 to Magic1 and Magic2
  • 777c8d6f6 chore: update COSI to watch aggregated version
  • bec89bf6e fix: use 'no block' etcd dial with multiple endpoints
  • 28713c2c4 feat: update Kubernetes to 1.26.3
  • a3cf41647 docs: add InstallConfig ignored notice to doc
  • df9b851fb chore: load all external artifacts earlier
  • 2dd0964c5 refactor: use resource watches on dashboard
  • 9933ebb6a chore: fix loaded artifacts file permission
  • a14a0aba0 fix: nil pointer exception in syncLink
  • cf101e56f fix: add --force flag for talosctl gen
  • ea2aa0611 fix: fix data race on network config read
  • 64e3d24c6 feat: provide platform network config for 'metal' in META
  • 442cb9c1b feat: implement APIs to write to META
  • 9e07832db feat: implement summary dashboard
  • 1df841bb5 refactor: change the interface of META
  • e9962bc3e chore: update CI to tag azure buckets
  • 9f5f5cf9b feat: update Flannel to v0.21.3
  • 02b0ff35e feat: generate Flannel CNI manifest from upstream
  • 6656d35ec docs: fix Talos version to use template
  • 72a6d1d70 docs: update nocloud
  • 9948a646d feat: coredns node uninitialized toleration
  • e03902b54 feat: update Go to 1.20.2
  • c8f8579f2 fix: upgrade-k8s to flag should not be required since there is a default
  • 230cfaf80 feat: use network information from guestinfo.metadata
  • 97048f7c3 feat: netstat in API and client
  • fda6da692 fix: successful ACPI shutdown in maintenance mode
  • b97e1abaa feat: set default image, validate empty image
  • 121220a3b chore: bump dependencies via renovate bot
  • ebc92f3c1 chore: add container id to talosctl -k containers and talosctl -k logs
  • 22ef81c1e feat: add grub option to drop to maintenance mode
  • 642fe0c90 feat: update pkgs with framebuffer console
  • 69cb414f0 docs: update cilium install instructions
  • e71cc6619 fix: redo assertHostnames in HostnameMergeSuite.TestMerge
  • 8ea4bfad8 refactor: improve the kubernetes upgrade flow
  • 81879fc0c docs: add how tos for workloads on control planes, and scaling up
  • 05b0b721c chore: move blob storage to azure for builds
  • a78281214 feat: add cilium e2e tests
  • 061640ccc feat: add pod ip to kube-proxy spec
  • dea17d723 feat: update Kubernetes to v1.26.2
  • 337aaba7a feat: add 'os:operator' role
  • 40e69af22 fix: improve etcd leave on reset process
  • 638dc9128 fix: fix "defer" leak in ResetUserDisks
  • bfba3677b chore: handle grub option - "wipe"

Changes from siderolabs/discovery-api

1 commit

Changes from siderolabs/discovery-client

1 commit

Changes from siderolabs/extras

8 commits

Changes from siderolabs/gen

2 commits

Changes from siderolabs/go-blockdevice

1 commit

Changes from siderolabs/go-kmsg

1 commit

Changes from siderolabs/go-kubernetes

4 commits

Changes from siderolabs/go-smbios

1 commit

Changes from siderolabs/pkgs

36 commits

Changes from siderolabs/tools

29 commits

Dependency Changes

  • cloud.google.com/go/compute/metadata v0.2.1 -> v0.2.3
  • github.com/aws/aws-sdk-go v1.44.147 -> v1.44.226
  • github.com/containerd/cgroups v1.0.4 -> v1.1.0
  • github.com/containerd/containerd v1.6.12 -> v1.6.19
  • github.com/containernetworking/plugins v1.1.1 -> v1.2.0
  • github.com/coreos/go-semver v0.3.0 -> v0.3.1
  • github.com/cosi-project/runtime v0.2.0 -> v0.3.0-alpha.10
  • github.com/docker/docker v20.10.21 -> v23.0.1
  • github.com/dustin/go-humanize v1.0.0 -> v1.0.1
  • github.com/emicklei/dot v1.2.0 -> v1.3.1
  • github.com/fatih/color v1.13.0 -> v1.15.0
  • github.com/freddierice/go-losetup/v2 v2.0.1 new
  • github.com/gdamore/tcell/v2 v2.5.3 -> v2.6.0
  • github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 -> v1.4.0
  • github.com/hashicorp/go-getter v1.6.2 -> v1.7.1
  • github.com/hetznercloud/hcloud-go v1.37.0 -> v1.41.0
  • github.com/insomniacslk/dhcp f26e6d78f622 -> e252950ab961
  • github.com/jsimonetti/rtnetlink v1.3.0 -> v1.3.1
  • github.com/mattn/go-isatty v0.0.16 -> v0.0.17
  • github.com/mdlayher/ethtool 0e16326d06d1 -> ba3b4bc2e02c
  • github.com/mdlayher/genetlink v1.3.0 -> v1.3.1
  • github.com/mdlayher/netlink v1.7.0 -> v1.7.1
  • github.com/nberlee/go-netstat 19cc338ee40a new
  • github.com/prometheus/procfs v0.8.0 -> v0.9.0
  • github.com/rivo/tview db36428c92d9 -> 84f9c0ff9de8
  • github.com/safchain/ethtool v0.2.0 -> v0.3.0
  • github.com/scaleway/scaleway-sdk-go v1.0.0-beta.10 -> v1.0.0-beta.15
  • github.com/siderolabs/discovery-api v0.1.1 -> v0.1.2
  • github.com/siderolabs/discovery-client v0.1.3 -> v0.1.4
  • github.com/siderolabs/extras v1.3.0-1-g3773d71 -> v1.4.0-alpha.0-7-g343956e
  • github.com/siderolabs/gen v0.4.1 -> v0.4.3
  • github.com/siderolabs/go-blockdevice v0.4.2 -> v0.4.3
  • github.com/siderolabs/go-kmsg v0.1.2 -> v0.1.3
  • github.com/siderolabs/go-kubernetes v0.2.0 new
  • github.com/siderolabs/go-smbios v0.3.1 -> v0.3.2
  • github.com/siderolabs/pkgs v1.3.0-5-g6509d23 -> v1.4.0-alpha.0-35-gc26b0b5
  • github.com/siderolabs/talos/pkg/machinery v1.3.0 -> v1.4.0-alpha.3
  • github.com/siderolabs/tools v1.3.0-1-g712379c -> v1.4.0-alpha.0-26-g2d710f9
  • github.com/stretchr/testify v1.8.1 -> v1.8.2
  • github.com/u-root/u-root v0.10.0 -> v0.11.0
  • github.com/ulikunitz/xz v0.5.11 new
  • github.com/vmware-tanzu/sonobuoy v0.56.12 -> v0.56.16
  • github.com/vmware/govmomi v0.29.0 -> v0.30.4
  • go.etcd.io/etcd/api/v3 v3.5.6 -> v3.5.7
  • go.etcd.io/etcd/client/pkg/v3 v3.5.6 -> v3.5.7
  • go.etcd.io/etcd/client/v3 v3.5.6 -> v3.5.7
  • go.etcd.io/etcd/etcdutl/v3 v3.5.6 -> v3.5.7
  • go.uber.org/zap v1.23.0 -> v1.24.0
  • go4.org/netipx 797b0c90d8ab -> f1b76eb4bb35
  • golang.org/x/net v0.4.0 -> v0.8.0
  • golang.org/x/sys v0.3.0 -> v0.6.0
  • golang.org/x/term v0.3.0 -> v0.6.0
  • golang.org/x/time v0.2.0 -> v0.3.0
  • golang.zx2c4.com/wireguard/wgctrl 97bc4ad4a1cb -> 9c5414ab4bde
  • google.golang.org/grpc v1.51.0 -> v1.54.0
  • google.golang.org/protobuf v1.28.1 -> v1.30.0
  • k8s.io/api v0.26.0 -> v0.27.0-beta.0
  • k8s.io/apimachinery v0.26.0 -> v0.27.0-beta.0
  • k8s.io/apiserver v0.26.0 -> v0.27.0-beta.0
  • k8s.io/client-go v0.26.0 -> v0.27.0-beta.0
  • k8s.io/component-base v0.26.0 -> v0.27.0-beta.0
  • k8s.io/cri-api v0.26.0 -> v0.27.0-beta.0
  • k8s.io/klog/v2 v2.80.1 -> v2.90.1
  • k8s.io/kubectl v0.26.0 -> v0.27.0-beta.0
  • k8s.io/kubelet v0.26.0 -> v0.27.0-beta.0
  • kernel.org/pub/linux/libs/security/libcap/cap v1.2.66 -> v1.2.67

Previous release can be found at v1.3.0

Images

ghcr.io/siderolabs/flannel:v0.21.4
ghcr.io/siderolabs/install-cni:v1.4.0-alpha.0-7-g343956e
docker.io/coredns/coredns:1.10.1
gcr.io/etcd-development/etcd:v3.5.7
registry.k8s.io/kube-apiserver:v1.27.0-beta.0
registry.k8s.io/kube-controller-manager:v1.27.0-beta.0
registry.k8s.io/kube-scheduler:v1.27.0-beta.0
registry.k8s.io/kube-proxy:v1.27.0-beta.0
ghcr.io/siderolabs/kubelet:v1.27.0-beta.0
ghcr.io/siderolabs/installer:v1.4.0-alpha.3
registry.k8s.io/pause:3.6

Don't miss a new talos release

NewReleases is sending notifications on new releases.