-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added additonal notes to V3 #3921
Conversation
Signed-off-by: lparadkar-rocket <[email protected]>
😺 Thank you for creating this PR! To publish your content to Zowe Docs, follow these steps.
|
|
||
### Zowe Application Framework | ||
|
||
#### Breaking changes in Zowe Application Framework | ||
|
||
* Updated Angular to Version 18 from Version 12. Apps built upon Angular, excluding iframe apps, will need to be updated to be compatible with the V3 Desktop. | ||
* The Zowe YAML now requires the `zaas` component for the API Mediation Layer to work. See `example-zowe.yaml` for new component values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
APIML content absolutely does not go here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated as per your comment.
Signed-off-by: lparadkar-rocket <[email protected]>
|
||
### Zowe Application Framework | ||
|
||
#### Breaking changes in Zowe Application Framework | ||
|
||
* Updated Angular to Version 18 from Version 12. Apps built upon Angular, excluding iframe apps, will need to be updated to be compatible with the V3 Desktop. | ||
* The Zowe YAML attribute `components.gateway.apiml.security.auth.zosmf.serviceId` for the `gateway` component has changed from `zosmf` to `ibmzosmf`. This may impact Zowe Clients. See `example-zowe.yaml` for new component values. For more information on this change, please see the API Mediation Layer's 3.0.0 Breaking Changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is still APIML content here that does not belong here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have updated the content as per your comment. Please review and approve.
|
||
### Zowe Application Framework | ||
|
||
#### Breaking changes in Zowe Application Framework | ||
|
||
* Updated Angular to Version 18 from Version 12. Apps built upon Angular, excluding iframe apps, will need to be updated to be compatible with the V3 Desktop. | ||
* The Zowe YAML attribute `components.gateway.apiml.security.auth.zosmf.serviceId` for the `gateway` component has changed from `zosmf` to `ibmzosmf`. This may impact Zowe Clients. See `example-zowe.yaml` for new component values. For more information on this change, please see the API Mediation Layer's 3.0.0 Breaking Changes. | ||
* The Zowe YAML parameter `components.gateway.apiml.security.auth.zosmf. jwtAutoconfiguration` for the `gateway` component has changed. The value `auto` is no longer allowed, and you must choose either the default of `jwt` or `ltpa` depending on if your z/OSMF is set up for JWT use as recommended See `example-zowe.yaml` for new component values. For more information on this change, please see the API Mediation Layer's 3.0.0 Breaking Changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is still APIML content here that does not belong here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has been removed from this section. Please review and approve.
Signed-off-by: lparadkar-rocket <[email protected]>
Signed-off-by: lparadkar-rocket <[email protected]>
…into Release-Notes-3_LP
Describe your pull request here: Added some more notes for V3
List the file(s) included in this PR:
v3_0_0.md
After creating the PR, follow the instructions in the comments.