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
- For "Model in Image" domains, added the ability to configureand push an auxiliary image.
11
-
- Added these capabilities:
10
+
- For "Model in Image" domains, added the ability to configure, push, and use an auxiliary image.
11
+
- Added these actions:
12
12
- Update and uninstall the WebLogic Kubernetes Operator
13
13
- Uninstall the ingress controller
14
14
- Undeploy the WebLogic domain
@@ -19,17 +19,11 @@ pre = "<b> </b>"
19
19
20
20
- 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:
21
21
```
22
-
sudo yum install libGL
22
+
sudo yum install libGL
23
23
```
24
24
25
25
- 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).
26
26
27
-
- On Linux, when running the application that was installed using the `rpm` or `deb` installers, the following error messages will appear in the log. These are expected and can safely be ignored. The errors are due to the fact that the electron-updater package being used to perform application updates supports only upgrading Linux applications when run using an `AppImage` binary.
28
-
```
29
-
info: Checking for update
30
-
error: Error: Error: ENOENT: no such file or directory, open '/opt/WebLogic Kubernetes Toolkit UI/resources/app-update.yml'
31
-
error: Application auto-updater failed: ENOENT: no such file or directory, open '/opt/WebLogic Kubernetes Toolkit UI/resources/app-update.yml'
32
-
error: Error: ENOENT: no such file or directory, open '/opt/WebLogic Kubernetes Toolkit UI/resources/app-update.yml'
33
-
```
34
-
35
27
- The application is limited to working with archive files whose size is less than 2 GB.
28
+
29
+
- On MacOS, after editing a model in the Model Code View's model editor pane, you must click outside the editor pane prior to using the Menu to save or perform other actions that need the latest model content. This is due to Electron bug [31915](https://github.com/electron/electron/issues/31915) that fails to generate the proper events when the Menu is selected on MacOS.
0 commit comments