Skip to content

Commit 512c63a

Browse files
committed
incrementing version for next release
1 parent f4638bd commit 512c63a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

documentation/1.7/content/release/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ None
2121
None
2222

2323
#### Known Issues
24+
- On Mac, the embedded version of WDT 4.1.0 does not include the jansi-2.4.1 JAR file that WDT's interactive Model Help
25+
tool requires due to an Apple requirement to sign the native code inside this third-party JAR file. User's can either
26+
install their own version of WDT or copy the jar file from another install if they really need to use it from the
27+
embedded location.
2428
- On Linux, the open and save dialogs open behind the main application window. This is due to
2529
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
2630
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's

electron/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wktui",
33
"productName": "WebLogic Kubernetes Toolkit UI",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"description": "WebLogic Kubernetes Toolkit UI",
66
"copyright": "Copyright (c) 2021, 2023, Oracle and/or its affiliates.",
77
"homepage": "https://github.com/oracle/weblogic-toolkit-ui",

0 commit comments

Comments
 (0)