Skip to content

Commit

Permalink
Bump Tekton Hub CLI to latest
Browse files Browse the repository at this point in the history
This patch bumps the Hub CLI to latest commit
3ebdb197f089429186d0051791f584e39e1118ce

Signed-off-by: Puneet Punamiya <[email protected]>
  • Loading branch information
PuneetPunamiya authored and tekton-robot committed Mar 4, 2022
1 parent 44c931d commit c5ed5e5
Show file tree
Hide file tree
Showing 30 changed files with 1,548 additions and 197 deletions.
2 changes: 1 addition & 1 deletion docs/cmd/tkn_hub_reinstall_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Reinstall a Task of name 'foo':
or

Reinstall a Task of name 'foo' of version '0.3' from Catalog 'Tekton':

tkn hub reinstall task foo --version 0.3 --from tekton


Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/golang/snappy v0.0.4
github.com/google/go-cmp v0.5.7
github.com/google/go-containerregistry v0.8.1-0.20220216220642-00c59d91847c
github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/hashicorp/errwrap v1.1.0
github.com/hashicorp/go-hclog v1.0.0
github.com/hashicorp/go-immutable-radix v1.3.1
Expand All @@ -42,7 +42,7 @@ require (
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/tektoncd/chains v0.6.2-0.20211214203153-0c28d2682758
github.com/tektoncd/hub/api v0.0.0-20220128080824-5941f280d06a
github.com/tektoncd/hub v1.6.1-0.20220304075515-3ebdb197f089
github.com/tektoncd/pipeline v0.33.1
github.com/tektoncd/plumbing v0.0.0-20211012143332-c7cc43d9bc0c
github.com/tektoncd/triggers v0.19.0
Expand Down
35 changes: 4 additions & 31 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FLOATING_DEPS=(
"github.com/tektoncd/pipeline@master"
"github.com/tektoncd/triggers@master"
"github.com/tektoncd/plumbing@master"
"github.com/tektoncd/hub/api@master"
"github.com/tektoncd/hub@master"
)

# Parse flags to determine any we should pass to dep.
Expand Down
38 changes: 33 additions & 5 deletions vendor/github.com/hako/durafmt/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c5ed5e5

Please sign in to comment.