Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee271d7

Browse files
authoredJun 9, 2023
chore: Update Tanzu CLI to v0.90.0 (vmware-tanzu#593)
Signed-off-by: Wendy Arango <warango@vmware.com>
1 parent af0e78f commit ee271d7

File tree

5 files changed

+8
-16
lines changed

5 files changed

+8
-16
lines changed
 

‎.github/workflows/ci.yaml

+3-11
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ jobs:
3737
tar -xzf tanzu-framework.tar.gz -C ${TANZU_HOME}
3838
sudo mv ${TANZU_HOME}/${TANZU_VERSION}/tanzu-cli-linux_amd64 /usr/local/bin/tanzu
3939
chmod +x /usr/local/bin/tanzu
40-
tanzu ceip-participation set false
4140
tanzu config eula accept
42-
tanzu init
4341
tanzu version
4442
tanzu plugin source init
45-
tanzu plugin install builder
43+
tanzu plugin install builder --version ${TANZU_VERSION}
4644
tanzu plugin list
4745
- name: Scan Inclusive Terminology
4846
uses: get-woke/woke-action@v0
@@ -98,11 +96,9 @@ jobs:
9896
curl -Lo tanzu-framework-windows-amd64.zip https://github.com/vmware-tanzu/tanzu-cli/releases/download/$TANZU_VERSION/tanzu-cli-windows-amd64.zip
9997
tar -xf tanzu-framework-windows-amd64.zip
10098
cp "$TANZU_VERSION\tanzu-cli-windows_amd64.exe" "C:\Program Files\tanzu\tanzu.exe"
101-
tanzu ceip-participation set false
10299
tanzu config eula accept
103-
tanzu init
104100
tanzu plugin source init
105-
tanzu plugin install builder
101+
tanzu plugin install builder --version ${TANZU_VERSION}
106102
tanzu plugin list
107103
- name: Test
108104
run: |
@@ -139,11 +135,9 @@ jobs:
139135
tar -xzf tanzu-framework.tar.gz -C ${TANZU_HOME}
140136
sudo mv ${TANZU_HOME}/${TANZU_VERSION}/tanzu-cli-darwin_amd64 /usr/local/bin/tanzu
141137
chmod +x /usr/local/bin/tanzu
142-
tanzu ceip-participation set false
143138
tanzu config eula accept
144-
tanzu init
145139
tanzu plugin source init
146-
tanzu plugin install builder
140+
tanzu plugin install builder --version ${TANZU_VERSION}
147141
tanzu plugin list
148142
- name: Test
149143
run: make test
@@ -201,9 +195,7 @@ jobs:
201195
tar -xzf tanzu-framework.tar.gz -C ${TANZU_HOME}
202196
sudo mv ${TANZU_HOME}/${TANZU_VERSION}/tanzu-cli-linux_amd64 /usr/local/bin/tanzu
203197
chmod +x /usr/local/bin/tanzu
204-
tanzu ceip-participation set false
205198
tanzu config eula accept
206-
tanzu init
207199
- name: Build dev version
208200
run: |
209201
PLUGIN_BUILD_SHA_SHORT=$(git rev-parse --short HEAD)

‎TANZU_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.90.0-beta.0
1+
v0.90.0

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/vmware-labs/reconciler-runtime v0.11.1
2222
github.com/vmware-tanzu/carvel-imgpkg v0.36.2
2323
github.com/vmware-tanzu/difflib v0.0.0-20201117154628-0c031775bf57
24-
github.com/vmware-tanzu/tanzu-plugin-runtime v0.90.0-beta.0
24+
github.com/vmware-tanzu/tanzu-plugin-runtime v0.90.0
2525
golang.org/x/crypto v0.9.0
2626
gopkg.in/yaml.v2 v2.4.0
2727
gotest.tools/v3 v3.4.0

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,8 @@ github.com/vmware-tanzu/carvel-imgpkg v0.36.2 h1:RxHd4A4o+Q2qn67ZhiQSMR42cslN/Xn
671671
github.com/vmware-tanzu/carvel-imgpkg v0.36.2/go.mod h1:eBOaUEF4tVajROCfcNFnB3zThG6xONhKuahbLFiqGU4=
672672
github.com/vmware-tanzu/difflib v0.0.0-20201117154628-0c031775bf57 h1:NmeWaPuGdwr2+NdXEFqDfcBYiA8Qi/z+twfED7mqCyY=
673673
github.com/vmware-tanzu/difflib v0.0.0-20201117154628-0c031775bf57/go.mod h1:q4R37lXdaJmkpws5TUoMwT2GXOMs8qJJ9P+zxrtHv28=
674-
github.com/vmware-tanzu/tanzu-plugin-runtime v0.90.0-beta.0 h1:ywXevP9Z1qCNGaP+0uDn6Ge0t6NsKMk3gZnxX0yn81o=
675-
github.com/vmware-tanzu/tanzu-plugin-runtime v0.90.0-beta.0/go.mod h1:wMK/qpJjU7hytDAGt3FX5/iGdlUK8TsJLu36pCr+Zvk=
674+
github.com/vmware-tanzu/tanzu-plugin-runtime v0.90.0 h1:MbnTxvqCBOLR8gHpnzwxlcbP16vF71LyV8Tx2ANC57o=
675+
github.com/vmware-tanzu/tanzu-plugin-runtime v0.90.0/go.mod h1:wMK/qpJjU7hytDAGt3FX5/iGdlUK8TsJLu36pCr+Zvk=
676676
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
677677
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
678678
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=

‎vendor/modules.txt

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.