Skip to content

Commit 77888b8

Browse files
committed
Merge branch 'docs-3.2.1' into 'main'
release notes for 3.2.1 See merge request weblogic-cloud/weblogic-deploy-tooling!1472
2 parents 7f4776c + 3a1dbe0 commit 77888b8

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
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 = 89
4+
weight = 88
55
pre = "<b> </b>"
66
+++
77

88

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

1919
#### Other Changes
20-
- #1450 - Added alias updates for April 2023 PSUs for 12.2.1.3, 12.2.1.4, and 14.1.1.
21-
- #1454 - Added aliases for new fields introduced 14.1.2.
22-
- #1457 - Deprecated `system-elements` section of typedef files and replaced it with a new `discover-filters` section
23-
that supports filtering named elements in most top-level folders.
24-
- #1458 - Updated Model and Archive documentation to reflect the current state of the code.
20+
- #1465 - Initial, limited i18n translation bundles added
2521

2622
#### Bug Fixes
27-
- #1459 - Fixed a type conversion issues for properties entries where boolean and integers were not being properly
28-
converted to strings in 14.1.1 and newer.
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).
2931

3032
#### Known Issues
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
+++
2+
title = "Release Notes 3.2.0"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 89
5+
pre = "<b> </b>"
6+
+++
7+
8+
9+
### Changes in Release 3.2.0
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+
- #1450 - Added alias updates for April 2023 PSUs for 12.2.1.3, 12.2.1.4, and 14.1.1.
21+
- #1454 - Added aliases for new fields introduced 14.1.2.
22+
- #1457 - Deprecated `system-elements` section of typedef files and replaced it with a new `discover-filters` section
23+
that supports filtering named elements in most top-level folders.
24+
- #1458 - Updated Model and Archive documentation to reflect the current state of the code.
25+
26+
#### Bug Fixes
27+
- #1459 - Fixed a type conversion issues for properties entries where boolean and integers were not being properly
28+
converted to strings in 14.1.1 and newer.
29+
30+
#### Known Issues

0 commit comments

Comments
 (0)