|
| 1 | ++++ |
| 2 | +title = "Release Notes 1.5.0" |
| 3 | +date = 2022-11-03T12:48:00-05:00 |
| 4 | +weight = 93 |
| 5 | +pre = "<b> </b>" |
| 6 | ++++ |
| 7 | + |
| 8 | +### Changes in Release 1.5.0 |
| 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 | +- #202 - Added support for Verrazzano 1.5.0+ (which uses WebLogic Kubernetes Operator 4.0.0+). |
| 20 | +- #204 - Updated the Archive Editor to align with WebLogic Deploy Tooling 3.0.0+ changes to the archive format. |
| 21 | +- #205 - Added support for installing the optional Verrazzano component Argo CD with Verrazzano 1.5.0+. |
| 22 | +- #205 - Added support to configure Kubernetes connectivity data for Verrazzano managed clusters. |
| 23 | +- #210 - Added support for Verrazzano `Get Application Status` action to check the status on the correct cluster using a |
| 24 | + multi-cluster application targeted to one or more managed clusters. |
| 25 | +- #213 - Improved Verrazzano Ingress Trait rule editor to allow the user to choose the Destination Host by WebLogic cluster or non-clustered server name. |
| 26 | +- #215 - Added a `Update URLs` button to the Verrazzano application's Ingress Trait that populates the Ingress Rules table |
| 27 | + with a URL once the application deployment is complete. |
| 28 | +- #221 - Streamlined the WKO Ingress Routes table to conserve space. |
| 29 | +- #223 - Added Proxy URL validation to the network connection and User Preferences dialogs to make sure the user enters |
| 30 | + a URL and not just a host:port combination. |
| 31 | + |
| 32 | +#### Bug Fixes |
| 33 | +- #201 - Fixed a bug where the project file was not being cleaned up properly when a cluster was removed and `Prepare Model` was run again. |
| 34 | +- #205 - Fixed a bug that caused the Verrazzano `Get Application Status` call to fail. |
| 35 | +- #211 - Fixed a bug with sorting the Ingress Rule's Route Annotations table's columns. |
| 36 | +- #214 - Fixed a bug where the Verrazzano `Check Verrazzano Install Status` action was reporting installation is still in progress after a successful upgrade. |
| 37 | +- #216 - Improved the behavior of the Model Code View sliders when the window is resized. |
| 38 | +- #217 - Fixed a bug where the kubectl version output was reporting an incorrect server version number with newer versions of Kubernetes. |
| 39 | +- #219 - Fixed a bug with Verrazzano 1.4.0+ installation where the wrong Verrazzano Platform Operator file name was being used. |
| 40 | +- #220 - Cleaned up the table formatting/behavior across the application. |
| 41 | +- #222 - Fixed a bug with container image tag validation that was causing regular expression catastrophic backtracking, leading to slow validation responses. |
| 42 | + |
| 43 | +#### Known Issues |
| 44 | +- In the Model Design View, changing the `Source Path` and `Plan Path` fields for existing App Deployments and Shared Libraries |
| 45 | + is broken in this release. To work around it, either remove and recreate the deployment or use the Model Code View's |
| 46 | + Model Editor and Archive Editor to make the appropriate changes. |
| 47 | +- In Model Design View, the `Plan`/`Plan Path` fields for App Deployments mistakenly allow you to select a directory. This is |
| 48 | + not valid and will result in an error. Please make sure to select a file for any deployment plan. |
| 49 | +- On Linux, the open and save dialogs open behind the main application window. This is due to |
| 50 | + [Electron bug 32857](https://github.com/electron/electron/issues/32857). |
| 51 | +- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's |
| 52 | + Verrazzano component containing the WebLogic domain specification. |
| 53 | +- Verrazzano installation does not support a multi-cluster installation. |
0 commit comments