Skip to content

Commit

Permalink
fix: update Talos machinery to v1.5.2
Browse files Browse the repository at this point in the history
This brings in a fix for `talosconfig` lifetime.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Sep 7, 2023
1 parent 47293c7 commit 38db77d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/siderolabs/gen v0.4.5
github.com/siderolabs/go-blockdevice v0.4.6
github.com/siderolabs/net v0.4.0
github.com/siderolabs/talos/pkg/machinery v1.5.0
github.com/siderolabs/talos/pkg/machinery v1.5.2
github.com/stretchr/testify v1.8.4
golang.org/x/mod v0.12.0
google.golang.org/grpc v1.57.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ github.com/siderolabs/net v0.4.0 h1:1bOgVay/ijPkJz4qct98nHsiB/ysLQU0KLoBC4qLm7I=
github.com/siderolabs/net v0.4.0/go.mod h1:/ibG+Hm9HU27agp5r9Q3eZicEfjquzNzQNux5uEk0kM=
github.com/siderolabs/protoenc v0.2.0 h1:QFxWIAo//12+/bm27GNYoK/TpQGTYsRrrZCu9jSghvU=
github.com/siderolabs/protoenc v0.2.0/go.mod h1:mu4gc6pJxhdJYpuloacKE4jsJojj87qDXwn8LUvs2bY=
github.com/siderolabs/talos/pkg/machinery v1.5.0 h1:yWRYcMKSkdDhumYnSnv/HndJ/S7AYl2/JcwkHWwB1So=
github.com/siderolabs/talos/pkg/machinery v1.5.0/go.mod h1:7Mmswfab95ULNclTI4ZGR8hZaQyrjDVfSyYGVECgFBs=
github.com/siderolabs/talos/pkg/machinery v1.5.2 h1:XENjTuWdcCSgmPK6HsN81RAzN0T9mD8VjaRPM1pQMB8=
github.com/siderolabs/talos/pkg/machinery v1.5.2/go.mod h1:7Mmswfab95ULNclTI4ZGR8hZaQyrjDVfSyYGVECgFBs=
github.com/skeema/knownhosts v1.1.0 h1:Wvr9V0MxhjRbl3f9nMnKnFfiWTJmtECJ9Njkea3ysW0=
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func TestAccTalosMachineConfigurationDataSource(t *testing.T) {
// test validating kubernetes compatibility with the default talos version
{
Config: testAccTalosMachineConfigurationDataSourceConfig("", "example-cluster-7", "controlplane", "https://cluster.local", "v1.25.0", false, false, true, true),
ExpectError: regexp.MustCompile("version of Kubernetes 1.25.0 is too old to be used with Talos 1.5.0"),
ExpectError: regexp.MustCompile("version of Kubernetes 1.25.0 is too old to be used with Talos 1.5.2"),
},
// test validating kubernetes compatibility with a specific talos version
{
Expand Down

0 comments on commit 38db77d

Please sign in to comment.