File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
operatorhub/openshift/manifests/bases Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dashboard:
66 version : v0.46.0
77hub :
88 github : tektoncd/hub
9- version : v1.17.2
9+ version : v1.17.4
1010manual-approval-gate :
1111 github : openshift-pipelines/manual-approval-gate
1212 version : v0.2.2
@@ -15,7 +15,7 @@ pipeline:
1515 version : v0.59.6
1616pipelines-as-code :
1717 github : openshift-pipelines/pipelines-as-code
18- version : v0.27.2
18+ version : v0.27.3
1919results :
2020 github : tektoncd/results
2121 version : v0.10.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/manifestival/client-go-client v0.6.0
1111 github.com/manifestival/manifestival v0.7.2
1212 github.com/markbates/inflect v1.0.4
13- github.com/openshift-pipelines/pipelines-as-code v0.27.1
13+ github.com/openshift-pipelines/pipelines-as-code v0.27.3
1414 github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13
1515 github.com/openshift/apiserver-library-go v0.0.0-20230816171015-6bfafa975bfb
1616 github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb
Original file line number Diff line number Diff line change @@ -1560,8 +1560,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
15601560github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
15611561github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040 =
15621562github.com/opencontainers/image-spec v1.1.1 /go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M =
1563- github.com/openshift-pipelines/pipelines-as-code v0.27.1 h1:srVghq9p4LWB6PJuBbW3AOcQdsAc7hLf1y8vZtaRZ7s =
1564- github.com/openshift-pipelines/pipelines-as-code v0.27.1 /go.mod h1:rzfXtaqbUrsAock3f948p9ekXWc3DFFk9acz5BsEwA4 =
1563+ github.com/openshift-pipelines/pipelines-as-code v0.27.3 h1:+sAanMxApPp7RQu8lpkQ9WG2IcOe/weZerfRwUWoH1w =
1564+ github.com/openshift-pipelines/pipelines-as-code v0.27.3 /go.mod h1:xNTkipEDKA3FmSAPqe1Vwd54dUhvGR5ES11WzordL4M =
15651565github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13 h1:KNaEkpcVi4XGb86cA6FMJ8Wia7KWAembCUv8blIksTY =
15661566github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13 /go.mod h1:yimSGmjsI+XF1mr+AKBs2//fSXIOhhetHGbMlBEfXbs =
15671567github.com/openshift/apiserver-library-go v0.0.0-20230816171015-6bfafa975bfb h1:UMgJny13BBcHpY+JQ9Eg1Dm9+J7nWO3eqPvV1Zpd49A =
Original file line number Diff line number Diff line change @@ -308,9 +308,9 @@ spec:
308308
309309 - Tekton Pipelines: v0.59.6
310310 - Tekton Triggers: v0.27.0
311- - Pipelines as Code: v0.27.2
311+ - Pipelines as Code: v0.27.3
312312 - Tekton Chains: v0.20.1
313- - Tekton Hub (tech-preview): v1.17.2
313+ - Tekton Hub (tech-preview): v1.17.4
314314 - Tekton Results (tech-preview): v0.10.0
315315 - Manual Approval Gate (tech-preview): v0.2.2
316316
Original file line number Diff line number Diff line change @@ -1083,7 +1083,7 @@ github.com/opencontainers/go-digest
10831083## explicit; go 1.18
10841084github.com/opencontainers/image-spec/specs-go
10851085github.com/opencontainers/image-spec/specs-go/v1
1086- # github.com/openshift-pipelines/pipelines-as-code v0.27.1
1086+ # github.com/openshift-pipelines/pipelines-as-code v0.27.3
10871087## explicit; go 1.21
10881088github.com/openshift-pipelines/pipelines-as-code/pkg/cli
10891089github.com/openshift-pipelines/pipelines-as-code/pkg/configutil
You can’t perform that action at this time.
0 commit comments