Skip to content

Commit

Permalink
doc: invite users to report issues with a specific document
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Sep 6, 2023
1 parent cb3ad8b commit a7e7014
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/MIGRATION-v5.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions doc/MIGRATION-v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a7e7014

Please sign in to comment.