Skip to content

Commit 3c72717

Browse files
author
openshift-pipelines-bot
committed
[bot] Update next from tektoncd/operator to b2ee7a2058d9d5f1fe2b2a408e5f0de3c9470711
$ git diff --stat b2ee7a2058d9d5f1fe2b2a408e5f0de3c9470711..41fd64f439c5cea5a4c34661f86f56394085ec48 components.yaml | 2 +- docs/OpenShiftPipelinesAsCode.md | 1 - docs/TektonConfig.md | 1 - go.mod | 8 ++++---- go.sum | 8 ++++---- ...hift-pipelines-operator-rh.clusterserviceversion.template.yaml | 2 +- .../operator/v1alpha1/openshiftpipelinesascode_defaults_test.go | 3 --- .../openshiftpipelinesascode/testdata/test-additional-pac-cm.yaml | 7 ------- .../testdata/test-expected-additional-pac-cm.yaml | 7 ------- .../openshiftpipelinesascode/testdata/test-filter-manifest.yaml | 7 ------- .../pipelines-as-code/pkg/params/settings/config.go | 2 -- vendor/modules.txt | 8 ++++---- 12 files changed, 14 insertions(+), 42 deletions(-) https://github.com/tektoncd/operator/compare/b2ee7a2058d9d5f1fe2b2a408e5f0de3c9470711..41fd64f439c5cea5a4c34661f86f56394085ec48
1 parent 73eac67 commit 3c72717

16 files changed

Lines changed: 411 additions & 183 deletions

File tree

.konflux/olm-catalog/bundle/kodata/tekton-addon/pipelines-as-code/v0.34.0/release.yaml renamed to .konflux/olm-catalog/bundle/kodata/tekton-addon/pipelines-as-code/v0.35.0/release.yaml

Lines changed: 362 additions & 162 deletions
Large diffs are not rendered by default.

.konflux/olm-catalog/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ spec:
352352
353353
- Tekton Triggers: v0.32.0
354354
355-
- Pipelines as Code: v0.34.0
355+
- Pipelines as Code: v0.35.0
356356
357357
- Tekton Chains: v0.25.1
358358
@@ -1319,7 +1319,7 @@ spec:
13191319
- name: IMAGE_MAG_MANUAL_APPROVAL
13201320
value: quay.io/openshift-pipeline/pipelines-manual-approval-gate-webhook-rhel9@sha256:f9a621346f70bf39df26327541b81863261072dfc083e6e2e5201a630b1a1a61
13211321
- name: IMAGE_PRUNER_CONTROLLER
1322-
value: registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@
1322+
value: quay.io/openshift-pipeline/pipelines-pruner-controller-rhel9@sha256:40610e4dddff84c61f718ea4524833d21a63eea283740781f17238fa9ef7d503
13231323
- name: IMAGE_PAC_PAC_CONTROLLER
13241324
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9@sha256:53d646bcc100c0fc0ad0e142d32547fe47c425e961a64add0e66a1d0b1c9d92a
13251325
- name: IMAGE_PAC_PAC_WEBHOOK
@@ -1583,7 +1583,7 @@ spec:
15831583
name: IMAGE_MAG_TEKTON_TASKGROUP_CONTROLLER
15841584
- image: quay.io/openshift-pipeline/pipelines-manual-approval-gate-webhook-rhel9@sha256:f9a621346f70bf39df26327541b81863261072dfc083e6e2e5201a630b1a1a61
15851585
name: IMAGE_MAG_MANUAL_APPROVAL
1586-
- image: registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@
1586+
- image: quay.io/openshift-pipeline/pipelines-pruner-controller-rhel9@sha256:40610e4dddff84c61f718ea4524833d21a63eea283740781f17238fa9ef7d503
15871587
name: IMAGE_PRUNER_CONTROLLER
15881588
- image: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9@sha256:53d646bcc100c0fc0ad0e142d32547fe47c425e961a64add0e66a1d0b1c9d92a
15891589
name: IMAGE_PAC_PAC_CONTROLLER

.konflux/patches/0000-go1.23.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/go.mod b/go.mod
2-
index 89f957597..667145173 100644
2+
index 01f87a74c..59725840d 100644
33
--- a/go.mod
44
+++ b/go.mod
55
@@ -1,8 +1,8 @@
@@ -14,7 +14,7 @@ index 89f957597..667145173 100644
1414
require (
1515
github.com/Masterminds/semver v1.5.0
1616
diff --git a/vendor/modules.txt b/vendor/modules.txt
17-
index 688610f6d..9be9fec40 100644
17+
index ba1561886..1d3d70c3a 100644
1818
--- a/vendor/modules.txt
1919
+++ b/vendor/modules.txt
2020
@@ -917,7 +917,7 @@ github.com/oklog/ulid
@@ -29,7 +29,7 @@ index 688610f6d..9be9fec40 100644
2929
@@ -1015,7 +1015,7 @@ github.com/opencontainers/go-digest
3030
github.com/opencontainers/image-spec/specs-go
3131
github.com/opencontainers/image-spec/specs-go/v1
32-
# github.com/openshift-pipelines/pipelines-as-code v0.34.0
32+
# github.com/openshift-pipelines/pipelines-as-code v0.35.0
3333
-## explicit; go 1.23.8
3434
+## explicit; go 1.23.6
3535
github.com/openshift-pipelines/pipelines-as-code/pkg/cli

head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
41fd64f439c5cea5a4c34661f86f56394085ec48
1+
b2ee7a2058d9d5f1fe2b2a408e5f0de3c9470711

upstream/components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline:
1515
version: v1.0.0
1616
pipelines-as-code:
1717
github: openshift-pipelines/pipelines-as-code
18-
version: v0.34.0
18+
version: v0.35.0
1919
pruner:
2020
github: openshift-pipelines/tektoncd-pruner
2121
version: v0.1.0

upstream/docs/OpenShiftPipelinesAsCode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ It is recommended that you install OpenShiftPipelinesAsCode through [TektonConfi
4444
enable-cancel-in-progress-on-push: "false"
4545
hub-catalog-name: tekton
4646
hub-url: https://api.hub.tekton.dev/v1
47+
skip-push-event-for-pr-commits: "true"
4748
remote-tasks: "true"
4849
secret-auto-create: "true"
4950
secret-github-app-token-scoped: "true"

upstream/docs/TektonConfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ platforms:
153153
enable-cancel-in-progress-on-push: "false"
154154
hub-catalog-name: tekton
155155
hub-url: https://api.hub.tekton.dev/v1
156+
skip-push-event-for-pr-commits: "true"
156157
remote-tasks: "true"
157158
secret-auto-create: "true"
158159
secret-github-app-token-scoped: "true"

upstream/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/manifestival/client-go-client v0.6.0
1313
github.com/manifestival/manifestival v0.7.2
1414
github.com/markbates/inflect v1.0.4
15-
github.com/openshift-pipelines/pipelines-as-code v0.34.0
15+
github.com/openshift-pipelines/pipelines-as-code v0.35.0
1616
github.com/openshift/api v0.0.0-20240521185306-0314f31e7774
1717
github.com/openshift/apiserver-library-go v0.0.0-20230816171015-6bfafa975bfb
1818
github.com/openshift/client-go v0.0.0-20240523113335-452272e0496d
@@ -30,11 +30,11 @@ require (
3030
golang.org/x/sync v0.14.0
3131
gomodules.xyz/jsonpatch/v2 v2.5.0
3232
gotest.tools/v3 v3.5.2
33-
k8s.io/api v0.32.4
34-
k8s.io/apiextensions-apiserver v0.32.4
33+
k8s.io/api v0.32.5
34+
k8s.io/apiextensions-apiserver v0.32.5
3535
k8s.io/apimachinery v0.33.0
3636
k8s.io/client-go v1.5.2
37-
k8s.io/code-generator v0.32.4
37+
k8s.io/code-generator v0.32.5
3838
knative.dev/pkg v0.0.0-20250424013628-d5e74d29daa3
3939
sigs.k8s.io/yaml v1.4.0
4040
)

upstream/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
936936
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
937937
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
938938
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
939-
github.com/openshift-pipelines/pipelines-as-code v0.34.0 h1:G6bJMORGmfkmdbWWgHloKaHLTEcQo5dBCpXbd+WcdeA=
940-
github.com/openshift-pipelines/pipelines-as-code v0.34.0/go.mod h1:jgKlfu9pXP07KD27JuhmxDaNElmNFD+lPl/b5sizT9k=
939+
github.com/openshift-pipelines/pipelines-as-code v0.35.0 h1:O6nUjazm1crEgp7kspRwXAHVkMD3llrI2iGpc3nYv68=
940+
github.com/openshift-pipelines/pipelines-as-code v0.35.0/go.mod h1:sWw55rgEurnYNKkpItE0iBrczF3Nv/XTUzWEiYSmrVY=
941941
github.com/openshift/api v0.0.0-20240521185306-0314f31e7774 h1:SsoLnIil/D0FcjUbQ9Z8h95B7rxFvrso2X6OQjR8jPw=
942942
github.com/openshift/api v0.0.0-20240521185306-0314f31e7774/go.mod h1:7Hm1kLJGxWT6eysOpD2zUztdn+w91eiERn6KtI5o9aw=
943943
github.com/openshift/apiserver-library-go v0.0.0-20230816171015-6bfafa975bfb h1:UMgJny13BBcHpY+JQ9Eg1Dm9+J7nWO3eqPvV1Zpd49A=
@@ -1988,8 +1988,8 @@ honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
19881988
k8s.io/api v0.32.4 h1:kw8Y/G8E7EpNy7gjB8gJZl3KJkNz8HM2YHrZPtAZsF4=
19891989
k8s.io/api v0.32.4/go.mod h1:5MYFvLvweRhyKylM3Es/6uh/5hGp0dg82vP34KifX4g=
19901990
k8s.io/apiextensions-apiserver v0.27.7/go.mod h1:x0p+b5a955lfPz9gaDeBy43obM12s+N9dNHK6+dUL+g=
1991-
k8s.io/apiextensions-apiserver v0.32.4 h1:IA+CoR63UDOijR/vEpow6wQnX4V6iVpzazJBskHrpHE=
1992-
k8s.io/apiextensions-apiserver v0.32.4/go.mod h1:Y06XO/b92H8ymOdG1HlA1submf7gIhbEDc3RjriqZOs=
1991+
k8s.io/apiextensions-apiserver v0.32.5 h1:o0aKvmzIIs8Uk54pidk32pxET+Pg2ULnh9WI1PuKTwE=
1992+
k8s.io/apiextensions-apiserver v0.32.5/go.mod h1:5fpedJa3HJJFBukAZ6ur91DEDye5gYuXISPbOiNLYpU=
19931993
k8s.io/apimachinery v0.32.4 h1:8EEksaxA7nd7xWJkkwLDN4SvWS5ot9g6Z/VZb3ju25I=
19941994
k8s.io/apimachinery v0.32.4/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
19951995
k8s.io/apiserver v0.27.7/go.mod h1:OrLG9RwCOerutAlo8QJW5EHzUG9Dad7k6rgcDUNSO/w=

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ spec:
332332
333333
- Tekton Pipelines: v1.0.0
334334
- Tekton Triggers: v0.32.0
335-
- Pipelines as Code: v0.34.0
335+
- Pipelines as Code: v0.35.0
336336
- Tekton Chains: v0.25.1
337337
- Tekton Hub (tech-preview): v1.21.0
338338
- Tekton Results (tech-preview): v0.15.0

0 commit comments

Comments
 (0)