From b49818f783584f76ff6798902275622b99d9775e Mon Sep 17 00:00:00 2001 From: Robert Patrick Date: Fri, 21 Jul 2023 14:40:07 +0000 Subject: [PATCH] release notes for 3.2.2 --- .../3.0/content/release-notes/_index.md | 18 ++++------- .../content/release-notes/release-3.2.1.md | 32 +++++++++++++++++++ 2 files changed, 39 insertions(+), 11 deletions(-) create mode 100644 documentation/3.0/content/release-notes/release-3.2.1.md diff --git a/documentation/3.0/content/release-notes/_index.md b/documentation/3.0/content/release-notes/_index.md index d1eb5ebc31..b1bae6e4f8 100644 --- a/documentation/3.0/content/release-notes/_index.md +++ b/documentation/3.0/content/release-notes/_index.md @@ -1,12 +1,12 @@ +++ title = "Release Notes" date = 2019-02-22T15:27:38-05:00 -weight = 88 +weight = 87 pre = " " +++ -### Changes in Release 3.2.1 +### Changes in Release 3.2.2 - [Major New Features](#major-new-features) - [Other Changes](#other-changes) - [Bugs Fixes](#bug-fixes) @@ -17,16 +17,12 @@ pre = " " None #### Other Changes -- #1465 - Initial, limited i18n translation bundles added +- #1475 - Added support for upcoming SAML2 data initialization files in the archive file. +- #1476 - Added support for upcoming SAML2 data initialization files in the Discover Domain, Create Domain, and Update Domain tools. #### Bug Fixes -- #1466 - Updated `Server` and `ServerTemplate` aliases to add new 14.1.2 offline attributes. -- #1467 - Updated `CoherenceSystemResource` aliases to add new 14.1.2 `SecuredProduction` online attribute. -- #1468 - Fixed an error related to tool initialization with WebLogic Server versions earlier than 12.2.1 (Issue #1466). -- #1469 - Corrected method names used for logging so that they are the same as the actual method name in which they are - being used. -- #1470 - Fixed system-test test 35 to allow it to succeed when run on machines other than the Jenkins slaves. -- #1471 - Fixed a `discoverDomain` issue that was causing errors while looking for `SecureMode` on WebLogic Server - versions earlier than 12.2.1.1 (Issue #1467). +- #1482 - Fixed an issue related to secret naming that was causing the generated secret names to overlap in locations with multiple credential or password fields. +- #1483 - Filtered out the `OPSSSecrets` field in the `domainInfo` section of the model when targeting WebLogic Kubernetes Operator or Verrazzano MII and PV targets. +- #1484 - Fixed aliases for the 12.2.1.4 and 14.1.1 July 2023 PSU versions. #### Known Issues diff --git a/documentation/3.0/content/release-notes/release-3.2.1.md b/documentation/3.0/content/release-notes/release-3.2.1.md new file mode 100644 index 0000000000..621d04ed63 --- /dev/null +++ b/documentation/3.0/content/release-notes/release-3.2.1.md @@ -0,0 +1,32 @@ ++++ +title = "Release Notes 3.2.1" +date = 2019-02-22T15:27:38-05:00 +weight = 88 +pre = " " ++++ + + +### Changes in Release 3.2.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 +- #1465 - Initial, limited i18n translation bundles added. + +#### Bug Fixes +- #1466 - Updated `Server` and `ServerTemplate` aliases to add new 14.1.2 offline attributes. +- #1467 - Updated `CoherenceSystemResource` aliases to add new 14.1.2 `SecuredProduction` online attribute. +- #1468 - Fixed an error related to tool initialization with WebLogic Server versions earlier than 12.2.1 (Issue #1466). +- #1469 - Corrected method names used for logging so that they are the same as the actual method name in which they are + being used. +- #1470 - Fixed system-test test 35 to allow it to succeed when run on machines other than the Jenkins agents. +- #1471 - Fixed a `discoverDomain` issue that was causing errors while looking for `SecureMode` on WebLogic Server + versions earlier than 12.2.1.1 (Issue #1467). + +#### Known Issues