Skip to content

Commit f0a9cdc

Browse files
adding release notes for 1.3.0 release (#169)
1 parent 3e20af6 commit f0a9cdc

File tree

2 files changed

+52
-16
lines changed

2 files changed

+52
-16
lines changed

documentation/staging/1.3/content/release/_index.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,32 @@ weight = 7
55
pre = "<b> </b>"
66
+++
77

8-
### Changes in Release 1.2.0
8+
### Changes in Release 1.3.0
99
- [Major New Features](#major-new-features)
1010
- [Other Changes](#other-changes)
1111
- [Bugs Fixes](#bug-fixes)
12+
- [Known Issues](#known-issues)
1213

1314

1415
#### Major New Features
15-
- Model Design View added via integration with the [WebLogic Remote Console 2.3.0](https://github.com/oracle/weblogic-remote-console).
16-
Users must download and install the WebLogic Remote Console version 2.3.x.
16+
- Support for creating and deploying the Verrazzano component for the WebLogic domain, and an application that references it.
1717

1818
#### Other Changes
19-
- Added a new installer for macOS ARM.
20-
- #141: Added support for WDT online remote discovery.
19+
- Updated the [WebLogic Remote Console](https://github.com/oracle/weblogic-remote-console) integration to support version 2.4.0.
20+
- Added support for specifying node selectors when installing the WebLogic Kubernetes Operator and deploying the WebLogic
21+
domain, either directly or as a Verrazzano component.
22+
- Added support for the user specifying the Helm timeout value when helm is used (i.e., Installing/updating WebLogic
23+
Kubernetes Operator and installing the Ingress Controller).
24+
- Added tooltips across all icon buttons to describe what they do.
25+
- Added an anti-affinity specification to the generated WebLogic domain resource, as recommended by the WebLogic Kubernetes Operator docs.
2126

2227
#### Bug Fixes
23-
- #107: Resolved an issue where the `Save As` functionality was not handling the archive file properly if there were no
24-
pending updates to the archive file (Jira WKTUI-322).
25-
- Added missing service account argument for WebLogic Kubernetes Operator installation shell scripts (Jira WKTUI-337).
26-
- #123: Changed Domain status message when domain status is available (Jira WKTUI-345).
27-
- #127: Corrected an issue that was causing unsaved changes with no project to be lost when opening a new or existing project.
28-
- #129: Fixed an issue where the wrong window was getting its title changed when opening a new project.
29-
- #130: Fixed an issue where the window title was set incorrectly for a new or existing project.
30-
- #131: Tightened up the logic for saving a project to get predictable results when encountering write permission errors.
31-
- Fixed busy dialog messages used during WebLogic Kubernetes Operator installation and update.
32-
- #136: Corrected `app.addRecentDocument()` handling so that the file always exists on disk prior to the call being made.
33-
- #147: Corrected an issue with the PATH environment variable that was causing WebLogic Image Tool-related issues on Linux with Podman.
28+
- Fixed an issue introduced by newer WDT versions that was forcing the domain cluster size to only allow replicas to be set to 0 (WKTUI-365).
29+
- #164: Fixed the link in the Introduction dialog to open in the user's browser instead of inside the app.
30+
- #167: Improved the validation logic and error messages around having an empty model.
31+
32+
#### Known Issues
33+
- On Linux, the open and save dialogs open behind the main application window. This is due to
34+
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
35+
- When deploying a Verrazzano application, the `Check Application Status` button only checks the status of the project's
36+
Verrazzano component containing the WebLogic domain specification.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
+++
2+
title = "Release 1.2.0"
3+
date = 2022-01-30T12:48:00-05:00
4+
weight = 7
5+
pre = "<b> </b>"
6+
+++
7+
8+
### Changes in Release 1.2.0
9+
- [Major New Features](#major-new-features)
10+
- [Other Changes](#other-changes)
11+
- [Bugs Fixes](#bug-fixes)
12+
13+
14+
#### Major New Features
15+
- Model Design View added via integration with the [WebLogic Remote Console 2.3.0](https://github.com/oracle/weblogic-remote-console).
16+
Users must download and install the WebLogic Remote Console version 2.3.x.
17+
18+
#### Other Changes
19+
- Added a new installer for macOS ARM.
20+
- #141: Added support for WDT online remote discovery.
21+
22+
#### Bug Fixes
23+
- #107: Resolved an issue where the `Save As` functionality was not handling the archive file properly if there were no
24+
pending updates to the archive file (Jira WKTUI-322).
25+
- Added missing service account argument for WebLogic Kubernetes Operator installation shell scripts (Jira WKTUI-337).
26+
- #123: Changed Domain status message when domain status is available (Jira WKTUI-345).
27+
- #127: Corrected an issue that was causing unsaved changes with no project to be lost when opening a new or existing project.
28+
- #129: Fixed an issue where the wrong window was getting its title changed when opening a new project.
29+
- #130: Fixed an issue where the window title was set incorrectly for a new or existing project.
30+
- #131: Tightened up the logic for saving a project to get predictable results when encountering write permission errors.
31+
- Fixed busy dialog messages used during WebLogic Kubernetes Operator installation and update.
32+
- #136: Corrected `app.addRecentDocument()` handling so that the file always exists on disk prior to the call being made.
33+
- #147: Corrected an issue with the PATH environment variable that was causing WebLogic Image Tool-related issues on Linux with Podman.

0 commit comments

Comments
 (0)