diff --git a/components.nightly.yaml b/components.nightly.yaml index aae10df66a..5cd5057902 100644 --- a/components.nightly.yaml +++ b/components.nightly.yaml @@ -25,7 +25,7 @@ hub: github: tektoncd/hub version: v1.18.0 pipelines-as-code: - github: openshift-pipelines/pipelines-as-code + github: tektoncd/pipelines-as-code version: nightly pruner: github: openshift-pipelines/tektoncd-pruner diff --git a/components.yaml b/components.yaml index babff622a1..06111eaa35 100644 --- a/components.yaml +++ b/components.yaml @@ -14,7 +14,7 @@ pipeline: github: tektoncd/pipeline version: v1.3.3 pipelines-as-code: - github: openshift-pipelines/pipelines-as-code + github: tektoncd/pipelines-as-code version: v0.37.7 pruner: github: openshift-pipelines/tektoncd-pruner diff --git a/docs/OpenShiftPipelinesAsCode.md b/docs/OpenShiftPipelinesAsCode.md index 76ccf37a0e..199888f820 100644 --- a/docs/OpenShiftPipelinesAsCode.md +++ b/docs/OpenShiftPipelinesAsCode.md @@ -123,5 +123,5 @@ pipelinesAsCode: secretName: second-secret ``` -[PipelinesAsCode]:https://github.com/openshift-pipelines/pipelines-as-code +[PipelinesAsCode]:https://github.com/tektoncd/pipelines-as-code [pac-config]:https://pipelinesascode.com/docs/install/settings/#pipelines-as-code-configuration-settings diff --git a/docs/README.md b/docs/README.md index 5e080dbc42..d7bda1d3ca 100644 --- a/docs/README.md +++ b/docs/README.md @@ -52,7 +52,7 @@ Tekton Operator defines the following entities: OpenShiftPipelinesAsCode - Configure the Pipelines as Code component to be installed and managed. + Configure the Pipelines as Code component to be installed and managed. TektonAddon diff --git a/go.mod b/go.mod index 23cada7bae..7038c0a61f 100644 --- a/go.mod +++ b/go.mod @@ -43,6 +43,8 @@ replace ( github.com/alibabacloud-go/cr-20160607 => github.com/vdemeester/cr-20160607 v1.0.1 github.com/go-jose/go-jose/v4 => github.com/go-jose/go-jose/v4 v4.1.4 github.com/google/gnostic-models => github.com/google/gnostic-models v0.6.8 + + github.com/openshift-pipelines/pipelines-as-code => github.com/tektoncd/pipelines-as-code v0.37.7 k8s.io/api => k8s.io/api v0.32.4 k8s.io/apimachinery => k8s.io/apimachinery v0.32.4 k8s.io/client-go => k8s.io/client-go v0.32.4 diff --git a/go.sum b/go.sum index 87ba583525..8cf4cd5494 100644 --- a/go.sum +++ b/go.sum @@ -980,8 +980,6 @@ 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.37.7 h1:iV/QZxJl/wmgfze+RD7YnIljFZ1uHoy4QhgRJjDQmkE= -github.com/openshift-pipelines/pipelines-as-code v0.37.7/go.mod h1:o0xBfgt16RSYxsH+s9/Lu4hOrtYIa/VL/L5NXDJULl8= github.com/openshift-pipelines/tektoncd-pruner v0.0.0-20250711075231-9c8624123820 h1:+/fO+q9MDSvTWGHrX4pm2ZZsnmyRKLhgTEMLXNwZ51c= github.com/openshift-pipelines/tektoncd-pruner v0.0.0-20250711075231-9c8624123820/go.mod h1:Za44xopzfXjqqOzpn1t46BWr5aLL3KjJLt9pMsCzvL0= github.com/openshift/api v0.0.0-20240521185306-0314f31e7774 h1:SsoLnIil/D0FcjUbQ9Z8h95B7rxFvrso2X6OQjR8jPw= @@ -1193,6 +1191,8 @@ github.com/tchap/go-patricia/v2 v2.3.3 h1:xfNEsODumaEcCcY3gI0hYPZ/PcpVv5ju6RMAhg github.com/tchap/go-patricia/v2 v2.3.3/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k= github.com/tektoncd/pipeline v1.3.3 h1:ZYWQ4Jtw0rnMfoK/F37wSvwg6SL75G7QsjWcAzDrXEo= github.com/tektoncd/pipeline v1.3.3/go.mod h1:924mFZJC0FXYruna4kDisnfFnRowJQgRgLpJuGbjNPQ= +github.com/tektoncd/pipelines-as-code v0.37.7 h1:AEUjQnGWw3+0SoaZaW5fFjjNQijobXhDeTbLuptZXB8= +github.com/tektoncd/pipelines-as-code v0.37.7/go.mod h1:o0xBfgt16RSYxsH+s9/Lu4hOrtYIa/VL/L5NXDJULl8= github.com/tektoncd/plumbing v0.0.0-20250630062957-f863d38f433a h1:a9/eNSSAsC+7N33gPdqubmdvCYZpfVXAzyyo+RPl7ms= github.com/tektoncd/plumbing v0.0.0-20250630062957-f863d38f433a/go.mod h1:BC6F3DlZc+wpUT9YcwG9MoSfb4tUiH2olB9xYoIsB4I= github.com/tektoncd/triggers v0.33.0 h1:pG2Kz/2FHjysGG4GGhiGp9hHdwA8BLZI3H7m9U9sj4M= diff --git a/hack/fetch-releases.sh b/hack/fetch-releases.sh index d9bf7b8a3e..4a45e0f623 100755 --- a/hack/fetch-releases.sh +++ b/hack/fetch-releases.sh @@ -198,9 +198,9 @@ release_yaml_pac() { dirPath=${ko_data}/tekton-addon/pipelines-as-code/${version} if [[ ${version} == "stable" || ${version} == "nightly" ]]; then - url="https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/${version}/release.yaml" + url="https://raw.githubusercontent.com/tektoncd/pipelines-as-code/${version}/release.yaml" else - url="https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-${version}/release.yaml" + url="https://raw.githubusercontent.com/tektoncd/pipelines-as-code/release-${version}/release.yaml" fi dest=${dirPath}/${fileName}.yaml @@ -234,7 +234,7 @@ release_yaml_pac() { do echo "fetching PipelineRun template for runtime: $run" - source="https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/${version}/pkg/cmd/tknpac/generate/templates/${run}.yaml" + source="https://raw.githubusercontent.com/tektoncd/pipelines-as-code/${version}/pkg/cmd/tknpac/generate/templates/${run}.yaml" dest_dir="${ko_data}/tekton-addon/pipelines-as-code-templates" mkdir -p ${dest_dir} || true destination="${dest_dir}/${run}.yaml" diff --git a/vendor/modules.txt b/vendor/modules.txt index 64e25cf254..15defac935 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1067,7 +1067,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.37.7 +# github.com/openshift-pipelines/pipelines-as-code v0.37.7 => github.com/tektoncd/pipelines-as-code v0.37.7 ## explicit; go 1.23.8 github.com/openshift-pipelines/pipelines-as-code/pkg/cli github.com/openshift-pipelines/pipelines-as-code/pkg/configutil @@ -2544,6 +2544,7 @@ sigs.k8s.io/yaml/goyaml.v2 # github.com/alibabacloud-go/cr-20160607 => github.com/vdemeester/cr-20160607 v1.0.1 # github.com/go-jose/go-jose/v4 => github.com/go-jose/go-jose/v4 v4.1.4 # github.com/google/gnostic-models => github.com/google/gnostic-models v0.6.8 +# github.com/openshift-pipelines/pipelines-as-code => github.com/tektoncd/pipelines-as-code v0.37.7 # k8s.io/api => k8s.io/api v0.32.4 # k8s.io/apimachinery => k8s.io/apimachinery v0.32.4 # k8s.io/client-go => k8s.io/client-go v0.32.4