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

Commit

Permalink
Bumps tanzu-framework dependency to capture standalone feature for en…
Browse files Browse the repository at this point in the history
…coding creds during delete (#1339)

Signed-off-by: John McBride <jmcbride@vmware.com>
  • Loading branch information
jpmcb authored Aug 18, 2021
1 parent 9b641ad commit 60d7658
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 648 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ IS_OFFICIAL_BUILD = ""
endif

FRAMEWORK_BUILD_VERSION=$$(cat "./hack/FRAMEWORK_BUILD_VERSION")
TANZU_FRAMEWORK_REPO_HASH ?= f7e4fbdac6478244ce5dbf25288d212f12df9e28
TANZU_FRAMEWORK_REPO_HASH ?= ab306729ecd35ceac9cf127bea2b2724e605bfd6

LD_FLAGS = -s -w
LD_FLAGS += -X "github.com/vmware-tanzu/tanzu-framework/pkg/v1/cli.BuildDate=$(BUILD_DATE)"
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/plugin/standalone-cluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 // indirect
github.com/spf13/cobra v1.2.0
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210817154238-f7e4fbdac647
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210818150133-ab306729ecd3
k8s.io/klog/v2 v2.8.0
)

Expand Down
4 changes: 2 additions & 2 deletions cli/cmd/plugin/standalone-cluster/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1327,8 +1327,8 @@ github.com/vmware-tanzu/carvel-vendir v0.19.0 h1:4FTeDcxwEuZWdFlFqh+11NqnJciCkkO
github.com/vmware-tanzu/carvel-vendir v0.19.0/go.mod h1:HF7iLB0NyEFHuCvM0EJ42fERk20l2ImpktJzhSEdqOU=
github.com/vmware-tanzu/cluster-api v0.3.23-0.20210722162135-d31e78c28159 h1:c7sM3NrAQGmTvq57Aw96BBzBO67apYZpZs/51PfjddA=
github.com/vmware-tanzu/cluster-api v0.3.23-0.20210722162135-d31e78c28159/go.mod h1:1DBZEj6GmcWxe77d8YOeac1JIa8ttP21uTHUlAyji2g=
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210817154238-f7e4fbdac647 h1:FQPGMwk4c3mykqN3KrLgXPbIkDMmvRUO2GkmUfRfdjk=
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210817154238-f7e4fbdac647/go.mod h1:2ph3SY8wu6ZX0Z350YJe0f/1DdHkIE320jIHKH/WQC4=
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210818150133-ab306729ecd3 h1:3RGgH/IFrIhHgppCFvzAqqHkX5VDKGOTsQTG5Xa7h7w=
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210818150133-ab306729ecd3/go.mod h1:2ph3SY8wu6ZX0Z350YJe0f/1DdHkIE320jIHKH/WQC4=
github.com/vmware/govmomi v0.20.3/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59bHWk6aFU=
github.com/vmware/govmomi v0.23.1 h1:vU09hxnNR/I7e+4zCJvW+5vHu5dO64Aoe2Lw7Yi/KRg=
github.com/vmware/govmomi v0.23.1/go.mod h1:Y+Wq4lst78L85Ge/F8+ORXIWiKYqaro1vhAulACy9Lc=
Expand Down
4 changes: 2 additions & 2 deletions hack/builder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.16
// replace github.com/vmware-tanzu/tanzu-framework => ../../../tanzu-framework

require (
github.com/fabriziopandini/capi-conditions v0.0.0-20201102133039-7eb142d1b6d6 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/spf13/cobra v1.2.1
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210817154238-f7e4fbdac647
github.com/vmware-tanzu/tanzu-framework v1.4.0-pre-alpha-2.0.20210818150133-ab306729ecd3
)
Loading

0 comments on commit 60d7658

Please sign in to comment.