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 components.nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/OpenShiftPipelinesAsCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Tekton Operator defines the following entities:
</tr>
<tr>
<td><code>OpenShiftPipelinesAsCode</code></td>
<td>Configure the <a HREF="https://github.com/openshift-pipelines/pipelines-as-code">Pipelines as Code</a> component to be installed and managed.</td>
<td>Configure the <a HREF="https://github.com/tektoncd/pipelines-as-code">Pipelines as Code</a> component to be installed and managed.</td>
</tr>
<tr>
<td><code>TektonAddon</code></td>
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down Expand Up @@ -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=
Expand Down
6 changes: 3 additions & 3 deletions hack/fetch-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading