Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dashboard:
version: v0.46.0
hub:
github: tektoncd/hub
version: v1.17.2
version: v1.17.4
manual-approval-gate:
github: openshift-pipelines/manual-approval-gate
version: v0.2.2
Expand All @@ -15,7 +15,7 @@ pipeline:
version: v0.59.6
pipelines-as-code:
github: openshift-pipelines/pipelines-as-code
version: v0.27.2
version: v0.27.3
results:
github: tektoncd/results
version: v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/manifestival/client-go-client v0.6.0
github.com/manifestival/manifestival v0.7.2
github.com/markbates/inflect v1.0.4
github.com/openshift-pipelines/pipelines-as-code v0.27.1
github.com/openshift-pipelines/pipelines-as-code v0.27.3
github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13
github.com/openshift/apiserver-library-go v0.0.0-20230816171015-6bfafa975bfb
github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1560,8 +1560,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
github.com/openshift-pipelines/pipelines-as-code v0.27.1 h1:srVghq9p4LWB6PJuBbW3AOcQdsAc7hLf1y8vZtaRZ7s=
github.com/openshift-pipelines/pipelines-as-code v0.27.1/go.mod h1:rzfXtaqbUrsAock3f948p9ekXWc3DFFk9acz5BsEwA4=
github.com/openshift-pipelines/pipelines-as-code v0.27.3 h1:+sAanMxApPp7RQu8lpkQ9WG2IcOe/weZerfRwUWoH1w=
github.com/openshift-pipelines/pipelines-as-code v0.27.3/go.mod h1:xNTkipEDKA3FmSAPqe1Vwd54dUhvGR5ES11WzordL4M=
github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13 h1:KNaEkpcVi4XGb86cA6FMJ8Wia7KWAembCUv8blIksTY=
github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13/go.mod h1:yimSGmjsI+XF1mr+AKBs2//fSXIOhhetHGbMlBEfXbs=
github.com/openshift/apiserver-library-go v0.0.0-20230816171015-6bfafa975bfb h1:UMgJny13BBcHpY+JQ9Eg1Dm9+J7nWO3eqPvV1Zpd49A=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ spec:

- Tekton Pipelines: v0.59.6
- Tekton Triggers: v0.27.0
- Pipelines as Code: v0.27.2
- Pipelines as Code: v0.27.3
- Tekton Chains: v0.20.1
- Tekton Hub (tech-preview): v1.17.2
- Tekton Hub (tech-preview): v1.17.4
- Tekton Results (tech-preview): v0.10.0
- Manual Approval Gate (tech-preview): v0.2.2

Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,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.27.1
# github.com/openshift-pipelines/pipelines-as-code v0.27.3
## explicit; go 1.21
github.com/openshift-pipelines/pipelines-as-code/pkg/cli
github.com/openshift-pipelines/pipelines-as-code/pkg/configutil
Expand Down
Loading