diff --git a/documentation/1.7/content/release/_index.md b/documentation/1.7/content/release/_index.md
index f782f5c78..ab60e594c 100644
--- a/documentation/1.7/content/release/_index.md
+++ b/documentation/1.7/content/release/_index.md
@@ -1,11 +1,11 @@
+++
title = "Release Notes"
date = 2022-11-03T12:48:00-05:00
-weight = 87
+weight = 86
pre = " "
+++
-### 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)
@@ -15,11 +15,11 @@ pre = " "
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
diff --git a/documentation/1.7/content/release/release-1.7.1.md b/documentation/1.7/content/release/release-1.7.1.md
new file mode 100644
index 000000000..bdedbd5cd
--- /dev/null
+++ b/documentation/1.7/content/release/release-1.7.1.md
@@ -0,0 +1,35 @@
++++
+title = "Release 1.7.1"
+date = 2022-11-03T12:48:00-05:00
+weight = 87
+pre = " "
++++
+
+### 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.