Skip to content

Commit 5c8b56a

Browse files
committed
Merge branch '1.5.3-release-notes' into 'main'
adding release notes for WKTUI 1.5.3 release See merge request weblogic-cloud/weblogic-toolkit-ui!248
2 parents ff82288 + 0770f66 commit 5c8b56a

File tree

4 files changed

+52
-14
lines changed

4 files changed

+52
-14
lines changed
+14-12
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
+++
22
title = "Release Notes"
33
date = 2022-11-03T12:48:00-05:00
4-
weight = 91
4+
weight = 90
55
pre = "<b> </b>"
66
+++
77

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

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

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

2630
#### Known Issues
27-
- In the Model Design View, changing the `Source Path` and `Plan Path` fields for existing App Deployments and Shared Libraries
28-
is broken in this release. To work around it, either remove and recreate the deployment or use the Model Code View's
29-
Model Editor and Archive Editor to make the appropriate changes.
30-
- In Model Design View, the `Plan`/`Plan Path` fields for App Deployments mistakenly allow you to select a directory. This is
31-
not valid and will result in an error. Please make sure to select a file for any deployment plan.
31+
- In the Model Design View when creating an App Deployment or Shared Library, changing the `Source` field back to an empty value
32+
results in a bogus error message about not removing the deployment from the archive file. This eror is harmless so simply
33+
dismiss the error dialog and continue.
3234
- On Linux, the open and save dialogs open behind the main application window. This is due to
3335
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
3436
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's
3537
Verrazzano component containing the WebLogic domain specification.
36-
- Verrazzano installation does not support a multi-cluster installation.
38+
- Verrazzano installation does not support a multicluster installation.

documentation/1.5/content/release/release-1.5.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ None
5050
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
5151
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's
5252
Verrazzano component containing the WebLogic domain specification.
53-
- Verrazzano installation does not support a multi-cluster installation.
53+
- Verrazzano installation does not support a multicluster installation.

documentation/1.5/content/release/release-1.5.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ None
3131
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
3232
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's
3333
Verrazzano component containing the WebLogic domain specification.
34-
- Verrazzano installation does not support a multi-cluster installation.
34+
- Verrazzano installation does not support a multicluster installation.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
+++
2+
title = "Release Notes 1.5.2"
3+
date = 2022-11-03T12:48:00-05:00
4+
weight = 91
5+
pre = "<b> </b>"
6+
+++
7+
8+
### Changes in Release 1.5.2
9+
- [Major New Features](#major-new-features)
10+
- [Other Changes](#other-changes)
11+
- [Bugs Fixes](#bug-fixes)
12+
- [Known Issues](#known-issues)
13+
14+
15+
#### Major New Features
16+
None
17+
18+
#### Other Changes
19+
None
20+
21+
#### Bug Fixes
22+
- #232 - Fixed an issue in the Verrazzano Application page where the component's Ingress Trait Rule destination names
23+
were not properly converted to legal Kubernetes names so that they would match the generated service names when the
24+
domain, cluster, or server names combinations had more than one disallowed characters in them.
25+
26+
#### Known Issues
27+
- In the Model Design View, changing the `Source Path` and `Plan Path` fields for existing App Deployments and Shared Libraries
28+
is broken in this release. To work around it, either remove and recreate the deployment or use the Model Code View's
29+
Model Editor and Archive Editor to make the appropriate changes.
30+
- In Model Design View, the `Plan`/`Plan Path` fields for App Deployments mistakenly allow you to select a directory. This is
31+
not valid and will result in an error. Please make sure to select a file for any deployment plan.
32+
- On Linux, the open and save dialogs open behind the main application window. This is due to
33+
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
34+
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's
35+
Verrazzano component containing the WebLogic domain specification.
36+
- Verrazzano installation does not support a multicluster installation.

0 commit comments

Comments
 (0)