Skip to content

Commit 9b39e81

Browse files
Merge pull request #203 from jacobweinstock/main
Update dependency checking for CAPT playground: ## Description <!--- Please describe what this PR is going to change --> ## Why is this needed <!--- Link to issue you have raised --> Fixes: # ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 3ae8ee4 + c772c98 commit 9b39e81

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

capt/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Start by reviewing and installing the [prerequisites](#prerequisites) and unders
1919
- [clusterctl](https://cluster-api.sigs.k8s.io/user/quick-start#install-clusterctl) >= v1.6.0
2020
- [kubectl](https://www.downloadkubernetes.com/) >= v1.28.2
2121
- [virt-install](https://virt-manager.org/) >= 4.0.0
22+
- [yq](https://github.com/mikefarah/yq/#install) >= v4.44.2
2223
- [task](https://taskfile.dev/installation/) >= 3.37.2
2324

2425
### Hardware

capt/Taskfile.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ tasks:
5050
"kubectl",
5151
"clusterctl",
5252
"virt-install",
53-
"brctl",
5453
"yq",
5554
]
5655
cmd: command -v {{ .ITEM }} >/dev/null || echo "'{{ .ITEM }}' was not found in the \$PATH, please ensure it is installed."

0 commit comments

Comments
 (0)