File tree Expand file tree Collapse file tree 2 files changed +38
-3
lines changed
documentation/1.7/content/release Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ weight = 87
55pre = " <b> </b>"
66+++
77
8- ### Changes in Release 1.7.0
8+ ### Changes in Release 1.7.1
99- [ Major New Features] ( #major-new-features )
1010- [ Other Changes] ( #other-changes )
1111- [ Bugs Fixes] ( #bug-fixes )
@@ -15,10 +15,11 @@ pre = "<b> </b>"
1515None
1616
1717#### Other Changes
18- - #294 - Updated application to be compatible with WebLogic Deploy Tooling 4.x.
18+ - #297 - Removed the default value for the WebLogic Kubernetes Operator image tag so that the default image
19+ specified by the Helm chart is used.
1920
2021#### Bug Fixes
21- None
22+ - # 296 - Changed the API Group for traefik to be compatible with Traefik 3.0
2223
2324#### Known Issues
2425- 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
Original file line number Diff line number Diff line change 1+ +++
2+ title = " Release 1.7.0"
3+ date = 2022-11-03T12:48:00-05:00
4+ weight = 87
5+ pre = " <b> </b>"
6+ +++
7+
8+ ### Changes in Release 1.7.0
9+ - [ Major New Features] ( #major-new-features )
10+ - [ Other Changes] ( #other-changes )
11+ - [ Bugs Fixes] ( #bug-fixes )
12+ - [ Known Issues] ( #known-issues )
13+
14+ #### Major New Features
15+ None
16+
17+ #### Other Changes
18+ - #294 - Updated application to be compatible with WebLogic Deploy Tooling 4.x.
19+
20+ #### Bug Fixes
21+ None
22+
23+ #### 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.
28+ - On Linux, the open and save dialogs open behind the main application window. This is due to
29+ [ Electron bug 32857] ( https://github.com/electron/electron/issues/32857 ) .
30+ - When deploying a Verrazzano application, the ` Get Application Status ` button only checks the status of the project's
31+ Verrazzano component containing the WebLogic domain specification.
32+ - Verrazzano installation does not support a multicluster installation.
33+ - Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
34+ applications. The Update URL button will only get information from the admin (i.e., ` local ` ) cluster.
You can’t perform that action at this time.
0 commit comments