sidero
sidero copied to clipboard
chore: bump github.com/talos-systems/talos/pkg/machinery from 1.1.1 to 1.1.2 in /sfyra
Bumps github.com/talos-systems/talos/pkg/machinery from 1.1.1 to 1.1.2.
Release notes
Sourced from github.com/talos-systems/talos/pkg/machinery's releases.
v1.1.2
Talos 1.1.2 (2022-07-26)
Welcome to the v1.1.2 release of Talos!
Please try out the release binaries and report any issues at https://github.com/siderolabs/talos/issues.
Component Updates
- Linux: 5.15.57
- Kubernetes: 1.24.3
Talos is built with Go 1.18.4.
Contributors
- Andrey Smirnov
- Noel Georgi
Changes
- siderolabs/talos@08dd00063 release(v1.1.2): prepare release
- siderolabs/talos@c5959d66f chore: fix typo in
powercycle
- siderolabs/talos@d8e893b25 fix: folder permissions of overlay mounted folders
- siderolabs/talos@2ae1455c8 fix: use masks and different firewall mark for KubeSpan
- siderolabs/talos@e88c1fba8 fix: skip bond itself when matching interface (Equinix Metal)
- siderolabs/talos@2f419b5a8 feat: update Kubernetes to 1.24.3
- siderolabs/talos@a958d16e6 chore: bump kernel to 5.15.57
Changes from siderolabs/pkgs
- siderolabs/pkgs@9e269be chore: bump kernel to 5.15.57
Dependency Changes
- github.com/siderolabs/pkgs v1.1.0-15-gf171197 -> v1.1.0-16-g9e269be
- k8s.io/api v0.24.2 -> v0.24.3
- k8s.io/apiserver v0.24.2 -> v0.24.3
... (truncated)
Changelog
Sourced from github.com/talos-systems/talos/pkg/machinery's changelog.
Talos 1.2.0-alpha.1 (2022-07-28)
Welcome to the v1.2.0-alpha.1 release of Talos!
This is a pre-release of TalosPlease try out the release binaries and report any issues at https://github.com/siderolabs/talos/issues.
Generating Talos secrets from PKI directory
It is now possible to generate a secrets bundle from a Kubernetes PKI directory (e.g.
/etc/kubernetes/pki
).You can also specify a bootstrap token to be used in the secrets bundle.
This secrets bundle can then be used to generate a machine config.
This facilitates migrating clusters (e.g. created using
kubeadm
) to Talos.talosctl gen secrets --kubernetes-bootstrap-token znzio1.1ifu15frz7jd59pv --from-kubernetes-pki /etc/kubernetes/pki talosctl gen config --with-secrets secrets.yaml my-cluster https://172.20.0.1:6443
Kubernetes ControlPlane Components
Talos now run all Kubernetes Control Plane Components with the CRI default Seccomp Profile and other recommendations as described in KEP-2568.
Kubelet Default Runtime Seccomp Profile
Talos now runs Kubelet with the CRI default Seccomp Profile enabled. This can be disabled by setting
.machine.kubelet.defaultRuntimeSeccompProfileEnabled
tofalse
.This is not enabled automatically on upgrades, so upgrading to Talos v1.2 needs this to be explicitly enabled.
Network bridge support
Talos now supports configuring Linux bridges. It can be configured in the machine config like the following:
machine: network: interfaces: - interface: br0 bridge: </tr></table>
... (truncated)
Commits
08dd000
release(v1.1.2): prepare releasec5959d6
chore: fix typo inpowercycle
d8e893b
fix: folder permissions of overlay mounted folders2ae1455
fix: use masks and different firewall mark for KubeSpane88c1fb
fix: skip bond itself when matching interface (Equinix Metal)2f419b5
feat: update Kubernetes to 1.24.3a958d16
chore: bump kernel to 5.15.57- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)