Skip to content

Commit

Permalink
Merge pull request #7 from vdemeester/bump-pac
Browse files Browse the repository at this point in the history
Update openshift-pipelines/pipelines-as-code to 0.13.0
  • Loading branch information
vdemeester authored Nov 14, 2022
2 parents 510213c + 82f256d commit 9bdcfe9
Show file tree
Hide file tree
Showing 260 changed files with 52,546 additions and 2,545 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:

- name: Build
run: |
make
mkdir -p bin
go build -v -o bin/opc ./...
go test -v ./...
[[ $(git status --porcelain) != "" ]] && {
echo "There is changes in the repo like new vendor files"
git status --verbose
exit 1
}
} || true
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ vendor: tidy

.PHONY: build
build: vendor mkbin
$(GO) build -o bin/$(BINARYNAME) main.go
$(GO) build -v -o bin/$(BINARYNAME) main.go

.PHONY: tidy
tidy:
Expand All @@ -24,6 +24,5 @@ lint-go: ## runs go linter on all go files
--max-same-issues=0 \
--deadline 5m


mkbin:
mkdir -p ./bin
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ i.e:

The following commands help you understand and effectively use the OpenShift Pipelines CLI:

`opc hub`: search and install from Tekton Hub
`opc hub`: search and install from Tekton Hub

`opc pac`: add and manage git repositories (pipelines as code)

`opc pipeline`: manage Pipelines
`opc pipelinerun`: manage PipelineRuns
`opc task`: manage Tasks
`opc clustertask`: manage ClusterTasks
`opc taskrun`: manage TaskRuns
`opc pipeline`: manage Pipelines
`opc pipelinerun`: manage PipelineRuns
`opc task`: manage Tasks
`opc clustertask`: manage ClusterTasks
`opc taskrun`: manage TaskRuns

`opc triggerbinding`: manage TriggerBindings
`opc clustertriggerbinding`: manage ClusterTriggerBindings
`opc triggertemplate`: manage TriggerTemplates
`opc eventlistener`: manage EventListeners
`opc triggerbinding`: manage TriggerBindings
`opc clustertriggerbinding`: manage ClusterTriggerBindings
`opc triggertemplate`: manage TriggerTemplates
`opc eventlistener`: manage EventListeners

## Features

Expand Down
39 changes: 20 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
golang.org/x/sys v0.0.0-20220907062415-87db552b00fd // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
golang.org/x/net v0.0.0-20220919232410-f2f64ebce3c1 // indirect
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
golang.org/x/time v0.0.0-20220920022843-2ce7c2934d45 // indirect
google.golang.org/grpc v1.49.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand All @@ -34,7 +34,7 @@ require (
)

require (
github.com/openshift-pipelines/pipelines-as-code v0.12.0
github.com/openshift-pipelines/pipelines-as-code v0.13.0
github.com/spf13/cobra v1.5.0
github.com/tektoncd/cli v0.27.0
)
Expand All @@ -48,7 +48,7 @@ require (
cloud.google.com/go/kms v1.4.0 // indirect
cloud.google.com/go/storage v1.24.0 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
contrib.go.opencensus.io/exporter/prometheus v0.4.1 // indirect
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
github.com/AlecAivazis/survey/v2 v2.3.6 // indirect
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
Expand Down Expand Up @@ -79,7 +79,7 @@ require (
github.com/alibabacloud-go/tea-xml v1.1.2 // indirect
github.com/aliyun/credentials-go v1.2.3 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220722194653-14703f21b580 // indirect
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
Expand Down Expand Up @@ -176,8 +176,9 @@ require (
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20220328141311-efc62d802606 // indirect
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20220301182634-bfe2ffc6b6bd // indirect
github.com/google/go-github/scrape v0.0.0-20220716231147-3a432d62bf03 // indirect
github.com/google/go-github/scrape v0.0.0-20220919195828-182338c7045a // indirect
github.com/google/go-github/v45 v45.2.0 // indirect
github.com/google/go-github/v47 v47.1.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
Expand Down Expand Up @@ -232,7 +233,7 @@ require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/klauspost/compress v1.15.8 // indirect
github.com/ktr0731/go-fuzzyfinder v0.6.0 // indirect
github.com/ktrysmt/go-bitbucket v0.9.48 // indirect
github.com/ktrysmt/go-bitbucket v0.9.51 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/letsencrypt/boulder v0.0.0-20220723181115-27de4befb95e // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
Expand Down Expand Up @@ -272,7 +273,7 @@ require (
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/prometheus/statsd_exporter v0.22.8 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Expand Down Expand Up @@ -314,7 +315,7 @@ require (
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
github.com/xlzd/gotp v0.0.0-20220110052318-fab697c03c2c // indirect
github.com/xlzd/gotp v0.0.0-20220915034741-1546cf172da8 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
github.com/zeebo/errs v1.2.2 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
Expand Down Expand Up @@ -343,17 +344,17 @@ require (
gocloud.dev v0.26.0 // indirect
gocloud.dev/docstore/mongodocstore v0.26.0 // indirect
gocloud.dev/pubsub/kafkapubsub v0.26.0 // indirect
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b // indirect
golang.org/x/tools v0.1.12 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/api v0.95.0 // indirect
google.golang.org/api v0.96.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220805133916-01dd62135a58 // indirect
google.golang.org/genproto v0.0.0-20220919141832-68c03719ef51 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand All @@ -364,14 +365,14 @@ require (
gotest.tools/v3 v3.3.0 // indirect
k8s.io/apiextensions-apiserver v0.23.9 // indirect
k8s.io/cli-runtime v0.23.9 // indirect
k8s.io/klog/v2 v2.70.2-0.20220707122935-0990e81f1a8f // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 // indirect
k8s.io/utils v0.0.0-20220725171434-9bab9ef40391 // indirect
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73 // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
sigs.k8s.io/kustomize/api v0.10.1 // indirect
sigs.k8s.io/kustomize/kyaml v0.13.0 // indirect
sigs.k8s.io/release-utils v0.7.3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)

replace (
Expand Down
Loading

0 comments on commit 9bdcfe9

Please sign in to comment.