From 5539d7fc5c53900ae1734812a0a0f29d0360e5d9 Mon Sep 17 00:00:00 2001 From: Michele Pegoraro Date: Mon, 9 Nov 2020 18:18:24 +0000 Subject: [PATCH] Fix OpenShift support sentence on introduction --- CHANGELOG.md | 6 ++++++ src/data/nav-items.yaml | 2 +- src/pages/Introduction.mdx | 3 +-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe23a932..beb6d9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## v20.10.2 + +### Fixed + +* Corrected the sentence on OpenShift support in Introduction page + ## v20.10.1 ### Fixed diff --git a/src/data/nav-items.yaml b/src/data/nav-items.yaml index 64d2aafc..cd93b750 100644 --- a/src/data/nav-items.yaml +++ b/src/data/nav-items.yaml @@ -3,7 +3,7 @@ - path: /Introduction - title: Architecture pages: - - title: SPM and Kubernetes 101 + - title: SPM on Kubernetes 101 path: /architecture/kubernetes/spm-on-kubernetes-101 - title: Architecture Overview path: /architecture/arch-overview/architecture-overview diff --git a/src/pages/Introduction.mdx b/src/pages/Introduction.mdx index 779518bd..5efdb859 100644 --- a/src/pages/Introduction.mdx +++ b/src/pages/Introduction.mdx @@ -10,5 +10,4 @@ and the strategic value that is offered by cloud native architecture. This runbook shows you how to containerize an instance of SPM and deploy it on a Kubernetes environment, using Minikube or IBM Cloud Kubernetes Service (IKS). -This runbook also covers OpenShift, specifically CodeReady Containers (CRC), for development purposes. However, this deployment option should be -considered as a preview, as SPM does not provide official support of OpenShift. +Since version 7.0.11.0 SPM supports Red Hat OpenShift, and this runbook describes how to use CodeReady Containers (CRC) for development purposes.