Skip to content

Commit 99800c3

Browse files
committed
release Notes for 1.7.2
1 parent 8a3badc commit 99800c3

File tree

2 files changed

+40
-5
lines changed

2 files changed

+40
-5
lines changed

documentation/1.7/content/release/_index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
+++
22
title = "Release Notes"
33
date = 2022-11-03T12:48:00-05:00
4-
weight = 87
4+
weight = 86
55
pre = "<b> </b>"
66
+++
77

8-
### Changes in Release 1.7.1
8+
### Changes in Release 1.7.2
99
- [Major New Features](#major-new-features)
1010
- [Other Changes](#other-changes)
1111
- [Bugs Fixes](#bug-fixes)
@@ -15,11 +15,11 @@ pre = "<b> </b>"
1515
None
1616

1717
#### Other Changes
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.
18+
- #299 - Added support for WDT online discovery features that allow the user to discover passwords, security provider
19+
data, and the OPSS domain encryption key wallet.
2020

2121
#### Bug Fixes
22-
- #296 - Changed the API Group for traefik to be compatible with Traefik 3.0
22+
- #298 - Fixed an issue that was causing the Prepare Model action to fail.
2323

2424
#### Known Issues
2525
- 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 numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
+++
2+
title = "Release 1.7.1"
3+
date = 2022-11-03T12:48:00-05:00
4+
weight = 87
5+
pre = "<b> </b>"
6+
+++
7+
8+
### Changes in Release 1.7.1
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+
- #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.
20+
21+
#### Bug Fixes
22+
- #296 - Changed the API Group for traefik to be compatible with Traefik 3.0
23+
24+
#### Known Issues
25+
- 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
26+
tool requires due to an Apple requirement to sign the native code inside this third-party JAR file. User's can either
27+
install their own version of WDT or copy the jar file from another install if they really need to use it from the
28+
embedded location.
29+
- On Linux, the open and save dialogs open behind the main application window. This is due to
30+
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
31+
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's
32+
Verrazzano component containing the WebLogic domain specification.
33+
- Verrazzano installation does not support a multicluster installation.
34+
- Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
35+
applications. The Update URL button will only get information from the admin (i.e., `local`) cluster.

0 commit comments

Comments
 (0)