You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPENDENCIES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
| 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) |
11
11
| Tekton Pipelines | 0.37.4 | Core component of Pipeline Service providing pipelines resources | Controlled by OpenShift Pipelines Operator |
12
12
| 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 |
14
14
| Tekton Results | 0.4.0 | Result storage for Pipeline Service | Modified version of Results installed and maintained by Pipeline Service |
15
15
| Tekton Chains | 0.13.0 | Artifact signatures and attestations | Modified version of Chains installed and maintained by Pipeline Service team |
16
16
| 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 @@
33
33
| oc (OpenShift CLI) | see [dependencies.sh](shared/config/dependencies.sh)| To interact with the cluster | Follows OpenShift version |
34
34
| 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 |
35
35
| 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 |
37
37
| 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 |
38
38
| checkov | see [dependencies.sh](shared/config/dependencies.sh)| Validate k8s manifests ||
39
39
| hadolint | see [dependencies.sh](shared/config/dependencies.sh)| Validate Dockerfiles ||
0 commit comments