Skip to content

Commit

Permalink
Update to use runtime v0.90.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vuil committed May 16, 2023
1 parent 8e5c570 commit 2735d8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/plugindev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Configure the go modules
# Configure the go module for tanzu-plugin-runtime to point to the latest release
# This step should not required once we have `v0.90.0` tagged for the repository
# because go get automatically will get the latest official tag
go get github.com/vmware-tanzu/tanzu-plugin-runtime@v0.90.0-alpha.1
go get github.com/vmware-tanzu/tanzu-plugin-runtime@v0.90.0-alpha.2

# Download and configure modules and update the go.mod and go.sum files
make gomod
Expand Down
2 changes: 1 addition & 1 deletion docs/plugindev/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project and this repository.

Include [plugin-tooling.mk](https://github.com/vmware-tanzu/tanzu-cli/blob/main/cmd/plugin/builder/template/plugintemplates/plugin-tooling.mk.tmpl) in your make file. It will provide make targets that are useful during the plugin build, test, and publishing process

To use the latest version of `tanzu-plugin-runtime` as a `go.mod` dependency run `go get github.com/vmware-tanzu/tanzu-plugin-runtime@v0.90.0-alpha.1`.
To use the latest version of `tanzu-plugin-runtime` as a `go.mod` dependency run `go get github.com/vmware-tanzu/tanzu-plugin-runtime@v0.90.0-alpha.2`.

Updating the import references to use `tanzu-plugin-runtime`

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/vmware-tanzu/carvel-imgpkg v0.36.1
github.com/vmware-tanzu/carvel-ytt v0.40.0
github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-20230415084831-9331f55d2999
github.com/vmware-tanzu/tanzu-plugin-runtime v1.0.0-dev.0.20230511155710-9131cb986ae8
github.com/vmware-tanzu/tanzu-plugin-runtime v0.90.0-alpha.2
go.pinniped.dev v0.20.0
go.uber.org/multierr v1.8.0
golang.org/x/mod v0.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1289,8 +1289,8 @@ github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20221207131309-7323ca04b
github.com/vmware-tanzu/tanzu-framework/apis/run v0.0.0-20221207131309-7323ca04b86c/go.mod h1:ukZpKQ0hf5bjWdJLjn2M6qXP+9giZWQPxt8nOfrCR+o=
github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-20230415084831-9331f55d2999 h1:WITDH+wpdl/clw1hwy+2jtq4Pt//i/Mq9lQXGwg3q4c=
github.com/vmware-tanzu/tanzu-framework/capabilities/client v0.0.0-20230415084831-9331f55d2999/go.mod h1:umFZBUfJ8VI3p0VO/xocuE+4fO9s9QbytEiOqFcH/Tw=
github.com/vmware-tanzu/tanzu-plugin-runtime v1.0.0-dev.0.20230511155710-9131cb986ae8 h1:qg/c0+nglQjQbmSdLqPBlqkQTR+NZpadCmnlHG0g7ag=
github.com/vmware-tanzu/tanzu-plugin-runtime v1.0.0-dev.0.20230511155710-9131cb986ae8/go.mod h1:FlvOcF26rX4EA+ADjYTJdFh6WVur6O4jh25FDP9Lp7E=
github.com/vmware-tanzu/tanzu-plugin-runtime v0.90.0-alpha.2 h1:FSX6vxceyWJWE5v1P42dr7ncxDLMjsDM8wJXDWgTDMQ=
github.com/vmware-tanzu/tanzu-plugin-runtime v0.90.0-alpha.2/go.mod h1:FlvOcF26rX4EA+ADjYTJdFh6WVur6O4jh25FDP9Lp7E=
github.com/xanzy/go-gitlab v0.31.0/go.mod h1:sPLojNBn68fMUWSxIJtdVVIP8uSBYqesTfDUseX11Ug=
github.com/xanzy/go-gitlab v0.73.1 h1:UMagqUZLJdjss1SovIC+kJCH4k2AZWXl58gJd38Y/hI=
github.com/xanzy/go-gitlab v0.73.1/go.mod h1:d/a0vswScO7Agg1CZNz15Ic6SSvBG9vfw8egL99t4kA=
Expand Down

0 comments on commit 2735d8b

Please sign in to comment.