Skip to content

Commit c4504ee

Browse files
authored
Merge pull request #5848 from influxdata/jts/hotfix-comment-newlines-hide-content
hotfix(v2): update SHA256 for darwin_amd64 package, fix lint typo error
2 parents 07e99a7 + 140223c commit c4504ee

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

content/influxdb/v2/api-guide/influxdb-1x/query.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ The following precisions are available:
150150
##### Query a non-default retention policy
151151

152152
<!--test:setup
153-
154153
```sh
155154
service influxdb start && \
156155
influx setup \
@@ -160,7 +159,6 @@ influx setup \
160159
--bucket BUCKET_NAME \
161160
--force || true
162161
```
163-
164162
-->
165163

166164
```sh

content/influxdb/v2/api-guide/influxdb-1x/write.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ The following precisions are available:
123123
##### Write data using basic authentication
124124

125125
<!--test:setup
126-
127126
```sh
128127
service influxdb start && \
129128
influx setup \
@@ -133,7 +132,6 @@ influx setup \
133132
--bucket BUCKET_NAME \
134133
--force || true
135134
```
136-
137135
-->
138136

139137
{{% oss-only %}}

content/influxdb/v2/install/_index.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To use the SHA checksum to verify the downloaded file, do the following:
6666
the **SHA256:** checksum value.
6767

6868
2. Compute the SHA checksum of the downloaded file and compare it to the
69-
published checksum--for example, enter the following command in your terminal.
69+
published checksum--for example, enter the following command in your terminal:
7070

7171
<!--test:actual
7272
```bash
@@ -77,19 +77,19 @@ To use the SHA checksum to verify the downloaded file, do the following:
7777

7878
<!--pytest-codeblocks:cont-->
7979

80-
{{% code-placeholders "9cb54d3940c37a8c2a908458543e629412505cc71db55094147fd39088b99c6c" %}}
80+
{{% code-placeholders "8d7872013cad3524fb728ca8483d0adc30125ad1af262ab826dcf5d1801159cf" %}}
8181

8282
```bash
8383
# Use 2 spaces to separate the checksum from the filename
84-
echo "9cb54d3940c37a8c2a908458543e629412505cc71db55094147fd39088b99c6c influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz" \
84+
echo "8d7872013cad3524fb728ca8483d0adc30125ad1af262ab826dcf5d1801159cf influxdb2-{{< latest-patch >}}_linux_amd64.tar.gz" \
8585
| sha256sum --check -
8686
```
8787

8888
{{% /code-placeholders %}}
8989

9090
Replace the following:
9191

92-
- {{% code-placeholder-key %}}`9cb54d3940c37a8c2a908458543e629412505cc71db55094147fd39088b99c6c`{{% /code-placeholder-key %}}:
92+
- {{% code-placeholder-key %}}`8d7872013cad3524fb728ca8483d0adc30125ad1af262ab826dcf5d1801159cf`{{% /code-placeholder-key %}}:
9393
the **SHA256:** checksum value that you copied from the downloads page
9494

9595
If the checksums match, the output is the following; otherwise, an error message.
@@ -162,12 +162,10 @@ gpg: key 7C3D57159FC2F927: public key "InfluxData Package Signing Key <support@i
162162
following in your terminal:
163163

164164
<!--test:setup
165-
166165
```sh
167166
curl --silent --location --output-dir ~/Downloads -O \
168167
"https://download.influxdata.com/influxdb/releases/influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz" \
169168
```
170-
171169
-->
172170

173171
```sh
@@ -252,19 +250,19 @@ brew install influxdb
252250
2. {{< req text="Recommended:" color="magenta" >}}: Verify the integrity of the download--for example, enter the
253251
following command in your terminal:
254252

255-
{{% code-placeholders "964e1de641a43a0e1743aa5ead243e935a05631ba0bc570fb8bff486542173c1" %}}
253+
{{% code-placeholders "224926fd77736a364cf28128f18927dda00385f0b6872a108477246a1252ae1b" %}}
256254

257255
```sh
258256
# Use 2 spaces to separate the checksum from the filename
259-
echo "964e1de641a43a0e1743aa5ead243e935a05631ba0bc570fb8bff486542173c1 influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz" \
257+
echo "224926fd77736a364cf28128f18927dda00385f0b6872a108477246a1252ae1b influxdb2-{{< latest-patch >}}_darwin_amd64.tar.gz" \
260258
| shasum --algorithm 256 --quiet --check -
261259
```
262260

263261
{{% /code-placeholders %}}
264262

265263
Replace the following:
266264

267-
- {{% code-placeholder-key %}}`964e1de641a43a0e1743aa5ead243e935a05631ba0bc570fb8bff486542173c1`{{% /code-placeholder-key %}}: the SHA checksum from the [downloads page](https://www.influxdata.com/downloads/#telegraf)
265+
- {{% code-placeholder-key %}}`224926fd77736a364cf28128f18927dda00385f0b6872a108477246a1252ae1b`{{% /code-placeholder-key %}}: the SHA checksum from the [downloads page](https://www.influxdata.com/downloads/#telegraf)
268266

269267
3. Unpackage the InfluxDB binary.
270268

content/influxdb/v2/reference/config-options.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Use the [`influx server-config` command](/influxdb/v2/reference/cli/influx/serve
3535
to retrieve your runtime server configuration.
3636

3737
<!--test:setup
38-
3938
```sh
4039
service influxdb start && \
4140
influx setup \
@@ -45,7 +44,6 @@ influx setup \
4544
--bucket BUCKET_NAME \
4645
--force || true
4746
```
48-
4947
-->
5048

5149
```sh
@@ -2748,7 +2746,7 @@ storage-wal-max-concurrent-writes = 0
27482746

27492747
### storage-wal-max-write-delay
27502748
Maximum amount of time a write request to the WAL directory will wait when the
2751-
the [maximum number of concurrent active writes to the WAL directory](#storage-wal-max-concurrent-writes)
2749+
[maximum number of concurrent active writes to the WAL directory](#storage-wal-max-concurrent-writes)
27522750
has been met. Set to `0` to disable the timeout.
27532751

27542752
**Default:** `10m`

0 commit comments

Comments
 (0)