Skip to content

Commit 1745b0d

Browse files
committed
Merge branch 'docs322-release-notes' into 'main'
release notes for 3.2.2 See merge request weblogic-cloud/weblogic-deploy-tooling!1485
2 parents f6bb14b + b49818f commit 1745b0d

File tree

2 files changed

+39
-11
lines changed

2 files changed

+39
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
+++
22
title = "Release Notes"
33
date = 2019-02-22T15:27:38-05:00
4-
weight = 88
4+
weight = 87
55
pre = "<b> </b>"
66
+++
77

88

9-
### Changes in Release 3.2.1
9+
### Changes in Release 3.2.2
1010
- [Major New Features](#major-new-features)
1111
- [Other Changes](#other-changes)
1212
- [Bugs Fixes](#bug-fixes)
@@ -17,16 +17,12 @@ pre = "<b> </b>"
1717
None
1818

1919
#### Other Changes
20-
- #1465 - Initial, limited i18n translation bundles added
20+
- #1475 - Added support for upcoming SAML2 data initialization files in the archive file.
21+
- #1476 - Added support for upcoming SAML2 data initialization files in the Discover Domain, Create Domain, and Update Domain tools.
2122

2223
#### Bug Fixes
23-
- #1466 - Updated `Server` and `ServerTemplate` aliases to add new 14.1.2 offline attributes.
24-
- #1467 - Updated `CoherenceSystemResource` aliases to add new 14.1.2 `SecuredProduction` online attribute.
25-
- #1468 - Fixed an error related to tool initialization with WebLogic Server versions earlier than 12.2.1 (Issue #1466).
26-
- #1469 - Corrected method names used for logging so that they are the same as the actual method name in which they are
27-
being used.
28-
- #1470 - Fixed system-test test 35 to allow it to succeed when run on machines other than the Jenkins slaves.
29-
- #1471 - Fixed a `discoverDomain` issue that was causing errors while looking for `SecureMode` on WebLogic Server
30-
versions earlier than 12.2.1.1 (Issue #1467).
24+
- #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.
25+
- #1483 - Filtered out the `OPSSSecrets` field in the `domainInfo` section of the model when targeting WebLogic Kubernetes Operator or Verrazzano MII and PV targets.
26+
- #1484 - Fixed aliases for the 12.2.1.4 and 14.1.1 July 2023 PSU versions.
3127

3228
#### Known Issues
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
+++
2+
title = "Release Notes 3.2.1"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 88
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 3.2.1
10+
- [Major New Features](#major-new-features)
11+
- [Other Changes](#other-changes)
12+
- [Bugs Fixes](#bug-fixes)
13+
- [Known Issues](#known-issues)
14+
15+
16+
#### Major New Features
17+
None
18+
19+
#### Other Changes
20+
- #1465 - Initial, limited i18n translation bundles added.
21+
22+
#### Bug Fixes
23+
- #1466 - Updated `Server` and `ServerTemplate` aliases to add new 14.1.2 offline attributes.
24+
- #1467 - Updated `CoherenceSystemResource` aliases to add new 14.1.2 `SecuredProduction` online attribute.
25+
- #1468 - Fixed an error related to tool initialization with WebLogic Server versions earlier than 12.2.1 (Issue #1466).
26+
- #1469 - Corrected method names used for logging so that they are the same as the actual method name in which they are
27+
being used.
28+
- #1470 - Fixed system-test test 35 to allow it to succeed when run on machines other than the Jenkins agents.
29+
- #1471 - Fixed a `discoverDomain` issue that was causing errors while looking for `SecureMode` on WebLogic Server
30+
versions earlier than 12.2.1.1 (Issue #1467).
31+
32+
#### Known Issues

0 commit comments

Comments
 (0)