From 1a3ca17c335b34cd3995979cf27d08a4f63ca2c1 Mon Sep 17 00:00:00 2001 From: Jacob Beacham Date: Thu, 17 Aug 2017 14:56:26 -0700 Subject: [PATCH] Removing s390x arch. --- release-1.8/release_notes_draft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-1.8/release_notes_draft.md b/release-1.8/release_notes_draft.md index ee34fa3149b..703f9ea6b03 100644 --- a/release-1.8/release_notes_draft.md +++ b/release-1.8/release_notes_draft.md @@ -85,7 +85,7 @@ please check out the [release notes guidance][] issue. * [alpha] A new system addon manager is available that is aiming to improve the downsides of the existing `kube-addons.sh` manager. ([#18](https://github.com/kubernetes/features/issues/18), [@justinsb](https://github.com/justinsb)) #### Multi-platform -* [beta] Kubernetes now has automated continuous-integration tests against all of our supported platforms (amd64, armhfp, aarch64, ppc64le, s390x), to ensure that it continues to work on these platforms. It's also possible to run clusters with nodes of mixed architectures. ([#288](https://github.com/kubernetes/features/issues/288), [@luxas](https://github.com/luxas), [@mkumatag](https://github.com/mkumatag), [@ixdy](https://github.com/ixdy)) +* [beta] Kubernetes now has automated continuous-integration tests against all of our supported platforms (amd64, armhfp, aarch64, ppc64le), to ensure that it continues to work on these platforms. It's also possible to run clusters with nodes of mixed architectures. ([#288](https://github.com/kubernetes/features/issues/288), [@luxas](https://github.com/luxas), [@mkumatag](https://github.com/mkumatag), [@ixdy](https://github.com/ixdy)) #### Cloud Providers * [beta] Support for out-of-tree and out-of-process cloud providers, a.k.a pluggable providers, has been promoted from alpha to beta. ([#88](https://github.com/kubernetes/features/issues/88), [@wlan0](https://github.com/wlan0))