-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update Linux 6.1.61, containerd 1.7.8, runc 1.1.10
Bump tools/pkgs/extras. Update Go dependencies. Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information
Showing
42 changed files
with
177 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
module github.com/siderolabs/talos | ||
|
||
go 1.21.3 | ||
go 1.21.4 | ||
|
||
replace ( | ||
// Use nested module. | ||
github.com/siderolabs/talos/pkg/machinery => ./pkg/machinery | ||
|
||
// github.com/cilium/[email protected]/internal/unix/types_linux.go:41:36: undefined: linux.BPF_F_KPROBE_MULTI_RETURN | ||
golang.org/x/sys => golang.org/x/sys v0.13.0 | ||
|
||
// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes | ||
// which are then encoded as a valid YAML blocks with proper indentiation | ||
gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c | ||
|
@@ -26,15 +29,15 @@ require ( | |
require ( | ||
cloud.google.com/go/compute/metadata v0.2.3 | ||
github.com/BurntSushi/toml v1.3.2 | ||
github.com/aws/aws-sdk-go-v2/config v1.22.0 | ||
github.com/aws/aws-sdk-go-v2/config v1.22.2 | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.2 | ||
github.com/aws/smithy-go v1.16.0 | ||
github.com/beevik/ntp v1.3.0 | ||
github.com/benbjohnson/clock v1.3.5 // project archived on 2023-05-18 | ||
github.com/blang/semver/v4 v4.0.0 | ||
github.com/cenkalti/backoff/v4 v4.2.1 | ||
github.com/containerd/cgroups/v3 v3.0.2 | ||
github.com/containerd/containerd v1.7.7 | ||
github.com/containerd/containerd v1.7.8 | ||
github.com/containerd/typeurl/v2 v2.1.1 | ||
github.com/containernetworking/cni v1.1.2 | ||
github.com/containernetworking/plugins v1.3.0 | ||
|
@@ -46,7 +49,7 @@ require ( | |
github.com/dustin/go-humanize v1.0.1 | ||
github.com/ecks/uefi v0.0.0-20221116212947-caef65d070eb | ||
github.com/emicklei/dot v1.6.0 | ||
github.com/fatih/color v1.15.0 | ||
github.com/fatih/color v1.16.0 | ||
github.com/foxboron/go-uefi v0.0.0-20230808201820-18b9ba9cd4c3 | ||
github.com/freddierice/go-losetup/v2 v2.0.1 | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
|
@@ -116,7 +119,7 @@ require ( | |
github.com/siderolabs/net v0.4.0 | ||
github.com/siderolabs/siderolink v0.3.1 | ||
github.com/siderolabs/talos/pkg/machinery v1.6.0-alpha.1 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/u-root/u-root v0.11.0 | ||
|
@@ -132,11 +135,11 @@ require ( | |
go.uber.org/zap v1.26.0 | ||
go4.org/netipx v0.0.0-20230824141953-6213f710f925 | ||
golang.org/x/net v0.17.0 | ||
golang.org/x/sync v0.4.0 | ||
golang.org/x/sys v0.13.0 | ||
golang.org/x/term v0.13.0 | ||
golang.org/x/text v0.13.0 | ||
golang.org/x/time v0.3.0 | ||
golang.org/x/sync v0.5.0 | ||
golang.org/x/sys v0.14.0 | ||
golang.org/x/term v0.14.0 | ||
golang.org/x/text v0.14.0 | ||
golang.org/x/time v0.4.0 | ||
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 | ||
google.golang.org/grpc v1.59.0 | ||
google.golang.org/protobuf v1.31.0 | ||
|
@@ -164,7 +167,7 @@ require ( | |
github.com/aws/aws-sdk-go-v2/credentials v1.15.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.5.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.5.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.17.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.19.0 // indirect | ||
|
@@ -185,7 +188,7 @@ require ( | |
github.com/containerd/ttrpc v1.2.2 // indirect | ||
github.com/coreos/go-semver v0.3.1 // indirect | ||
github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/docker/cli v24.0.0+incompatible // indirect | ||
github.com/docker/distribution v2.8.3+incompatible // indirect | ||
|
Oops, something went wrong.