Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix: update capi-utils to fix talosconfig requests for CAPI clusters
Browse files Browse the repository at this point in the history
Older `capi-utils` was using an incorrect name for the secret.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed Mar 21, 2022
1 parent e3796d3 commit 6ea6ecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/talos-systems/capi-utils v0.0.0-20220317162331-3a6f8ee7b753
github.com/talos-systems/capi-utils v0.0.0-20220321161353-e994250edede
github.com/talos-systems/go-retry v0.3.1
github.com/talos-systems/grpc-proxy v0.2.0
github.com/talos-systems/talos v1.0.0-beta.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1245,8 +1245,8 @@ github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/talos-systems/capi-utils v0.0.0-20220317162331-3a6f8ee7b753 h1:uYiifZ7BQ+Ia3qKkJ7CLwxCCPRoCknk0wAPmR727nwY=
github.com/talos-systems/capi-utils v0.0.0-20220317162331-3a6f8ee7b753/go.mod h1:XRAFzC9OQMcKmZNT/KwQv1e5vrZCgTFGpalfvCusaXk=
github.com/talos-systems/capi-utils v0.0.0-20220321161353-e994250edede h1:0y1lVz0tLqHdpmVSEtloDSj8qcM7PQ0CNz1uWk9Y6UQ=
github.com/talos-systems/capi-utils v0.0.0-20220321161353-e994250edede/go.mod h1:XRAFzC9OQMcKmZNT/KwQv1e5vrZCgTFGpalfvCusaXk=
github.com/talos-systems/crypto v0.3.5-0.20211220133734-6fa2d93d0382/go.mod h1:xaNCB2/Bxaj+qrkdeodhRv5eKQVvKOGBBMj58MrIPY8=
github.com/talos-systems/crypto v0.3.5 h1:Jkxjzx/IfOvisjDAAoe7QaHySZ5+8v1xWOJ0o0GhtQI=
github.com/talos-systems/crypto v0.3.5/go.mod h1:xaNCB2/Bxaj+qrkdeodhRv5eKQVvKOGBBMj58MrIPY8=
Expand Down

0 comments on commit 6ea6ecf

Please sign in to comment.