mirror of https://github.com/status-im/consul.git
docs: 1.18.x cleanup (#20759)
* Update compatibility.mdx * Update configure.mdx
This commit is contained in:
parent
9979ab815b
commit
984ccec934
|
@ -29,8 +29,8 @@ apply to both Consul Enterprise and Consul community edition (CE).
|
|||
|
||||
| Consul version | Compatible `consul-k8s` versions | Compatible Kubernetes versions | Compatible OpenShift versions |
|
||||
| -------------- | -------------------------------- | -------------------------------| -------------------------------------- |
|
||||
| 1.18.x CE | 1.4.x | 1.26.x - 1.29.x | 4.12.x - 4.14.x (4.15.x not available) |
|
||||
| 1.17.x | 1.3.x | 1.25.x - 1.28.x | 4.12.x - 4.14.x (4.15.x not available) |
|
||||
| 1.18.x CE | 1.4.x | 1.26.x - 1.29.x | 4.12.x - 4.15.x (4.16.x not available) |
|
||||
| 1.17.x | 1.3.x | 1.25.x - 1.28.x | 4.12.x - 4.15.x |
|
||||
| 1.16.x | 1.2.x | 1.24.x - 1.27.x | 4.11.x - 4.14.x |
|
||||
|
||||
#### Enterprise Long Term Support releases
|
||||
|
@ -42,8 +42,8 @@ until the LTS release reaches its end of maintenance.
|
|||
|
||||
| Consul version | Compatible `consul-k8s` versions | Compatible Kubernetes versions | Compatible OpenShift versions |
|
||||
| -------------- | -------------------------------- | -------------------------------| -------------------------------------- |
|
||||
| 1.18.x Ent | 1.4.x | 1.26.x - 1.29.x | 4.12.x - 4.14.x (4.15.x not available) |
|
||||
| 1.15.x Ent | 1.1.x | 1.23.x - 1.28.x | 4.10.x - 4.14.x (4.15.x not available) |
|
||||
| 1.18.x Ent | 1.4.x | 1.26.x - 1.29.x | 4.12.x - 4.15.x (4.16.x not available) |
|
||||
| 1.15.x Ent | 1.1.x | 1.23.x - 1.28.x | 4.10.x - 4.15.x |
|
||||
|
||||
### Version-specific upgrade requirements
|
||||
|
||||
|
|
|
@ -28,9 +28,9 @@ Registering multi-port services with Consul requires Kubernetes. Multi-port serv
|
|||
|
||||
Consul deployments that use the v2 catalog enabled must meet the following minimum version requirements:
|
||||
|
||||
- Consul v1.18.0
|
||||
- `consul` v1.18.0
|
||||
- `consul-k8s` CLI v1.4.0 or `hashicorp/consul` Helm chart release v1.4.0
|
||||
- `consul-dataplanes` v1.3.0
|
||||
- `consul-dataplane` v1.4.0
|
||||
|
||||
To install or update the `consul-k8s CLI`, refer to [install the latest version](/consul/docs/k8s/installation/install-cli#install-the-latest-version) or [upgrade the CLI](/consul/docs/k8s/upgrade/upgrade-cli#upgrade-the-cli).
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ We are pleased to announce the following Consul updates.
|
|||
|
||||
Refer to [transparent proxy overview](/consul/docs/k8s/connect/transparent-proxy) and [Consul on ECS overview](/consul/docs/ecs) for more information.
|
||||
|
||||
- **Downgrade from Consul Enterprise to Consul Community Edition**: Consul now provides the ability for enterprise users to migrate their deployments to Community edition and disable enterprise features for business continuity. Refer to [Downgrade from Consul Enterprise to the community edition](/consul/docs/v1.18.x/enterprise/ent-to-ce-downgrades) for more information.
|
||||
- **Downgrade from Consul Enterprise to Consul Community Edition**: Consul now provides the ability for enterprise users to migrate their deployments to Community edition and disable enterprise features for business continuity. Refer to [Downgrade from Consul Enterprise to the community edition](/consul/docs/enterprise/ent-to-ce-downgrades) for more information.
|
||||
|
||||
## Upgrading
|
||||
|
||||
|
|
Loading…
Reference in New Issue