|
1 | 1 | +++
|
2 | 2 | title = "Release Notes"
|
3 |
| -date = 2022-01-30T12:48:00-05:00 |
| 3 | +date = 2022-11-03T12:48:00-05:00 |
4 | 4 | weight = 7
|
5 | 5 | pre = "<b> </b>"
|
6 | 6 | +++
|
7 | 7 |
|
8 |
| -### Changes in Release 1.4.0 |
| 8 | +### Changes in Release 1.4.1 |
9 | 9 | - [Major New Features](#major-new-features)
|
10 | 10 | - [Other Changes](#other-changes)
|
11 | 11 | - [Bugs Fixes](#bug-fixes)
|
12 | 12 | - [Known Issues](#known-issues)
|
13 | 13 |
|
14 | 14 |
|
15 | 15 | #### Major New Features
|
16 |
| -- #173: Added support for WebLogic Kubernetes Operator 4.0. While it is now the default, versions 3.3+ are still supported. |
| 16 | +None |
17 | 17 |
|
18 | 18 | #### Other Changes
|
19 |
| -- #175: Added Zoom In, Zoom Out, and Actual Size menu options to the Window menu. |
20 |
| -- #178: Integrated the `Prepare Model` action with the changes in WebLogic Deploy Tooling 2.4.0. |
21 |
| -- #179: Updated the [WebLogic Remote Console](https://github.com/oracle/weblogic-remote-console) integration to support version 2.4.1 (2.4.0 also supported). |
22 |
| -- #188: Added file download functionality to all Code View pages |
| 19 | +- #192: Add the ability to install and work with older versions of operator using the latest published Helm chart. |
23 | 20 |
|
24 | 21 | #### Bug Fixes
|
25 |
| -- #171: Improved workaround for the issue limiting the ability to select text from the Code View scripts (WKTUI-375). |
26 |
| -- #172: Resolved issue when using Domain-in-Image that was causing the domain to not be created. |
27 |
| -- #174: Resolved an issue where the `Install Ingress Controller` action was always passing the image pull secret--even when the user indicated not to use one. |
28 |
| -- #176: Resolved an issue where the `Update Ingress Routes` action was always passing the `SSL pass-through` argument--even when the user did not request it. |
29 |
| -- #182: Resolved Verrazzano 1.4.0+ installation issue caused by a change in the published operator file name. |
30 |
| -- #186: Resolved Verrazzano-related issue where Ingress Trait rules were not including the hosts or destination-related fields. |
31 |
| -- #187: Resolved an issue where the operator domain variable override config map was not being created properly. |
32 |
| -- #187: Resolved an issue with the `apiVersion` of the Verrazzano component- and application-related being incorrect. |
33 |
| -- #189: Resolved a rendering issue on the Ingress Controller Code View page when switching tabs. |
| 22 | +- Resolved issue Discover Model issue introduced in 1.4.0 by picking up the fix in WebLogic Deploy Tooling 2.4.1. |
| 23 | +- Resolved issue with Deploy Domain failing due to a WebLogic Kubernetes Operator error from the new conversion/validating |
| 24 | + webhook (fix in a new published version of the WebLogic Kubernetes Operator 4.0.0 Helm chart). |
| 25 | +- #190: Resolved a macOS-specific issue in check to see if the WebLogic Kubernetes Operator is already installed. |
| 26 | +- #191: Resolved WebLogic Kubernetes Operator 4.0 issues with the Domain Resource spec generation. |
| 27 | +- #191: Resolved an issue with WebLogic Kubernetes Operator 3.x where the `wdtInstallHome` was named incorrectly under one condition. |
| 28 | +- #191: Resolved a gap in the functionality for WDT and Model locations in the Domain Resource spec when using images |
| 29 | + instead of creating them. |
34 | 30 |
|
35 | 31 | #### Known Issues
|
36 | 32 | - On Linux, the open and save dialogs open behind the main application window. This is due to
|
|
0 commit comments