Skip to content
Merged
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.11

require (
github.com/openshift-pipelines/manual-approval-gate v0.8.0
github.com/openshift-pipelines/pipelines-as-code v0.42.1
github.com/openshift-pipelines/pipelines-as-code v0.42.2
github.com/openshift-pipelines/tekton-assist v0.1.1
github.com/spf13/cobra v1.10.2
github.com/tektoncd/cli v0.44.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
github.com/openshift-pipelines/manual-approval-gate v0.8.0 h1:GCRa2dxqw3nJveAhByBknz9jajAx/cz7+mPmRW/9Y64=
github.com/openshift-pipelines/manual-approval-gate v0.8.0/go.mod h1:2Qp7sSrb3d9SDC8n9b43KrHw2T7RD/BGpm3TQlfIwOI=
github.com/openshift-pipelines/pipelines-as-code v0.42.1 h1:+6o86XxHppiWQ6I8eqpTo2AEKPztf/PGHlExA9ArlpA=
github.com/openshift-pipelines/pipelines-as-code v0.42.1/go.mod h1:jc0edr8Ha0qAmFMmpfGknmasVkNVY1oteV/RtGY/w8E=
github.com/openshift-pipelines/pipelines-as-code v0.42.2 h1:jKI9WVUEJVsRxiGZhCcDZzlZBM9ZfAmO0ZnYNDDS+a4=
github.com/openshift-pipelines/pipelines-as-code v0.42.2/go.mod h1:+k1bnyV9qwL67n6XerumQImlPsFU2aj24tBFv8XZoyA=
github.com/openshift-pipelines/tekton-assist v0.1.1 h1:v7UGX2irYFYq+crm1TF+HeBUhOT9s9j0TgebKBCEJ8s=
github.com/openshift-pipelines/tekton-assist v0.1.1/go.mod h1:nfEwTUlswnXh0bKGriSJBisoh9cHk119diAQExJatyU=
github.com/openshift/api v0.0.0-20250414140316-b7680e188c5e h1:knmBEwTQ//pHhX7KxflegQwvlXfGf50nh5wdpJh9tq8=
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pac": "0.42.1", "tkn": "0.44.1", "results": "0.18.0", "manualapprovalgate": "0.8.0", "assist": "0.1.1", "opc": "1.22.0"}
{"pac": "0.42.2", "tkn": "0.44.1", "results": "0.18.0", "manualapprovalgate": "0.8.0", "assist": "0.1.1", "opc": "1.22.3"}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ github.com/openshift-pipelines/manual-approval-gate/pkg/cli/formatter
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned/scheme
github.com/openshift-pipelines/manual-approval-gate/pkg/client/clientset/versioned/typed/approvaltask/v1alpha1
# github.com/openshift-pipelines/pipelines-as-code v0.42.1
# github.com/openshift-pipelines/pipelines-as-code v0.42.2
## explicit; go 1.25.0
github.com/openshift-pipelines/pipelines-as-code/pkg/acl
github.com/openshift-pipelines/pipelines-as-code/pkg/action
Expand Down
Loading