Skip to content

Commit 36c43e2

Browse files
committed
Update pac version
Signed-off-by: divyansh42 <diagrawa@redhat.com>
1 parent acd7704 commit 36c43e2

16 files changed

Lines changed: 35 additions & 26 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAG_VERSION := $(shell sed -n '/[ ]*github.com\/openshift-pipelines\/manual-appr
55

66
GO := go
77
GOVERSION := 1.22
8-
OPC_VERSION := devel
8+
OPC_VERSION := 1.20.3
99
BINARYNAME := opc
1010
GOLANGCI_LINT := golangci-lint
1111

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.5
44

55
require (
66
github.com/openshift-pipelines/manual-approval-gate v0.6.0
7-
github.com/openshift-pipelines/pipelines-as-code v0.37.5
7+
github.com/openshift-pipelines/pipelines-as-code v0.37.7
88
github.com/spf13/cobra v1.10.2
99
github.com/tektoncd/cli v0.42.1
1010
github.com/tektoncd/results v0.16.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,8 +822,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
822822
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
823823
github.com/openshift-pipelines/manual-approval-gate v0.6.0 h1:ohvFnwfgqTEpWOjzJb9gcYo0mND+V28F7ce/VdNug70=
824824
github.com/openshift-pipelines/manual-approval-gate v0.6.0/go.mod h1:2Qp7sSrb3d9SDC8n9b43KrHw2T7RD/BGpm3TQlfIwOI=
825-
github.com/openshift-pipelines/pipelines-as-code v0.37.5 h1:zKXjzrSb/umsvIBHlE/KaMLQDzF33FGhhnDNlG9hcVI=
826-
github.com/openshift-pipelines/pipelines-as-code v0.37.5/go.mod h1:o0xBfgt16RSYxsH+s9/Lu4hOrtYIa/VL/L5NXDJULl8=
825+
github.com/openshift-pipelines/pipelines-as-code v0.37.7 h1:iV/QZxJl/wmgfze+RD7YnIljFZ1uHoy4QhgRJjDQmkE=
826+
github.com/openshift-pipelines/pipelines-as-code v0.37.7/go.mod h1:o0xBfgt16RSYxsH+s9/Lu4hOrtYIa/VL/L5NXDJULl8=
827827
github.com/openshift/api v0.0.0-20250414140316-b7680e188c5e h1:knmBEwTQ//pHhX7KxflegQwvlXfGf50nh5wdpJh9tq8=
828828
github.com/openshift/api v0.0.0-20250414140316-b7680e188c5e/go.mod h1:yk60tHAmHhtVpJQo3TwVYq2zpuP70iJIFDCmeKMIzPw=
829829
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.5", "tkn": "0.42.1", "results": "0.16.0", "manualapprovalgate": "0.6.0", "opc": "devel"}
1+
{"pac": "0.37.7", "tkn": "0.42.1", "results": "0.16.0", "manualapprovalgate": "0.6.0", "opc": "1.20.3"}

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

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/cmd/tknpac/resolve/resolve.go

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/params/info/info.go

Lines changed: 3 additions & 2 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/params/run.go

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/params/settings/config.go

Lines changed: 3 additions & 2 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/params/settings/default.go

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

0 commit comments

Comments
 (0)