|
| 1 | ++++ |
| 2 | +title = "Release Notes" |
| 3 | +date = 2022-01-30T12:48:00-05:00 |
| 4 | +weight = 5 |
| 5 | +pre = "<b> </b>" |
| 6 | ++++ |
| 7 | + |
| 8 | +### Changes in Release 1.1.1 |
| 9 | +- [Major New Features](#major-new-features) |
| 10 | +- [Other Changes](#other-changes) |
| 11 | +- [Bugs Fixes](#bug-fixes) |
| 12 | +- [Known Issues](#known-issues) |
| 13 | + |
| 14 | +#### Major New Features |
| 15 | +No new features |
| 16 | + |
| 17 | +#### Other Changes |
| 18 | +- Revamp the Ingress Route editing mechanism: |
| 19 | + - Add busy dialog while fetching existing service data from the domain's Kubernetes namespace prior to opening the route edit dialog. |
| 20 | + - Add placeholders to the `Target Service` and `Target Port` fields to clarify the current state of these fields when no value is selected. |
| 21 | + - Add logic to reset the `Target Port` field selection when the `Target Service` field changes and the selected port is not valid for the new service selected. |
| 22 | +- Rework the Image page and related fields on the Domain page to improve usability. With these changes, a user not needing to create new images can bypass the Image page completely. |
| 23 | + - Convert `Use Auxiliary Image` and `Create New Auxiliary Image` switched to radio buttons to make the three options a user has clearer. |
| 24 | + - Move the `Image Tag` and `Image Registry Address` fields from the Image page tabs to the Domain page when not creating a new image. |
| 25 | + - Replicate the `Create New Primary Image` and `Auxiliary Image Configuration` controls from the Image page to the Domain page. |
| 26 | + - Add navigation buttons on the Domain page to direct the user to go back to the Image page when creating a new image. |
| 27 | +- Bundle WebLogic Deploy Tooling 2.1.0. See [WDT release notes](https://github.com/oracle/weblogic-deploy-tooling/releases/tag/release-2.1.0) for details. |
| 28 | +- Rework Model actions to work better for `Domain in Image` and `Domain in PV` use cases. |
| 29 | + - Enhance Prepare Model action to use the new target types added in WebLogic Deploy Tooling 2.1.0 so that Prepare Model works properly for `Model in Image`, `Domain in Image` and `Domain in PV` use cases. |
| 30 | + - Remove `Domain in PV` check that was previously preventing both `Validate Model` and `Prepare Model` actions from being used. |
| 31 | +- Enhance Domain page `Cluster` table to be editable when using `Domain in PV` to support use cases where the project has or doesn't have a model. |
| 32 | +- Convert all `aria-label` fields to use the i18n resource bundle. |
| 33 | +- Remove `webui` unit tests from the installers. |
| 34 | + |
| 35 | +#### Bug Fixes |
| 36 | +- Resolve issue with "Save As" when saving project file in a different directory. |
| 37 | +- Resolve issue with "Save As" where the project was losing an entry for the archive file if no pending changes exist. |
| 38 | +- Resolve issue where project file to window mapping was causing unnecessary reassigning of the credential manager. |
| 39 | +- Add additional RPM installer dependencies to try to resolve installation issues when on a Linux VM not being used as a desktop machine. |
| 40 | +- Add a native macOS ICNS icon to resolve mangled icon on macOS. |
| 41 | +- Resolve issue with existing ingress route detection to eliminate overwrite warnings when route does not exist. |
| 42 | + |
| 43 | +### Known Issues |
| 44 | + |
| 45 | +- When running the WKT UI application on Windows, the image builder tool (Docker or Podman) also must be directly |
| 46 | + executable in Windows. For example, there is currently no support for running the WKT UI application in Windows and |
| 47 | + running Podman under the Windows Subsystem for Linux (WSL2). However, running Docker Desktop for Windows with a WSL2 |
| 48 | + backend _is_ fully supported because the `docker` command is executable directly in Windows (without having to call |
| 49 | + WSL2). If you need to use Podman on Windows, then refer to the Podman blog entries at |
| 50 | + https://podman.io/blogs/2021/09/06/podman-on-macs.html and https://podman.io/blogs/2020/09/02/running_windows_or_mac.html |
| 51 | + for more information about downloading, installing, and configuring the Windows Remote Client. |
| 52 | + |
| 53 | +- On Linux, the application depends on libGL being installed. libGL is not currently listed in the dependencies list |
| 54 | + for the `rpm` (or `deb`) installers. Therefore, you will need to install libGL using your package manager. |
| 55 | + For example: |
| 56 | + ``` |
| 57 | + sudo yum install libGL |
| 58 | + ``` |
| 59 | + |
| 60 | +- When trying to run the application on a Linux machine and display it on a Windows machine, do not use the Xming X |
| 61 | + server. There appears to be a bug (presumably with their OpenGL support) that prevents applications using Electron |
| 62 | + 13.x or later from working (for example, Microsoft VS Code doesn't work either). |
| 63 | + |
| 64 | +- The application is limited to working with archive files whose size is less than 2 GB. |
0 commit comments