Skip to content

Commit bc1294b

Browse files
committed
1.4.1 release notes
1 parent 64e9bc2 commit bc1294b

File tree

2 files changed

+57
-16
lines changed

2 files changed

+57
-16
lines changed

documentation/1.4/content/release/_index.md

+12-16
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,32 @@
11
+++
22
title = "Release Notes"
3-
date = 2022-01-30T12:48:00-05:00
3+
date = 2022-11-03T12:48:00-05:00
44
weight = 7
55
pre = "<b> </b>"
66
+++
77

8-
### Changes in Release 1.4.0
8+
### Changes in Release 1.4.1
99
- [Major New Features](#major-new-features)
1010
- [Other Changes](#other-changes)
1111
- [Bugs Fixes](#bug-fixes)
1212
- [Known Issues](#known-issues)
1313

1414

1515
#### 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
1717

1818
#### 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.
2320

2421
#### 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.
3430

3531
#### Known Issues
3632
- On Linux, the open and save dialogs open behind the main application window. This is due to
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
+++
2+
title = "Release Notes"
3+
date = 2022-01-30T12:48:00-05:00
4+
weight = 7
5+
pre = "<b> </b>"
6+
+++
7+
8+
### Changes in Release 1.4.0
9+
- [Major New Features](#major-new-features)
10+
- [Other Changes](#other-changes)
11+
- [Bugs Fixes](#bug-fixes)
12+
- [Known Issues](#known-issues)
13+
14+
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.
17+
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
23+
24+
#### 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.
34+
35+
#### Known Issues
36+
- On Linux, the open and save dialogs open behind the main application window. This is due to
37+
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
38+
- When deploying a Verrazzano application, the `Check Application Status` button only checks the status of the project's
39+
Verrazzano component containing the WebLogic domain specification.
40+
- WKTUI does not currently show the Verrazzano URL needed to access the application. The URL will always be of
41+
the form `https://<gateway-hostname>/<app-path>`, where the `gateway-hostname` is the name created by Verrazzano
42+
in the `Gateway` object. To get the name of the generated gateway object, run `kubectl get gateway -n <namespace> --template
43+
'{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}'`. Next, run `kubectl get gateway <gateway-name> -n <namespace> -o yaml`
44+
and review the `hosts` entry of the `.spec.servers` section to find the DNS name that corresponds to the
45+
`gateway-hostname` to use in the URL.

0 commit comments

Comments
 (0)