From 41bee1e421a70a8e1922477e9677671ac5c57d18 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Tue, 3 Sep 2019 18:01:56 +0200 Subject: [PATCH 1/3] added-note-on-dev-preview --- modules/ROOT/pages/index.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index f274495d..b6fa2f42 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -1,6 +1,15 @@ [id="openshift-pipelines_{context}"] = OpenShift Pipelines +[NOTE] +==== +OpenShift Pipelines is based on the upstream project link:https://github.com/tektoncd[Tekton] and is available as a Developer Preview release. Developer Preview releases have features and functionality that might not be fully tested. Red Hat encourages customers to use and provide feedback on Developer Preview releases especially for development purposes but does not commit to fixing any reported issues and the provided features may not be available in future releases. + +Developer Preview releases are not production ready and customers are advised to avoid running the software for production or business-critical workloads. Limited documentation is available for Developer Preview releases. Customers are NOT able to open support cases against the Developer Preview releases. + +If you need assistance with OpenShift Pipelines, please reach out on the following mailing list where a member of the Red Hat Development Team will be happy to assist you based on availability and work schedules: pipelines-interest@redhat.com +==== + OpenShift Pipelines are cloud-native, continuous integration and delivery solutions based on Kubernetes resources. It uses link:https://tekton.dev[Tekton] Pipelines to automate deployments across multiple platforms by abstracting away the underlying details. Tekton introduces a number of standard Custom Resource Definitions (CRDs) for defining pipelines that are portable across Kubernetes distributions. * OpenShift Pipelines are designed for microservices and decentralized teams From 753252628b57c3cc7fc4353c17ebc84d75493fa6 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Tue, 3 Sep 2019 18:03:35 +0200 Subject: [PATCH 2/3] changed-placement-of-a-note --- modules/ROOT/pages/index.adoc | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index b6fa2f42..741c6cee 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -1,15 +1,6 @@ [id="openshift-pipelines_{context}"] = OpenShift Pipelines -[NOTE] -==== -OpenShift Pipelines is based on the upstream project link:https://github.com/tektoncd[Tekton] and is available as a Developer Preview release. Developer Preview releases have features and functionality that might not be fully tested. Red Hat encourages customers to use and provide feedback on Developer Preview releases especially for development purposes but does not commit to fixing any reported issues and the provided features may not be available in future releases. - -Developer Preview releases are not production ready and customers are advised to avoid running the software for production or business-critical workloads. Limited documentation is available for Developer Preview releases. Customers are NOT able to open support cases against the Developer Preview releases. - -If you need assistance with OpenShift Pipelines, please reach out on the following mailing list where a member of the Red Hat Development Team will be happy to assist you based on availability and work schedules: pipelines-interest@redhat.com -==== - OpenShift Pipelines are cloud-native, continuous integration and delivery solutions based on Kubernetes resources. It uses link:https://tekton.dev[Tekton] Pipelines to automate deployments across multiple platforms by abstracting away the underlying details. Tekton introduces a number of standard Custom Resource Definitions (CRDs) for defining pipelines that are portable across Kubernetes distributions. * OpenShift Pipelines are designed for microservices and decentralized teams @@ -18,6 +9,14 @@ OpenShift Pipelines are cloud-native, continuous integration and delivery soluti * You can deploy applications to multiple platforms such as Kubernetes, Serverless, and Virtual Machines (VMs) and are portable across any Kubernetes platform * You can use the OpenShift Developer Console to see your Pipelines and integrate with them. +[NOTE] +==== +OpenShift Pipelines is based on the upstream project link:https://github.com/tektoncd[Tekton] and is available as a Developer Preview release. Developer Preview releases have features and functionality that might not be fully tested. Red Hat encourages customers to use and provide feedback on Developer Preview releases especially for development purposes but does not commit to fixing any reported issues and the provided features may not be available in future releases. + +Developer Preview releases are not production ready and customers are advised to avoid running the software for production or business-critical workloads. Limited documentation is available for Developer Preview releases. Customers are NOT able to open support cases against the Developer Preview releases. + +If you need assistance with OpenShift Pipelines, please reach out on the following mailing list where a member of the Red Hat Development Team will be happy to assist you based on availability and work schedules: pipelines-interest@redhat.com +==== [discrete] == Additional resources From b02d179d8e5f56f255edc75b4c15cbf86ea0ce67 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Wed, 4 Sep 2019 16:41:04 +0200 Subject: [PATCH 3/3] joans-feedback --- modules/ROOT/pages/index.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 741c6cee..af00cb03 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -1,4 +1,13 @@ [id="openshift-pipelines_{context}"] +[IMPORTANT] +==== +OpenShift{nbsp}Pipelines is based on the upstream project link:https://github.com/tektoncd[Tekton] and is available as a Developer Preview release. Developer Preview releases have features and functionality that might not be fully tested. Customers are encouraged to use and provide feedback on Developer Preview releases. Red{nbsp}Hat does not commit to fixing any reported issues and the provided features may not be available in future releases. + +Developer Preview releases are not production ready and customers are advised to avoid running the software for production or business-critical workloads. Limited documentation is available for Developer Preview releases. Customers are NOT able to open support cases against the Developer Preview releases. + +If you need assistance with OpenShift{nbsp}Pipelines, please reach out on the following mailing list where a member of the Red{nbsp}Hat Development Team will be happy to assist you based on availability and work schedules: pipelines-interest@redhat.com +==== + = OpenShift Pipelines OpenShift Pipelines are cloud-native, continuous integration and delivery solutions based on Kubernetes resources. It uses link:https://tekton.dev[Tekton] Pipelines to automate deployments across multiple platforms by abstracting away the underlying details. Tekton introduces a number of standard Custom Resource Definitions (CRDs) for defining pipelines that are portable across Kubernetes distributions. @@ -9,15 +18,6 @@ OpenShift Pipelines are cloud-native, continuous integration and delivery soluti * You can deploy applications to multiple platforms such as Kubernetes, Serverless, and Virtual Machines (VMs) and are portable across any Kubernetes platform * You can use the OpenShift Developer Console to see your Pipelines and integrate with them. -[NOTE] -==== -OpenShift Pipelines is based on the upstream project link:https://github.com/tektoncd[Tekton] and is available as a Developer Preview release. Developer Preview releases have features and functionality that might not be fully tested. Red Hat encourages customers to use and provide feedback on Developer Preview releases especially for development purposes but does not commit to fixing any reported issues and the provided features may not be available in future releases. - -Developer Preview releases are not production ready and customers are advised to avoid running the software for production or business-critical workloads. Limited documentation is available for Developer Preview releases. Customers are NOT able to open support cases against the Developer Preview releases. - -If you need assistance with OpenShift Pipelines, please reach out on the following mailing list where a member of the Red Hat Development Team will be happy to assist you based on availability and work schedules: pipelines-interest@redhat.com -==== - [discrete] == Additional resources