Skip to content

Commit 9fd74ae

Browse files
committed
Merge branch '3.2.3-release-notes' into 'main'
Release Notes for Release 3.2.3 See merge request weblogic-cloud/weblogic-deploy-tooling!1501
2 parents 42ed8d9 + d94f97c commit 9fd74ae

File tree

2 files changed

+42
-7
lines changed

2 files changed

+42
-7
lines changed
Lines changed: 14 additions & 7 deletions
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 = 87
4+
weight = 86
55
pre = "<b> </b>"
66
+++
77

88

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

1919
#### Other Changes
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.
20+
- #1496 - Added a post-createDomain script element to the typedef file definitions to accommodate extra
21+
offline work required for Oracle Identity Governance domain creation.
22+
- #1499 - Added updated translation bundle files.
2223

2324
#### Bug Fixes
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.
25+
- #1486 - Fixed JSON parser issue in handling escaped newlines.
26+
- #1488 - Worked around a Jython 2.2.1 issue where environment variables with a newline in their value
27+
caused remaining environment variable values to not be visible from Jython.
28+
- #1490 - Fixed an issue with deprecation logging statements to ensure that the class and method names
29+
were logged properly.
30+
- #1494 - Changed the language for some logging/error messages to make them clearer.
31+
- #1495 - Reworded several log messages that were confusing to users and difficult to translate.
32+
- #1497 - Fixed sh-based shell scripts to work properly on Solaris 10.x Bourne shell
33+
- #1498 - Corrected the error message for a deploy-related error.
2734

2835
#### Known Issues
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
+++
2+
title = "Release Notes 3.2.2"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 87
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 3.2.2
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+
- #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.
22+
23+
#### Bug Fixes
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.
27+
28+
#### Known Issues

0 commit comments

Comments
 (0)