chore: update kernel with BTF support
This pull in: * https://github.com/siderolabs/pkgs/pull/612 * https://github.com/siderolabs/pkgs/pull/606 Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ NAME = Talos
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.3.0-alpha.0-20-g3b5f89a
|
||||
PKGS ?= v1.3.0-alpha.0-33-g8fe5cbc
|
||||
PKGS ?= v1.3.0-alpha.0-35-g66c77e9
|
||||
EXTRAS ?= v1.3.0-alpha.0-1-g8f00d77
|
||||
GO_VERSION ?= 1.19
|
||||
GOIMPORTS_VERSION ?= v0.1.11
|
||||
|
@ -394,6 +394,10 @@ func (suite *UpgradeSuite) setupCluster() {
|
||||
)
|
||||
}
|
||||
|
||||
genOptions = append(genOptions, generate.WithSysctls(map[string]string{
|
||||
"kernel.kexec_load_disabled": "1",
|
||||
}))
|
||||
|
||||
versionContract, err := config.ParseContractFromVersion(suite.spec.SourceVersion)
|
||||
suite.Require().NoError(err)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
v1.3.0-alpha.0-33-g8fe5cbc
|
||||
v1.3.0-alpha.0-35-g66c77e9
|
Reference in New Issue
Block a user