Skip to content

Commit f46c83d

Browse files
committed
feat: bump Talos machinery to 0.12.3
This includes machine's CA distrituted to worker nodes. Tests were updated to assert that. Should be backported to 0.3.x. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 7b760cf commit f46c83d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/spf13/pflag v1.0.5
1010
github.com/stretchr/testify v1.7.0
1111
github.com/talos-systems/crypto v0.3.2
12-
github.com/talos-systems/talos/pkg/machinery v0.12.3-0.20210920195258-7e63e43eb399
12+
github.com/talos-systems/talos/pkg/machinery v0.12.3
1313
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2
1414
gopkg.in/yaml.v2 v2.4.0
1515
k8s.io/api v0.21.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ github.com/talos-systems/go-retry v0.1.1-0.20201113203059-8c63d290a688/go.mod h1
622622
github.com/talos-systems/go-retry v0.3.1/go.mod h1:HiXQqyVStZ35uSY/MTLWVvQVmC3lIW2MS5VdDaMtoKM=
623623
github.com/talos-systems/net v0.3.0 h1:TG6PoiNdg9NmSeSjyecSgguUXzoJ8wp5a8RYlIdkq3Y=
624624
github.com/talos-systems/net v0.3.0/go.mod h1:VreSAyRmxMtqussAHSKMKkJQa1YwBTSVfkmE4Jydam4=
625-
github.com/talos-systems/talos/pkg/machinery v0.12.3-0.20210920195258-7e63e43eb399 h1:mmQ/XAV9xRm3chHx/f4xBZH4I2T960fJh4chkedW+nY=
626-
github.com/talos-systems/talos/pkg/machinery v0.12.3-0.20210920195258-7e63e43eb399/go.mod h1:qX77JMZawrDTQaJucqecdlFsHy+dbnZ9YL8Kw4qL7d4=
625+
github.com/talos-systems/talos/pkg/machinery v0.12.3 h1:nX/2TQ7EoLEoTzvL+9XGA8vUhyisEAyhYXP2K27pGfU=
626+
github.com/talos-systems/talos/pkg/machinery v0.12.3/go.mod h1:qX77JMZawrDTQaJucqecdlFsHy+dbnZ9YL8Kw4qL7d4=
627627
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
628628
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
629629
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=

internal/integration/assertions_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ func assertCompatibleMachineConfigs(ctx context.Context, t *testing.T, c client.
119119

120120
checks := []func(p machineconfig.Provider) interface{}{
121121
func(p machineconfig.Provider) interface{} { return p.Machine().Security().Token() },
122+
func(p machineconfig.Provider) interface{} { return p.Machine().Security().CA().Crt },
122123
func(p machineconfig.Provider) interface{} { return p.Cluster().ID() },
123124
func(p machineconfig.Provider) interface{} { return p.Cluster().Secret() },
124125
func(p machineconfig.Provider) interface{} { return p.Cluster().Endpoint().String() },

0 commit comments

Comments
 (0)