Skip to content

Commit cb59336

Browse files
committed
chore: bump pipelines-as-code component
Signed-off-by: Shiv Verma <shverma@redhat.com>
1 parent 594e6bb commit cb59336

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dashboard:
66
version: v0.46.0
77
hub:
88
github: tektoncd/hub
9-
version: v1.17.2
9+
version: v1.17.4
1010
manual-approval-gate:
1111
github: openshift-pipelines/manual-approval-gate
1212
version: v0.2.2
@@ -15,7 +15,7 @@ pipeline:
1515
version: v0.59.6
1616
pipelines-as-code:
1717
github: openshift-pipelines/pipelines-as-code
18-
version: v0.27.2
18+
version: v0.27.3
1919
results:
2020
github: tektoncd/results
2121
version: v0.10.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,8 +1560,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
15601560
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
15611561
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
15621562
github.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=
15651565
github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13 h1:KNaEkpcVi4XGb86cA6FMJ8Wia7KWAembCUv8blIksTY=
15661566
github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13/go.mod h1:yimSGmjsI+XF1mr+AKBs2//fSXIOhhetHGbMlBEfXbs=
15671567
github.com/openshift/apiserver-library-go v0.0.0-20230816171015-6bfafa975bfb h1:UMgJny13BBcHpY+JQ9Eg1Dm9+J7nWO3eqPvV1Zpd49A=

operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ github.com/opencontainers/go-digest
10831083
## explicit; go 1.18
10841084
github.com/opencontainers/image-spec/specs-go
10851085
github.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
10881088
github.com/openshift-pipelines/pipelines-as-code/pkg/cli
10891089
github.com/openshift-pipelines/pipelines-as-code/pkg/configutil

0 commit comments

Comments
 (0)