From cb2daefa33ddb6e5779549d0bea8f11b7c0b3208 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 10 Jun 2025 14:41:11 -0600 Subject: [PATCH] added jq installation links --- .../influxdb3/clustered/reference/release-notes/clustered.md | 2 +- helper-scripts/README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/influxdb3/clustered/reference/release-notes/clustered.md b/content/influxdb3/clustered/reference/release-notes/clustered.md index 2be2415c0..6d21c65ab 100644 --- a/content/influxdb3/clustered/reference/release-notes/clustered.md +++ b/content/influxdb3/clustered/reference/release-notes/clustered.md @@ -26,7 +26,7 @@ weight: 201 To download a bundle of release artifacts for a specific version of InfluxDB Clustered, [install `crane`](https://github.com/google/go-containerregistry/tree/main/cmd/crane#installation) -and run the following shell script: +and [`jq`](https://jqlang.org/download/) and run the following shell script: {{% code-placeholders "RELEASE_VERSION" %}} diff --git a/helper-scripts/README.md b/helper-scripts/README.md index 399e6be04..73f3c2067 100644 --- a/helper-scripts/README.md +++ b/helper-scripts/README.md @@ -22,7 +22,10 @@ assets and store them in `static/downloads/clustered-release-artifacts/ 1Password vault. Download the pull secret and store it in the `/tmp/influxdbsecret` directory on your local machine. -2. [Install `crane`](https://github.com/google/go-containerregistry/tree/main/cmd/crane#installation). +2. Install dependencies: + + - [Install `crane`](https://github.com/google/go-containerregistry/tree/main/cmd/crane#installation). + - [Install `jq`](https://jqlang.org/download/) 3. From the root of the docs project directory, run the following command to execute the script. Provide the release version as an argument to the