Skip to content

Commit 4462ed5

Browse files
Update component versions for release-v1.20.x
1 parent 101fc13 commit 4462ed5

9 files changed

Lines changed: 188 additions & 28 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.9
44

55
require (
66
github.com/openshift-pipelines/manual-approval-gate v0.6.0
7-
github.com/openshift-pipelines/pipelines-as-code v0.37.7
7+
github.com/openshift-pipelines/pipelines-as-code v0.37.8
88
github.com/spf13/cobra v1.10.2
99
github.com/tektoncd/cli v0.42.2
1010
github.com/tektoncd/results v0.16.0
@@ -142,7 +142,7 @@ require (
142142
github.com/gdamore/tcell/v2 v2.9.0 // indirect
143143
github.com/go-chi/chi/v5 v5.2.3 // indirect
144144
github.com/go-errors/errors v1.4.2 // indirect
145-
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
145+
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
146146
github.com/go-logr/logr v1.4.3 // indirect
147147
github.com/go-logr/stdr v1.2.2 // indirect
148148
github.com/go-openapi/analysis v0.24.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,8 @@ github.com/openshift-pipelines/hub v1.22.12 h1:EH7fnup3BiQ6Rxb9+IPPNK9NBofGtRnTH
826826
github.com/openshift-pipelines/hub v1.22.12/go.mod h1:SNRMP7Heb+0GCqSW9uqhrekHRVel9qpYBRW0TirwWHM=
827827
github.com/openshift-pipelines/manual-approval-gate v0.6.0 h1:ohvFnwfgqTEpWOjzJb9gcYo0mND+V28F7ce/VdNug70=
828828
github.com/openshift-pipelines/manual-approval-gate v0.6.0/go.mod h1:2Qp7sSrb3d9SDC8n9b43KrHw2T7RD/BGpm3TQlfIwOI=
829-
github.com/openshift-pipelines/pipelines-as-code v0.37.7 h1:iV/QZxJl/wmgfze+RD7YnIljFZ1uHoy4QhgRJjDQmkE=
830-
github.com/openshift-pipelines/pipelines-as-code v0.37.7/go.mod h1:o0xBfgt16RSYxsH+s9/Lu4hOrtYIa/VL/L5NXDJULl8=
829+
github.com/openshift-pipelines/pipelines-as-code v0.37.8 h1:RdByPHH2HvMnpT8vMFfSGK+5tQr+8Ny8fBVCYBTVMsY=
830+
github.com/openshift-pipelines/pipelines-as-code v0.37.8/go.mod h1:VDD8zJZ3jvXzhsKe8qkZxIspArrCdkAR1CZUzyZ3NYM=
831831
github.com/openshift/api v0.0.0-20250414140316-b7680e188c5e h1:knmBEwTQ//pHhX7KxflegQwvlXfGf50nh5wdpJh9tq8=
832832
github.com/openshift/api v0.0.0-20250414140316-b7680e188c5e/go.mod h1:yk60tHAmHhtVpJQo3TwVYq2zpuP70iJIFDCmeKMIzPw=
833833
github.com/openshift/client-go v0.0.0-20250402181141-b3bad3b645f2 h1:bPXR0R8zp1o12nSUphN26hSM+OKYq5pMorbDCpApzDQ=

pkg/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"pac": "0.37.7", "tkn": "0.42.2", "results": "0.16.0", "manualapprovalgate": "0.6.0", "opc": "1.20.5"}
1+
{"pac": "0.37.8", "tkn": "0.42.2", "results": "0.16.0", "manualapprovalgate": "0.6.0", "opc": "1.20.5"}

vendor/github.com/openshift-pipelines/pipelines-as-code/pkg/params/version/version.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift-pipelines/pipelines-as-code/pkg/provider/github/app/token.go

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift-pipelines/pipelines-as-code/pkg/provider/github/github.go

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift-pipelines/pipelines-as-code/pkg/provider/github/parse_payload.go

Lines changed: 136 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift-pipelines/pipelines-as-code/pkg/resolve/remote.go

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ github.com/go-chi/chi/v5/middleware
681681
# github.com/go-errors/errors v1.4.2
682682
## explicit; go 1.14
683683
github.com/go-errors/errors
684-
# github.com/go-jose/go-jose/v4 v4.1.3 => github.com/go-jose/go-jose/v4 v4.0.5
684+
# github.com/go-jose/go-jose/v4 v4.1.4 => github.com/go-jose/go-jose/v4 v4.0.5
685685
## explicit; go 1.21
686686
github.com/go-jose/go-jose/v4
687687
github.com/go-jose/go-jose/v4/cipher
@@ -1262,8 +1262,8 @@ github.com/openshift-pipelines/manual-approval-gate/pkg/cli/formatter
12621262
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned
12631263
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned/scheme
12641264
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned/typed/approvaltask/v1alpha1
1265-
# github.com/openshift-pipelines/pipelines-as-code v0.37.7
1266-
## explicit; go 1.23.8
1265+
# github.com/openshift-pipelines/pipelines-as-code v0.37.8
1266+
## explicit; go 1.24.0
12671267
github.com/openshift-pipelines/pipelines-as-code/pkg/acl
12681268
github.com/openshift-pipelines/pipelines-as-code/pkg/action
12691269
github.com/openshift-pipelines/pipelines-as-code/pkg/apis/incoming

0 commit comments

Comments
 (0)