1
1
+++
2
2
title = " Release Notes"
3
3
date = 2022-11-03T12:48:00-05:00
4
- weight = 91
4
+ weight = 90
5
5
pre = " <b> </b>"
6
6
+++
7
7
8
- ### Changes in Release 1.5.2
8
+ ### Changes in Release 1.5.3
9
9
- [ Major New Features] ( #major-new-features )
10
10
- [ Other Changes] ( #other-changes )
11
11
- [ Bugs Fixes] ( #bug-fixes )
@@ -16,21 +16,23 @@ pre = "<b> </b>"
16
16
None
17
17
18
18
#### 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.
20
22
21
23
#### 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.
25
29
26
30
#### 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.
32
34
- On Linux, the open and save dialogs open behind the main application window. This is due to
33
35
[ Electron bug 32857] ( https://github.com/electron/electron/issues/32857 ) .
34
36
- When deploying a Verrazzano application, the ` Get Application Status ` button only checks the status of the project's
35
37
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.
0 commit comments