Skip to content

Commit 40030e4

Browse files
authored
Merge pull request #5554 from influxdata/5483-missing-v2-beta-upgrade
fix(v2): missing v2 beta upgrade
2 parents b176d61 + 29d37b4 commit 40030e4

File tree

5 files changed

+354
-11
lines changed

5 files changed

+354
-11
lines changed

.ci/Dockerfile.remark

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ WORKDIR /app/
55

66
# Generic
77
#RUN apk add --no-cache
8-
COPY /.ci/app /app/
9-
#COPY /.ci/remark-lint/package.json /app/
8+
COPY /.ci/remark-lint /app/
109

1110
# Node
1211
ENV PATH "$PATH:/app/node_modules/.bin/"
File renamed without changes.

.ci/remark-lint/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@
190190
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
191191

192192
"@types/node@*":
193-
version "22.0.0"
194-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.0.0.tgz#04862a2a71e62264426083abe1e27e87cac05a30"
195-
integrity sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==
193+
version "22.0.2"
194+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.0.2.tgz#9fb1a2b31970871e8bf696f0e8a40d2e6d2bd04e"
195+
integrity sha512-yPL6DyFwY5PiMVEwymNeqUTKsDczQBJ/5T7W/46RwLU/VH+AA8aT5TZkvBviLKLbbm0hlfftEkGrNzfRk/fofQ==
196196
dependencies:
197197
undici-types "~6.11.1"
198198

content/influxdb/v2/install/_index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/)
145145
```
146146
-->
147147

148-
<!--pytest-codeblocks:cont-->
149-
150148
```sh
151149
curl -s https://repos.influxdata.com/influxdata-archive_compat.key \
152150
| gpg --import - 2>&1 \
@@ -489,7 +487,7 @@ $acl | Set-Acl "C:\Users\<username>\.influxdbv2"
489487
490488
### Install and set up InfluxDB in a container
491489
492-
The following steps show to use the
490+
The following steps show how to use the
493491
[Docker CLI](https://docs.docker.com/reference/cli/docker/) to set up and
494492
run InfluxDB. but you can also
495493
[use Docker Compose](/influxdb/v2/install/use-docker-compose).
@@ -511,10 +509,10 @@ _If you don't specify InfluxDB initial setup options, you can
511509
[set up manually](#set-up-influxdb) later using the UI or CLI in a running
512510
container._
513511
514-
<!--pytest.mark.skip-->
515-
516512
{{% code-placeholders "ADMIN_(USERNAME|PASSWORD)|ORG_NAME|BUCKET_NAME" %}}
517513
514+
<!--pytest.mark.skip-->
515+
518516
```sh
519517
docker run \
520518
--name influxdb2 \
@@ -630,7 +628,7 @@ InfluxData also makes [Helm charts](https://github.com/influxdata/helm-charts) a
630628
631629
2. Start a local cluster:
632630
633-
<!--pytest.mark.skip-->
631+
<!--pytest.mark.skip-->
634632
635633
```sh
636634
# with minikube

0 commit comments

Comments
 (0)