Skip to content

Commit 42c250b

Browse files
Roming22Mo3m3n
authored andcommitted
Upgrade PaC to v0.17.0
Signed-off-by: Romain Arnaud <[email protected]>
1 parent 396027c commit 42c250b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEPENDENCIES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| ovn-kubernetes Network Plugin | 0.3.0 | Prerequisite for enabling certain Network Policies | During the cluster creation, one needs to choose ovn-kubernetes as the network plugin (as opposed to OpenShift SDN) |
1111
| Tekton Pipelines | 0.37.4 | Core component of Pipeline Service providing pipelines resources | Controlled by OpenShift Pipelines Operator |
1212
| Tekton Triggers | 0.20.2 | Event Based Triggers for Tekton Pipelines | Controlled by OpenShift Pipelines Operator |
13-
| Pipelines as Code | 0.15.0 | A user facing CI to interfact with Pipeline Service | Installed directly from upstream |
13+
| Pipelines as Code | 0.17.0 | A user facing CI to interfact with Pipeline Service | Installed directly from upstream |
1414
| Tekton Results | 0.4.0 | Result storage for Pipeline Service | Modified version of Results installed and maintained by Pipeline Service |
1515
| Tekton Chains | 0.13.0 | Artifact signatures and attestations | Modified version of Chains installed and maintained by Pipeline Service team |
1616
| kind | see [dependencies.sh](shared/config/dependencies.sh) | For local development only | Spawns a Kubernetes-in-Docker clusters. No requirement to use a particular version. Users can install the latest version available at the time |
@@ -33,7 +33,7 @@
3333
| oc (OpenShift CLI) | see [dependencies.sh](shared/config/dependencies.sh) | To interact with the cluster | Follows OpenShift version |
3434
| kubectl | see [dependencies.sh](shared/config/dependencies.sh) | To interact with the cluster | Follows kubernetes version which follows OpenShift version. We only need either oc or kubectl |
3535
| tkn | see [dependencies.sh](shared/config/dependencies.sh) | To interact with tekton | |
36-
| tkn pac plugin | 0.15.0 | To set up PaC | Optional plugin for customers during the cluster setup phase. Follows PaC Version |
36+
| tkn pac plugin | 0.17.0 | To set up PaC | Optional plugin for customers during the cluster setup phase. Follows PaC Version |
3737
| Argo CD (client) | see [dependencies.sh](shared/config/dependencies.sh) | To run Argo CD related commands | Follows version of argocd engine used in openshift gitops |
3838
| checkov | see [dependencies.sh](shared/config/dependencies.sh) | Validate k8s manifests | |
3939
| hadolint | see [dependencies.sh](shared/config/dependencies.sh) | Validate Dockerfiles | |

operator/gitops/argocd/pipeline-service/pipelines-as-code/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ commonLabels:
66

77
resources:
88
- allow-argocd.yaml
9-
- https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.15.0/release.yaml
9+
- https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.17.0/release.yaml
1010

1111
patchesStrategicMerge:
1212
- disable-pipelines-as-code-webhook.yaml

0 commit comments

Comments
 (0)