-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* moving to next release version * adding release notes * fixing incomplete sentence
- Loading branch information
1 parent
62d8a0a
commit 6f9f45f
Showing
4 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
+++ | ||
title = "Release 1.5.1" | ||
date = 2022-11-03T12:48:00-05:00 | ||
weight = 92 | ||
pre = "<b> </b>" | ||
+++ | ||
|
||
### Changes in Release 1.5.1 | ||
- [Major New Features](#major-new-features) | ||
- [Other Changes](#other-changes) | ||
- [Bugs Fixes](#bug-fixes) | ||
- [Known Issues](#known-issues) | ||
|
||
|
||
#### Major New Features | ||
None | ||
|
||
#### Other Changes | ||
None | ||
|
||
#### Bug Fixes | ||
- #229 - Fixed issue in Domain resource generation on Windows inserting a path with Windows separators | ||
|
||
#### Known Issues | ||
- In the Model Design View, changing the `Source Path` and `Plan Path` fields for existing App Deployments and Shared Libraries | ||
is broken in this release. To work around it, either remove and recreate the deployment or use the Model Code View's | ||
Model Editor and Archive Editor to make the appropriate changes. | ||
- In Model Design View, the `Plan`/`Plan Path` fields for App Deployments mistakenly allow you to select a directory. This is | ||
not valid and will result in an error. Please make sure to select a file for any deployment plan. | ||
- On Linux, the open and save dialogs open behind the main application window. This is due to | ||
[Electron bug 32857](https://github.com/electron/electron/issues/32857). | ||
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's | ||
Verrazzano component containing the WebLogic domain specification. | ||
- Verrazzano installation does not support a multi-cluster installation. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters