|
1 | 1 | +++
|
2 | 2 | title = "Release Notes"
|
3 | 3 | date = 2022-01-30T12:48:00-05:00
|
4 |
| -weight = 5 |
| 4 | +weight = 7 |
5 | 5 | pre = "<b> </b>"
|
6 | 6 | +++
|
7 | 7 |
|
8 |
| -### Changes in Release 1.1.1 |
| 8 | +### Changes in Release 1.2.0 |
9 | 9 | - [Major New Features](#major-new-features)
|
10 | 10 | - [Other Changes](#other-changes)
|
11 | 11 | - [Bugs Fixes](#bug-fixes)
|
12 |
| -- [Known Issues](#known-issues) |
| 12 | + |
13 | 13 |
|
14 | 14 | #### Major New Features
|
15 |
| -No new features. |
| 15 | +- Model Design View added via integration with the [WebLogic Remote Console 2.3.0](https://github.com/oracle/weblogic-remote-console). |
| 16 | + Users must download and install the WebLogic Remote Console version 2.3.x. |
16 | 17 |
|
17 | 18 | #### Other Changes
|
18 |
| -- Revamped the Ingress Route editing mechanism: |
19 |
| - - Added busy dialog while fetching existing service data from the domain's Kubernetes namespace prior to opening the route edit dialog. |
20 |
| - - Added placeholders to the `Target Service` and `Target Port` fields to clarify the current state of these fields when no value is selected. |
21 |
| - - Added 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 |
| -- Reworked 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 |
| - - Converted `Use Auxiliary Image` and `Create New Auxiliary Image` switches to radio buttons to make the three options more clear. |
24 |
| - - Moved the `Image Tag` and `Image Registry Address` fields from the Image page tabs to the Domain page when not creating a new image. |
25 |
| - - Replicated the `Create New Primary Image` and `Auxiliary Image Configuration` controls from the Image page to the Domain page. |
26 |
| - - Added navigation buttons on the Domain page to direct the user to go back to the Image page when creating a new image. |
27 |
| -- Bundled 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 |
| -- Reworked Model actions to work better for `Domain in Image` and `Domain in PV` use cases. |
29 |
| - - Enhanced 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 |
| - - Removed `Domain in PV` check that was previously preventing both `Validate Model` and `Prepare Model` actions from being used. |
31 |
| -- Enhanced 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 |
| -- Converted all `aria-label` fields to use the i18n resource bundle. |
33 |
| -- Removed `webui` unit tests from the installers. |
| 19 | +- Added a new installer for macOS ARM. |
| 20 | +- #141: Added support for WDT online remote discovery. |
34 | 21 |
|
35 | 22 | #### Bug Fixes
|
36 |
| -- Resolved issue with "Save As" when saving project file in a different directory. |
37 |
| -- Resolved issue with "Save As" where the project was losing an entry for the archive file if no pending changes exist. |
38 |
| -- Resolved issue where project file to window mapping was causing unnecessary reassigning of the credential manager. |
39 |
| -- Added additional RPM installer dependencies to try to resolve installation issues when on a Linux VM not being used as a desktop machine. |
40 |
| -- Added a native macOS ICNS icon to resolve mangled icon on macOS. |
41 |
| -- Resolved 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. |
| 23 | +- #107: Resolved an issue where the `Save As` functionality was not handling the archive file properly if there were no |
| 24 | + pending updates to the archive file (Jira WKTUI-322). |
| 25 | +- Added missing service account argument for WebLogic Kubernetes Operator installation shell scripts (Jira WKTUI-337). |
| 26 | +- #123: Changed Domain status message when domain status is available (Jira WKTUI-345). |
| 27 | +- #127: Corrected an issue that was causing unsaved changes with no project to be lost when opening a new or existing project. |
| 28 | +- #129: Fixed an issue where the wrong window was getting its title changed when opening a new project. |
| 29 | +- #130: Fixed an issue where the window title was set incorrectly for a new or existing project. |
| 30 | +- #131: Tightened up the logic for saving a project to get predictable results when encountering write permission errors. |
| 31 | +- Fixed busy dialog messages used during WebLogic Kubernetes Operator installation and update. |
| 32 | +- #136: Corrected `app.addRecentDocument()` handling so that the file always exists on disk prior to the call being made. |
| 33 | +- #147: Corrected an issue with the PATH environment variable that was causing WebLogic Image Tool-related issues on Linux with Podman. |
0 commit comments