You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/1.1/content/release/_index.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,41 +12,41 @@ pre = "<b> </b>"
12
12
-[Known Issues](#known-issues)
13
13
14
14
#### Major New Features
15
-
No new features
15
+
No new features.
16
16
17
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` switches 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.
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.
34
34
35
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.
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
42
43
43
### Known Issues
44
44
45
-
- When running the WKT UI application on Windows, the image builder tool (Docker or Podman) also must be directly
45
+
- When running the WKT UI application on Windows, the image builder tool (Docker or Podman) also must be directly
46
46
executable in Windows. For example, there is currently no support for running the WKT UI application in Windows and
47
47
running Podman under the Windows Subsystem for Linux (WSL2). However, running Docker Desktop for Windows with a WSL2
48
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
49
+
WSL2). If you need to use Podman on Windows, then refer to the Podman blog entries at
50
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
51
for more information about downloading, installing, and configuring the Windows Remote Client.
0 commit comments