From a7e701468b246fd77954c5e7ac5ab808f4100aec Mon Sep 17 00:00:00 2001 From: Marc Nuri Date: Wed, 6 Sep 2023 12:40:46 +0200 Subject: [PATCH] doc: invite users to report issues with a specific document Signed-off-by: Marc Nuri --- doc/MIGRATION-v5.md | 6 ++++++ doc/MIGRATION-v6.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/MIGRATION-v5.md b/doc/MIGRATION-v5.md index 101eaf3cec9..be3df34f34c 100644 --- a/doc/MIGRATION-v5.md +++ b/doc/MIGRATION-v5.md @@ -1,5 +1,11 @@ # Migration from 4.x to 5.x +> [!NOTE] +> If you encounter any problems with the following "Migration from 4.x to 5.x" instructions, please let us know by creating an issue in our [GitHub repository](https://github.com/fabric8io/kubernetes-client/issues). +> +> We value your feedback and will work to address your issue promptly. +> Your contribution is essential to improving our documentation, making our migration process smoother for everyone! + ## Simplified DSL ### Elimination of Doneables diff --git a/doc/MIGRATION-v6.md b/doc/MIGRATION-v6.md index ab0cae7f600..750d52da68d 100644 --- a/doc/MIGRATION-v6.md +++ b/doc/MIGRATION-v6.md @@ -21,6 +21,12 @@ - [Stream Changes](#stream-changes) - [OpenShift Config Model Changes](#openshift-config-model-changes) +> [!NOTE] +> If you encounter any problems with the following "Migration from 5.x to 6.x" instructions, please let us know by creating an issue in our [GitHub repository](https://github.com/fabric8io/kubernetes-client/issues). +> +> We value your feedback and will work to address your issue promptly. +> Your contribution is essential to improving our documentation, making our migration process smoother for everyone! + ## API/Impl split This release introduces `kubernetes-client-api` and `openshift-client-api` modules. You may use them as **compile** dependencies in your application with the respective `kubernetes-client` and `openshift-client` as **runtime** dependencies. This will keep your compile classpath cleaner of classes and libraries that are not intentionally exposed by the Fabric8 Kubernetes Client.