diff --git a/Makefile b/Makefile index c77c00277..26a393d19 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ DOCKER_LOGIN_ENABLED ?= true NAME = Talos ARTIFACTS := _out -TOOLS ?= ghcr.io/talos-systems/tools:v0.7.0-alpha.0-2-g7172a5d -PKGS ?= v0.7.0-alpha.0-14-g875c7ec -EXTRAS ?= v0.5.0-alpha.0-1-g4957f3c +TOOLS ?= ghcr.io/talos-systems/tools:v0.7.0-alpha.0-3-g2368154 +PKGS ?= v0.7.0-alpha.0-16-gda4ac04 +EXTRAS ?= v0.5.0-alpha.0-2-g8ce17e5 GO_VERSION ?= 1.16 GOFUMPT_VERSION ?= v0.1.0 STRINGER_VERSION ?= v0.1.3 diff --git a/hack/release.toml b/hack/release.toml index 2534ebbff..43bf14996 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -55,12 +55,12 @@ the default values overwritten by Talos. [notes.updates] title = "Component Updates" description = """\ -* Linux: 5.10.52 +* Linux: 5.10.57 * Kubernetes: 1.22.0 * containerd: 1.5.5 * runc: 1.0.1 * GRUB: 2.06 -* Talos is built with Go 1.16.6 +* Talos is built with Go 1.16.7 """ [notes.etcd] diff --git a/pkg/machinery/api/cluster/cluster.pb.go b/pkg/machinery/api/cluster/cluster.pb.go index d4035f588..7bb1c7671 100644 --- a/pkg/machinery/api/cluster/cluster.pb.go +++ b/pkg/machinery/api/cluster/cluster.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.27.0 +// protoc-gen-go v1.27.1 // protoc v3.17.3 // source: cluster/cluster.proto diff --git a/pkg/machinery/api/common/common.pb.go b/pkg/machinery/api/common/common.pb.go index d825c1c49..fc2491ecd 100644 --- a/pkg/machinery/api/common/common.pb.go +++ b/pkg/machinery/api/common/common.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.27.0 +// protoc-gen-go v1.27.1 // protoc v3.17.3 // source: common/common.proto diff --git a/pkg/machinery/api/inspect/inspect.pb.go b/pkg/machinery/api/inspect/inspect.pb.go index 16cdf530b..675363e70 100644 --- a/pkg/machinery/api/inspect/inspect.pb.go +++ b/pkg/machinery/api/inspect/inspect.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.27.0 +// protoc-gen-go v1.27.1 // protoc v3.17.3 // source: inspect/inspect.proto diff --git a/pkg/machinery/api/machine/machine.pb.go b/pkg/machinery/api/machine/machine.pb.go index 81ac98245..1eb630bfc 100644 --- a/pkg/machinery/api/machine/machine.pb.go +++ b/pkg/machinery/api/machine/machine.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.27.0 +// protoc-gen-go v1.27.1 // protoc v3.17.3 // source: machine/machine.proto diff --git a/pkg/machinery/api/network/network.pb.go b/pkg/machinery/api/network/network.pb.go index 6dbbd0e8f..ee59ad4f7 100644 --- a/pkg/machinery/api/network/network.pb.go +++ b/pkg/machinery/api/network/network.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.27.0 +// protoc-gen-go v1.27.1 // protoc v3.17.3 // source: network/network.proto diff --git a/pkg/machinery/api/resource/resource.pb.go b/pkg/machinery/api/resource/resource.pb.go index 79bb8f2e8..8dc3aec8b 100644 --- a/pkg/machinery/api/resource/resource.pb.go +++ b/pkg/machinery/api/resource/resource.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.27.0 +// protoc-gen-go v1.27.1 // protoc v3.17.3 // source: resource/resource.proto diff --git a/pkg/machinery/api/resource/secrets/secrets.pb.go b/pkg/machinery/api/resource/secrets/secrets.pb.go index 1c065996c..54f01afd8 100644 --- a/pkg/machinery/api/resource/secrets/secrets.pb.go +++ b/pkg/machinery/api/resource/secrets/secrets.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.27.0 +// protoc-gen-go v1.27.1 // protoc v3.17.3 // source: resource/secrets/secrets.proto diff --git a/pkg/machinery/api/security/security.pb.go b/pkg/machinery/api/security/security.pb.go index 39c53f78f..79e1a3f43 100644 --- a/pkg/machinery/api/security/security.pb.go +++ b/pkg/machinery/api/security/security.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.27.0 +// protoc-gen-go v1.27.1 // protoc v3.17.3 // source: security/security.proto diff --git a/pkg/machinery/api/storage/storage.pb.go b/pkg/machinery/api/storage/storage.pb.go index 9459ac631..411f020a8 100644 --- a/pkg/machinery/api/storage/storage.pb.go +++ b/pkg/machinery/api/storage/storage.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.27.0 +// protoc-gen-go v1.27.1 // protoc v3.17.3 // source: storage/storage.proto diff --git a/pkg/machinery/api/time/time.pb.go b/pkg/machinery/api/time/time.pb.go index 01b762646..274f022d7 100644 --- a/pkg/machinery/api/time/time.pb.go +++ b/pkg/machinery/api/time/time.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.27.0 +// protoc-gen-go v1.27.1 // protoc v3.17.3 // source: time/time.proto diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 641dd53b5..f87348083 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -13,7 +13,7 @@ import ( const ( // DefaultKernelVersion is the default Linux kernel version. - DefaultKernelVersion = "5.10.52-talos" + DefaultKernelVersion = "5.10.57-talos" // KernelParamConfig is the kernel parameter name for specifying the URL. // to the config.