Skip to content

Commit 436ea60

Browse files
committed
docs: remove references to beta versions
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 5f7c6e6 commit 436ea60

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

website/content/en/docs/config/environment-variables.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,18 @@ This page documents the environment variables used in Lima.
109109
### `LIMA_SSH_PORT_FORWARDER`
110110

111111
- **Description**: Specifies to use the SSH port forwarder (slow) instead of gRPC (fast, previously unstable)
112-
- **Default**: `false` (since v1.1.0-beta.0)
112+
- **Default**: `false` (since v1.1.0)
113113
- **Usage**:
114114
```sh
115115
export LIMA_SSH_PORT_FORWARDER=false
116116
```
117117
- **The history of the default value**:
118-
| Version | Default value |
119-
|---------------|---------------------|
120-
| v0.1.0 | `true`, effectively |
121-
| v1.0.0 | `false` |
122-
| v1.0.1 | `true` |
123-
| v1.1.0-beta.0 | `false` |
118+
| Version | Default value |
119+
|---------|---------------------|
120+
| v0.1.0 | `true`, effectively |
121+
| v1.0.0 | `false` |
122+
| v1.0.1 | `true` |
123+
| v1.1.0 | `false` |
124124

125125
### `LIMA_USERNET_RESOLVE_IP_ADDRESS_TIMEOUT`
126126

website/content/en/docs/config/port.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Lima supports two port forwarders: SSH and GRPC.
1111

1212
The default port forwarder is shown in the following table.
1313

14-
| Version | Default |
15-
| ------------- | ------- |
16-
| v0.1.0 | SSH |
17-
| v1.0.0 | GRPC |
18-
| v1.0.1 | SSH |
19-
| v1.1.0-beta.0 | GRPC |
14+
| Version | Default |
15+
| --------| ------- |
16+
| v0.1.0 | SSH |
17+
| v1.0.0 | GRPC |
18+
| v1.0.1 | SSH |
19+
| v1.1.0 | GRPC |
2020

2121
The default was once changed to GRPC in Lima v1.0, but it was reverted to SSH in v1.0.1 due to stability reasons.
2222
The default was further reverted to GRPC in Lima v1.1, as the stability issues were resolved.

0 commit comments

Comments
 (0)