Skip to content

Commit 3371173

Browse files
rsmittytalos-bot
authored andcommitted
chore: update talos pkg import
This PR updates the talos package to the 0.4.0 package. We'll move to 0.5 or 0.6 after fixing some upstream bugs. But this includes a fix for machine configs getting pushed into secrets correctly. Signed-off-by: Spencer Smith <[email protected]>
1 parent 7ed11c7 commit 3371173

File tree

2 files changed

+68
-32
lines changed

2 files changed

+68
-32
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ require (
88
github.com/go-logr/logr v0.1.0
99
github.com/onsi/ginkgo v1.12.0
1010
github.com/onsi/gomega v1.9.0
11-
github.com/talos-systems/talos v0.4.0-alpha.5
11+
github.com/talos-systems/talos v0.4.0
1212
gopkg.in/yaml.v2 v2.2.8
13-
k8s.io/api v0.17.2
14-
k8s.io/apimachinery v0.17.2
15-
k8s.io/client-go v0.17.2
16-
k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
17-
sigs.k8s.io/cluster-api v0.3.3
18-
sigs.k8s.io/controller-runtime v0.5.2
13+
k8s.io/api v0.18.2
14+
k8s.io/apimachinery v0.18.2
15+
k8s.io/client-go v0.18.2
16+
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
17+
sigs.k8s.io/cluster-api v0.3.6
18+
sigs.k8s.io/controller-runtime v0.6.0
1919
)

0 commit comments

Comments
 (0)