Skip to content

Commit

Permalink
release Notes for 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpatrick committed Jul 24, 2024
1 parent 8a3badc commit 99800c3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documentation/1.7/content/release/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
+++
title = "Release Notes"
date = 2022-11-03T12:48:00-05:00
weight = 87
weight = 86
pre = "<b> </b>"
+++

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

#### Other Changes
- #297 - Removed the default value for the WebLogic Kubernetes Operator image tag so that the default image
specified by the Helm chart is used.
- #299 - Added support for WDT online discovery features that allow the user to discover passwords, security provider
data, and the OPSS domain encryption key wallet.

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

#### Known Issues
- 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
Expand Down
35 changes: 35 additions & 0 deletions documentation/1.7/content/release/release-1.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
+++
title = "Release 1.7.1"
date = 2022-11-03T12:48:00-05:00
weight = 87
pre = "<b> </b>"
+++

### Changes in Release 1.7.1
- [Major New Features](#major-new-features)
- [Other Changes](#other-changes)
- [Bugs Fixes](#bug-fixes)
- [Known Issues](#known-issues)

#### Major New Features
None

#### Other Changes
- #297 - Removed the default value for the WebLogic Kubernetes Operator image tag so that the default image
specified by the Helm chart is used.

#### Bug Fixes
- #296 - Changed the API Group for traefik to be compatible with Traefik 3.0

#### Known Issues
- 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
tool requires due to an Apple requirement to sign the native code inside this third-party JAR file. User's can either
install their own version of WDT or copy the jar file from another install if they really need to use it from the
embedded location.
- On Linux, the open and save dialogs open behind the main application window. This is due to
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's
Verrazzano component containing the WebLogic domain specification.
- Verrazzano installation does not support a multicluster installation.
- Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
applications. The Update URL button will only get information from the admin (i.e., `local`) cluster.

0 comments on commit 99800c3

Please sign in to comment.