Skip to content

Commit

Permalink
Merge branch 'docs322-release-notes' into 'main'
Browse files Browse the repository at this point in the history
release notes for 3.2.2

See merge request weblogic-cloud/weblogic-deploy-tooling!1485
  • Loading branch information
robertpatrick committed Jul 21, 2023
2 parents f6bb14b + b49818f commit 1745b0d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 11 deletions.
18 changes: 7 additions & 11 deletions documentation/3.0/content/release-notes/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
+++
title = "Release Notes"
date = 2019-02-22T15:27:38-05:00
weight = 88
weight = 87
pre = "<b> </b>"
+++


### 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)
Expand All @@ -17,16 +17,12 @@ pre = "<b> </b>"
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
32 changes: 32 additions & 0 deletions documentation/3.0/content/release-notes/release-3.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
+++
title = "Release Notes 3.2.1"
date = 2019-02-22T15:27:38-05:00
weight = 88
pre = "<b> </b>"
+++


### 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

0 comments on commit 1745b0d

Please sign in to comment.