Skip to content

Commit

Permalink
Update supported platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Siarkowicz <[email protected]>
  • Loading branch information
serathius committed Aug 23, 2022
1 parent 4125db6 commit fb82f83
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 55 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/v3.1/op-guide/supported-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ title: Supported platforms
The following table lists etcd support status for common architectures and operating systems,

| Architecture | Operating System | Status | Maintainers |
| ------------ | ---------------- | ------------ | ---------------- |
| ------------ | ---------------- | ------------ |------------------|
| amd64 | Darwin | Experimental | etcd maintainers |
| amd64 | Linux | Stable | etcd maintainers |
| amd64 | Windows | Experimental | |
| arm64 | Linux | Experimental | @glevand |
| arm64 | Linux | Experimental | |
| arm | Linux | Unstable | |
| 386 | Linux | Unstable | |

Expand Down
18 changes: 9 additions & 9 deletions content/en/docs/v3.2/op-guide/supported-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ title: Supported platforms

The following table lists etcd support status for common architectures and operating systems,

| Architecture | Operating System | Status | Maintainers |
| ------------ | ---------------- | ------------ | --------------------------- |
| amd64 | Darwin | Experimental | etcd maintainers |
| amd64 | Linux | Stable | etcd maintainers |
| amd64 | Windows | Experimental | |
| arm64 | Linux | Experimental | @glevand |
| arm | Linux | Unstable | |
| 386 | Linux | Unstable | |
| ppc64le | Linux | Stable | etcd maintainers, @mkumatag |
| Architecture | Operating System | Status | Maintainers |
| ------------ | ---------------- | ------------ |------------------|
| amd64 | Darwin | Experimental | etcd maintainers |
| amd64 | Linux | Stable | etcd maintainers |
| amd64 | Windows | Experimental | |
| arm64 | Linux | Experimental | |
| arm | Linux | Unstable | |
| 386 | Linux | Unstable | |
| ppc64le | Linux | Stable | etcd maintainers |

* etcd-maintainers are listed in https://github.com/etcd-io/etcd/blob/master/MAINTAINERS.

Expand Down
18 changes: 9 additions & 9 deletions content/en/docs/v3.3/op-guide/supported-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ title: Supported systems

The following table lists etcd support status for common architectures and operating systems:

| Architecture | Operating System | Status | Maintainers |
| ------------ | ---------------- | ------------ | --------------------------- |
| amd64 | Darwin | Experimental | etcd maintainers |
| amd64 | Linux | Stable | etcd maintainers |
| amd64 | Windows | Experimental | |
| arm64 | Linux | Experimental | @glevand |
| arm | Linux | Unstable | |
| 386 | Linux | Unstable | |
| ppc64le | Linux | Stable | etcd maintainers, @mkumatag |
| Architecture | Operating System | Status | Maintainers |
| ------------ | ---------------- | ------------ |-------------------|
| amd64 | Darwin | Experimental | etcd maintainers |
| amd64 | Linux | Stable | etcd maintainers |
| amd64 | Windows | Experimental | |
| arm64 | Linux | Experimental | |
| arm | Linux | Unstable | |
| 386 | Linux | Unstable | |
| ppc64le | Linux | Stable | etcd maintainers |

* etcd-maintainers are listed in https://github.com/etcd-io/etcd/blob/master/MAINTAINERS.

Expand Down
18 changes: 9 additions & 9 deletions content/en/docs/v3.4/op-guide/supported-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ description: etcd support status for common architectures & operating systems

The following table lists etcd support status for common architectures and operating systems:

| Architecture | Operating System | Status | Maintainers |
| ------------ | ---------------- | ------------ | --------------------------- |
| amd64 | Darwin | Experimental | etcd maintainers |
| amd64 | Linux | Stable | etcd maintainers |
| amd64 | Windows | Experimental | |
| arm64 | Linux | Experimental | @glevand |
| arm | Linux | Unstable | |
| 386 | Linux | Unstable | |
| ppc64le | Linux | Stable | etcd maintainers, @mkumatag |
| Architecture | Operating System | Status | Maintainers |
| ------------ | ---------------- | ------------ |-------------------|
| amd64 | Darwin | Experimental | etcd maintainers |
| amd64 | Linux | Stable | etcd maintainers |
| amd64 | Windows | Experimental | |
| arm64 | Linux | Experimental | |
| arm | Linux | Unstable | |
| 386 | Linux | Unstable | |
| ppc64le | Linux | Stable | etcd maintainers |

* etcd-maintainers are listed in https://github.com/etcd-io/etcd/blob/master/MAINTAINERS.

Expand Down
23 changes: 10 additions & 13 deletions content/en/docs/v3.5/op-guide/supported-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ platform's support tier:
The following table lists currently supported platforms and their corresponding
etcd support tier:

| Architecture | Operating system | Support tier | Maintainers |
|:------------:|:----------------:|:------------:|:---------------------------:|
| AMD64 | Linux | 1 | [etcd maintainers][] |
| ARM64 | Linux | 2 | [@gyuho][], [@glevand][] |
| AMD64 | Darwin | 3 | |
| AMD64 | Windows | 3 | |
| ARM | Linux | 3 | |
| 386 | Linux | 3 | |
| ppc64le | Linux | 3 | [@mkumatag][] |
| s390x | Linux | 3 | |
| Architecture | Operating system | Support tier | Maintainers |
|:------------:|:----------------:|:------------:|:--------------------:|
| AMD64 | Linux | 1 | [etcd maintainers][] |
| ARM64 | Linux | 3 | |
| AMD64 | Darwin | 3 | |
| AMD64 | Windows | 3 | |
| ARM | Linux | 3 | |
| 386 | Linux | 3 | |
| ppc64le | Linux | 3 | |
| s390x | Linux | 3 | |

Unlisted platforms are unsupported.

Expand Down Expand Up @@ -66,8 +66,5 @@ prints a warning message and exits immediately unless the environment variable
[go-issue]: https://github.com/golang/go/issues/599
{{% /alert %}}

[@glevand]: https://github.com/glevand
[@gyuho]: https://github.com/gyuho
[@mkumatag]: https://github.com/mkumatag
[etcd maintainers]: https://github.com/etcd-io/etcd/blob/master/MAINTAINERS
[etcd PR #12928]: https://github.com/etcd-io/etcd/pull/12928
23 changes: 10 additions & 13 deletions content/en/docs/v3.6/op-guide/supported-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ platform's support tier:
The following table lists currently supported platforms and their corresponding
etcd support tier:

| Architecture | Operating system | Support tier | Maintainers |
|:------------:|:----------------:|:------------:|:---------------------------:|
| AMD64 | Linux | 1 | [etcd maintainers][] |
| ARM64 | Linux | 2 | [@gyuho][], [@glevand][] |
| AMD64 | Darwin | 3 | |
| AMD64 | Windows | 3 | |
| ARM | Linux | 3 | |
| 386 | Linux | 3 | |
| ppc64le | Linux | 3 | [@mkumatag][] |
| s390x | Linux | 3 | |
| Architecture | Operating system | Support tier | Maintainers |
|:------------:|:----------------:|:------------:|:--------------------:|
| AMD64 | Linux | 1 | [etcd maintainers][] |
| ARM64 | Linux | 3 | |
| AMD64 | Darwin | 3 | |
| AMD64 | Windows | 3 | |
| ARM | Linux | 3 | |
| 386 | Linux | 3 | |
| ppc64le | Linux | 3 | |
| s390x | Linux | 3 | |

Unlisted platforms are unsupported.

Expand Down Expand Up @@ -66,8 +66,5 @@ prints a warning message and exits immediately unless the environment variable
[go-issue]: https://github.com/golang/go/issues/599
{{% /alert %}}

[@glevand]: https://github.com/glevand
[@gyuho]: https://github.com/gyuho
[@mkumatag]: https://github.com/mkumatag
[etcd maintainers]: https://github.com/etcd-io/etcd/blob/master/MAINTAINERS
[etcd PR #12928]: https://github.com/etcd-io/etcd/pull/12928

0 comments on commit fb82f83

Please sign in to comment.