Skip to content

Commit

Permalink
Bump Openshift to 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo3m3n committed Sep 23, 2022
1 parent 840ea84 commit 402d263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| **Component** | **Version** | **Purpose** | **Comments** |
|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| OpenShift | 4.10 | Platform | Upgrades to next versions 4.11 need to be tested and approved |
| OpenShift | 4.11 | Platform | Upgrades to next versions 4.11 need to be tested and approved |
| 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) |
| Tekton Pipelines | 0.33.2 | Managed by Operator | Controlled by OpenShift Pipelines Operator |
| Tekton Triggers | 0.19.0 | Managed by Operator | Controller by OpenShift Pipelines Operator |
Expand All @@ -32,12 +32,12 @@

| **Component** | **Version** | **Purpose** | **Comments** |
|--------------------|-------------------|-----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| oc (OpenShift CLI) | 4.10 | To interact with the cluster | Follows OpenShift version |
| oc (OpenShift CLI) | 4.11 | To interact with the cluster | Follows OpenShift version |
| kubectl | 1.24.x | To interact with the cluster | Follows kubernetes version which follows OpenShift version. We only need either oc or kubectl |
| kcp plugin | 0.8.0 | To interact with the kcp workspace | Follows kcp api/server version |
| tkn | 0.26.0 | To interact with tekton | |
| tkn pac plugin | 0.10.0 | To set up PaC | Optional plugin for customers during the cluster setup phase. Follows PaC Version |
| Argo CD (client) | 2.3.5 | To run Argo CD related commands | Not recommended for users to use Argo CD to talk to the Argo server instances. Argo is simply used as a model for management of resources using GitOps principles |
| Argo CD (client) | 2.4.5 | To run Argo CD related commands | Follows version of argocd engine used in openshift gitops |
| yq | 4.25.3 (>=4.18.1) | Required for parsing things; used in various scripts throughout the project | Certain features are not supported with versions < 4.18.1. Use Latest version to avoid any issues |
| docker | 20.10.x | For local development only | Only one of docker or podman is required. No requirement to use a particular version; users can install the latest version available at the time |
| podman | 4.0.0 | For local development only | Only one of docker or podman is required. No requirement to use a particular version; users can install the latest version available at the time |

0 comments on commit 402d263

Please sign in to comment.