Skip to content

Commit

Permalink
Merge branch '1.5.3-release-notes' into 'main'
Browse files Browse the repository at this point in the history
adding release notes for WKTUI 1.5.3 release

See merge request weblogic-cloud/weblogic-toolkit-ui!248
  • Loading branch information
robertpatrick committed May 31, 2023
2 parents ff82288 + 0770f66 commit 5c8b56a
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 14 deletions.
26 changes: 14 additions & 12 deletions documentation/1.5/content/release/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
+++
title = "Release Notes"
date = 2022-11-03T12:48:00-05:00
weight = 91
weight = 90
pre = "<b> </b>"
+++

### Changes in Release 1.5.2
### Changes in Release 1.5.3
- [Major New Features](#major-new-features)
- [Other Changes](#other-changes)
- [Bugs Fixes](#bug-fixes)
Expand All @@ -16,21 +16,23 @@ pre = "<b> </b>"
None

#### Other Changes
None
- #242 - Added initial (very minimal) internationalization support bundles.
- #245 - Added an Ingress Controller Service Type field that can be used when installing an ingress controller to
a Kubernetes cluster without a load balancer.

#### Bug Fixes
- #232 - Fixed an issue in the Verrazzano Application page where the component's Ingress Trait Rule destination names
were not properly converted to legal Kubernetes names so that they would match the generated service names when the
domain, cluster, or server names combinations had more than one disallowed characters in them.
- #241 - Fixed a bug with the WebLogic Image Tool's `--wdtHome` argument when it ended with `weblogic-deploy`.
- #246 - Worked around a WebLogic Kubernetes Operator issue where the `javaLoggingFileSizeLimit` value was not working
due to Helm issue [1707](https://github.com/helm/helm/issues/1707).
- #247 - Fixed issue with Open Project when storing the credentials in the project and entering the wrong passphrase
that was causing the UI to not allow re-opening the project.

#### 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.
- In the Model Design View when creating an App Deployment or Shared Library, changing the `Source` field back to an empty value
results in a bogus error message about not removing the deployment from the archive file. This eror is harmless so simply
dismiss the error dialog and continue.
- 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.
- Verrazzano installation does not support a multicluster installation.
2 changes: 1 addition & 1 deletion documentation/1.5/content/release/release-1.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ None
[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.
- Verrazzano installation does not support a multicluster installation.
2 changes: 1 addition & 1 deletion documentation/1.5/content/release/release-1.5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ None
[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.
- Verrazzano installation does not support a multicluster installation.
36 changes: 36 additions & 0 deletions documentation/1.5/content/release/release-1.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
+++
title = "Release Notes 1.5.2"
date = 2022-11-03T12:48:00-05:00
weight = 91
pre = "<b> </b>"
+++

### Changes in Release 1.5.2
- [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
- #232 - Fixed an issue in the Verrazzano Application page where the component's Ingress Trait Rule destination names
were not properly converted to legal Kubernetes names so that they would match the generated service names when the
domain, cluster, or server names combinations had more than one disallowed characters in them.

#### 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 multicluster installation.

0 comments on commit 5c8b56a

Please sign in to comment.