Skip to content

Commit

Permalink
Bump pac to v0.21.1 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-garg authored Sep 26, 2023
1 parent 46ed2d9 commit 8610664
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 37 deletions.
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 (
)

require (
github.com/openshift-pipelines/pipelines-as-code v0.21.0
github.com/openshift-pipelines/pipelines-as-code v0.21.1
github.com/spf13/cobra v1.7.0
github.com/tektoncd/cli v0.32.0
github.com/tektoncd/results/tools/tkn-results v0.0.0-20230922150627-225b6870864d
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2231,8 +2231,8 @@ github.com/opencontainers/selinux v1.6.0/go.mod h1:VVGKuOLlE7v4PJyT6h7mNWvq1rzqi
github.com/opencontainers/selinux v1.8.0/go.mod h1:RScLhm78qiWa2gbVCcGkC7tCGdgk3ogry1nUQF8Evvo=
github.com/opencontainers/selinux v1.8.2/go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8=
github.com/opencontainers/selinux v1.10.0/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
github.com/openshift-pipelines/pipelines-as-code v0.21.0 h1:jTRJEJQ4DisvRqYS67m0FpYuREjsopEPO/q62hjfy7s=
github.com/openshift-pipelines/pipelines-as-code v0.21.0/go.mod h1:tPoF6CjApxEk+bVRvUIUDopMz3b2gDAa26wpwpvc4jY=
github.com/openshift-pipelines/pipelines-as-code v0.21.1 h1:rN7FQ1wZHcA23Jy4uYjJkBrDsGntGOfQKxODSDeSc1I=
github.com/openshift-pipelines/pipelines-as-code v0.21.1/go.mod h1:tPoF6CjApxEk+bVRvUIUDopMz3b2gDAa26wpwpvc4jY=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pac": "0.21.0", "tkn": "0.32.0", "opc": "devel"}
{"pac": "0.21.1", "tkn": "0.32.0", "opc": "devel"}

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

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

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

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

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ github.com/opencontainers/go-digest
## explicit; go 1.18
github.com/opencontainers/image-spec/specs-go
github.com/opencontainers/image-spec/specs-go/v1
# github.com/openshift-pipelines/pipelines-as-code v0.21.0
# github.com/openshift-pipelines/pipelines-as-code v0.21.1
## explicit; go 1.19
github.com/openshift-pipelines/pipelines-as-code/pkg/acl
github.com/openshift-pipelines/pipelines-as-code/pkg/action
Expand Down

0 comments on commit 8610664

Please sign in to comment.