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
@@ -40,9 +40,9 @@
40
40
| shellcheck | see [dependencies.sh](shared/config/dependencies.sh)| Validate shell scripts ||
41
41
| skopeo | 1.y.z | Interact with images ||
42
42
| yamllint | see [dependencies.sh](shared/config/dependencies.sh)| Validate YAML ||
43
-
| yq | see [dependencies.sh](shared/config/dependencies.sh)| 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 |
43
+
| yq | see [dependencies.sh](shared/config/dependencies.sh)| 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. Warning: use yq from https://github.com/mikefarah/yq not https://github.com/kislyuk/yq|
44
44
| docker | 20.10.z | 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 |
45
45
| 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 |
46
46
| openssl | 3.0.2 | To manipulate certificate information during cluster registration ||
47
47
| bitwarden | see [dependencies.sh](shared/config/dependencies.sh)| To store credentials outside the gitops repository ||
48
-
| minio | 4.5.x | S3 compatible storage for tekton-results api server | Inconsistency in the operator catalogs available on HyperShift currently lead to variance of the version of minio seen in CI. Have see 4.5.3 and 4.5.1 in CI test runs. |
48
+
| minio | 4.5.x | S3 compatible storage for tekton-results api server | Inconsistency in the operator catalogs available on HyperShift currently lead to variance of the version of minio seen in CI. Have see 4.5.3 and 4.5.1 in CI test runs. |
0 commit comments