Skip to content

Commit fe0bf49

Browse files
committed
Remove pyjq and yq from the release documentation prereqs.
The release now uses a vendored copy of yq, and pyjq is unused.
1 parent 2187d3e commit fe0bf49

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/design/release.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ Ensure you have `autoconf`, `automake`, and `libtool` installed. On Fedora, you
88
dnf install autoconf automake libtool
99
```
1010

11-
Install [pyjq](https://pypi.org/project/pyjq/) using `pip`. Finally install [yq](https://github.com/mikefarah/yq) (using `snap` on Fedora):
12-
13-
```
14-
snap install yq
15-
```
16-
1711
## Step 1: Verify Manifests
1812
We need to ensure that `./manifests` folder is in sync with the templates in `deploy/chart/templates`.
1913
* Make sure you have a clean workspace. `git status` should show no change(s) or untracked file.

0 commit comments

Comments
 (0)