Skip to content

Commit ecb8e93

Browse files
adding release 1.1.0 changes to Release Notes (#85)
* adding release 1.1.0 changes to Release Notes * Update _index.md Adding changes based on feedback
1 parent 8bb3750 commit ecb8e93

File tree

1 file changed

+60
-13
lines changed
  • documentation/1.1/content/release notes

1 file changed

+60
-13
lines changed
Lines changed: 60 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,76 @@
11
+++
22
title = "Release Notes"
3-
date = 2022-01-13T15:27:38-05:00
3+
date = 2022-01-30T12:48:00-05:00
44
weight = 5
55
pre = "<b> </b>"
66
+++
77

8-
### Recent Changes
8+
### Changes in Release 1.1.0
9+
This release contains the following changes and bug fixes.
910

10-
- For "Model in Image" domains, added the ability to configure, push, and use an auxiliary image.
11-
- Added these actions:
12-
- Validate WDT model files
13-
- Create and push an auxiliary image
14-
- Update and uninstall the WebLogic Kubernetes Operator
15-
- Undeploy the WebLogic domain
16-
- Uninstall the ingress controller
11+
#### Major New Features
12+
- Updated macOS environment control to specify extra environment settings to pass down to Docker/Podman, kubectl, and Helm invocations.
13+
- Bundling WebLogic Deploy Tooling 2.0.0. See [WDT release notes](https://github.com/oracle/weblogic-deploy-tooling/releases/tag/release-2.0.0) for details.
14+
- New Validate Model action that leverages WDT 2.0 changes to validate the model files and reports any validation errors it finds.
15+
- Updated Prepare Model action that leverages WDT 2.0 changes to improve model preparation for deploying with WebLogic Kubernetes Operator.
16+
- Added support for splitting the FMW (WebLogic or FMW Infrastructure) and WDT model images (also known as auxiliary images).
17+
- New Create Auxiliary Image action to create an auxiliary image.
18+
- New Push Auxiliary Image action to push an auxiliary image to an image registry.
19+
- New Update Operator action to apply changes such as a version upgrade to an existing WebLogic Kubernetes Operator installation.
20+
- New Uninstall Operator action to uninstall the WebLogic Kubernetes Operator installation and optionally, its Kubernetes namespace.
21+
- New Undeploy Domain action to undeploy an existing domain and optionally, its Kubernetes namespace.
22+
- New Uninstall Ingress Controller action to uninstall the ingress controller installation and optionally, its Kubernetes namespace.
23+
- Updated Ingress Route editing to improve control for SSL and provide lists of available target services and target ports.
1724

18-
### Known Issues
25+
#### Other Changes
26+
- Added the `Save As` menu item to allowing saving a project and any model files to a new name/location.
27+
- Improved Internet connectivity check mechanism and added configurable timeout settings to address issues some users were
28+
having with the default OCI DNS settings causing extra long DNS name resolution times that were triggering the hard-coded timeout.
29+
- Upgraded Electron to version 16.
30+
- Upgraded the Model Code View page's embedded ACE editor to 1.4.13.
31+
- Relocated the older, macOS-specific `Extra Path Directories` functionality from the Kubernetes Client Configuration page to the
32+
Project Settings page to better align with new macOS environment settings and the scope to which they apply.
33+
- Replaced `Help` menu's `Visit Website` menu item with a `View Documentation` menu item that opens the WebLogic Kubernetes Toolkit UI
34+
documentation in the user's browser.
35+
- Added a result dialog to display the Primary Image's custom base image's content found by the Inspect Image action.
36+
- Added a warning message to the Discover Model action if the project has existing model files that will be overwritten by the action.
37+
- Changed the Windows and Linux About dialog to not be modal.
38+
- Added `Application Deployment Plan`, `Custom File`, and `Custom Directory` option types to the Archive editor's Add dialog.
1939

20-
- When running the WKT UI application on Windows, the image builder tool (Docker or Podman) also must be directly executable in Windows. For example, there is currently no support for running the WKT UI application in Windows and running Podman under the Windows Subsystem for Linux (WSL2). However, running Docker Desktop for Windows with a WSL2 backend _is_ fully supported because the `docker` command is executable directly in Windows (without having to call WSL2). If you need to use Podman on Windows, then refer to the Podman blog entries at https://podman.io/blogs/2021/09/06/podman-on-macs.html and https://podman.io/blogs/2020/09/02/running_windows_or_mac.html for more information about downloading, installing, and configuring the Windows Remote Client.
40+
#### Bug Fixes
41+
- Resolved macOS-specific issue with `Quit WebLogic Kubernetes Toolkit UI` where it required invoking it multiple times
42+
to exit the application.
43+
- Resolved macOS-specific issue where `Quit WebLogic Kubernetes Toolkit UI` was not working if the About dialog window
44+
was the last window open.
45+
- Resolved application update dialog issue where the Release Notes link was not opening in the user's browser.
46+
- Resolved all known issues with application update functionality on all platforms.
47+
- Resolved Podman-related issues to pass key environment variables down to all `podman` executions.
48+
- Resolved Podman-related issue with pushing to Docker Hub.
49+
- Resolved issues with the Primary Image tab's Inspect Image button.
50+
- Resolved issue with Prepare Model action's secret handling whereby domain secret values were being lost.
51+
- Resolved an issue where double-clicking on an action button was causing multiple actions to run simultaneously.
52+
- Worked around macOS-specific Electron issue that caused the model editor to not receive a blur event when using the
53+
application menus.
2154

22-
- On Linux, the application depends on libGL being installed. libGL is not currently listed in the dependencies list for the `rpm` (or `deb`) installers. Therefore, you will need to install libGL using your package manager. For example:
55+
### Known Issues in Release 1.1.0
56+
57+
- When running the WKT UI application on Windows, the image builder tool (Docker or Podman) also must be directly
58+
executable in Windows. For example, there is currently no support for running the WKT UI application in Windows and
59+
running Podman under the Windows Subsystem for Linux (WSL2). However, running Docker Desktop for Windows with a WSL2
60+
backend _is_ fully supported because the `docker` command is executable directly in Windows (without having to call
61+
WSL2). If you need to use Podman on Windows, then refer to the Podman blog entries at
62+
https://podman.io/blogs/2021/09/06/podman-on-macs.html and https://podman.io/blogs/2020/09/02/running_windows_or_mac.html
63+
for more information about downloading, installing, and configuring the Windows Remote Client.
64+
65+
- On Linux, the application depends on libGL being installed. libGL is not currently listed in the dependencies list
66+
for the `rpm` (or `deb`) installers. Therefore, you will need to install libGL using your package manager.
67+
For example:
2368
```
2469
sudo yum install libGL
2570
```
2671

27-
- When trying to run the application on a Linux machine and display it on a Windows machine, do not use the Xming X server. There appears to be a bug (presumably with their OpenGL support) that prevents applications using Electron 13.x or later from working (for example, Microsoft VS Code doesn't work either).
72+
- When trying to run the application on a Linux machine and display it on a Windows machine, do not use the Xming X
73+
server. There appears to be a bug (presumably with their OpenGL support) that prevents applications using Electron
74+
13.x or later from working (for example, Microsoft VS Code doesn't work either).
2875

2976
- The application is limited to working with archive files whose size is less than 2 GB.

0 commit comments

Comments
 (0)