diff --git a/documentation/staging/1.4/content/release/_index.md b/documentation/staging/1.4/content/release/_index.md index dcdae96c5..551e9f29e 100644 --- a/documentation/staging/1.4/content/release/_index.md +++ b/documentation/staging/1.4/content/release/_index.md @@ -5,7 +5,7 @@ weight = 7 pre = " " +++ -### Changes in Release 1.3.0 +### Changes in Release 1.4.0 - [Major New Features](#major-new-features) - [Other Changes](#other-changes) - [Bugs Fixes](#bug-fixes) @@ -13,26 +13,31 @@ pre = " " #### Major New Features -- Support for creating and deploying the Verrazzano component for the WebLogic domain, and an application that references it. +- #173: Added support for WebLogic Kubernetes Operator 4.0. While it is now the default, versions 3.3+ are still supported. #### Other Changes -- Updated the [WebLogic Remote Console](https://github.com/oracle/weblogic-remote-console) integration to support version 2.4.0. -- Added support for specifying node selectors when installing the WebLogic Kubernetes Operator and deploying the WebLogic - domain, either directly or as a Verrazzano component. -- Added support for the user specifying the Helm timeout value when helm is used (i.e., Installing/updating WebLogic - Kubernetes Operator and installing the Ingress Controller). -- Added tooltips across all icon buttons to describe what they do. -- Added an anti-affinity specification to the generated WebLogic domain resource, as recommended by the WebLogic Kubernetes Operator docs. +- #175: Added Zoom In, Zoom Out, and Actual Size menu options to the Window menu. +- #178: Integrated the `Prepare Model` action with the changes in WebLogic Deploy Tooling 2.4.0. +- #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). #### Bug Fixes -- 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). -- #164: Fixed the link in the Introduction dialog to open in the user's browser instead of inside the app. -- #167: Improved the validation logic and error messages around having an empty model. -- #170: Worked around an issue that was limiting the ability to select text from the Code View scripts (WKTUI-375). +- #171: Improved workaround for the issue limiting the ability to select text from the Code View scripts (WKTUI-375). +- #172: Resolved issue when using Domain-in-Image that was causing the domain to not be created. +- #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. +- #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. +- #182: Resolved Verrazzano 1.4.0+ installation issue caused by a change in the published operator file name. +- #186: Resolved Verrazzano-related issue where Ingress Trait rules were not including the hosts or destination-related fields. +- #187: Resolved an issue where the operator domain variable override config map was not being created properly. +- #187: Resolved an issue with the `apiVersion` of the Verrazzano component- and application-related being incorrect. #### Known Issues - On Linux, the open and save dialogs open behind the main application window. This is due to [Electron bug 32857](https://github.com/electron/electron/issues/32857). - When deploying a Verrazzano application, the `Check Application Status` button only checks the status of the project's Verrazzano component containing the WebLogic domain specification. -- Due to the workaround for WKTUI-375, users are not able to tab to the script area of the Code View pages. +- WKTUI does not currently show the Verrazzano URL needed to access the application. The URL will always be of + the form `https:///`, where the `gateway-hostname` is the name created by Verrazzano + in the `Gateway` object. To get the name of the generated gateway object, run `kubectl get gateway -n --template + '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}'`. Next, run `kubectl get gateway -n -o yaml` + and review the `hosts` entry of the `.spec.servers` section to find the DNS name that corresponds to the + `gateway-hostname` to use in the URL. diff --git a/documentation/staging/1.4/content/release/release-1.3.0.md b/documentation/staging/1.4/content/release/release-1.3.0.md new file mode 100644 index 000000000..85811f7d8 --- /dev/null +++ b/documentation/staging/1.4/content/release/release-1.3.0.md @@ -0,0 +1,38 @@ ++++ +title = "Release 1.3.0" +date = 2022-01-30T12:48:00-05:00 +weight = 7 +pre = " " ++++ + +### Changes in Release 1.3.0 +- [Major New Features](#major-new-features) +- [Other Changes](#other-changes) +- [Bugs Fixes](#bug-fixes) +- [Known Issues](#known-issues) + + +#### Major New Features +- Support for creating and deploying the Verrazzano component for the WebLogic domain, and an application that references it. + +#### Other Changes +- Updated the [WebLogic Remote Console](https://github.com/oracle/weblogic-remote-console) integration to support version 2.4.0. +- Added support for specifying node selectors when installing the WebLogic Kubernetes Operator and deploying the WebLogic + domain, either directly or as a Verrazzano component. +- Added support for the user specifying the Helm timeout value when helm is used (i.e., Installing/updating WebLogic + Kubernetes Operator and installing the Ingress Controller). +- Added tooltips across all icon buttons to describe what they do. +- Added an anti-affinity specification to the generated WebLogic domain resource, as recommended by the WebLogic Kubernetes Operator docs. + +#### Bug Fixes +- 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). +- #164: Fixed the link in the Introduction dialog to open in the user's browser instead of inside the app. +- #167: Improved the validation logic and error messages around having an empty model. +- #170: Worked around an issue that was limiting the ability to select text from the Code View scripts (WKTUI-375). + +#### Known Issues +- On Linux, the open and save dialogs open behind the main application window. This is due to + [Electron bug 32857](https://github.com/electron/electron/issues/32857). +- When deploying a Verrazzano application, the `Check Application Status` button only checks the status of the project's + Verrazzano component containing the WebLogic domain specification. +- Due to the workaround for WKTUI-375, users are not able to tab to the script area of the Code View pages. diff --git a/webui/package-lock.json b/webui/package-lock.json index 6bf2c9e8b..c4506446a 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@oracle/oraclejet": "^13.0.2", - "@oracle/wrc-jet-pack": "^2.4.0", + "@oracle/wrc-jet-pack": "^2.4.1", "i18next": "^21.9.1", "jquery": "^3.6.0", "js-yaml": "^4.1.0" @@ -900,9 +900,9 @@ } }, "node_modules/@oracle/wrc-jet-pack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@oracle/wrc-jet-pack/-/wrc-jet-pack-2.4.0.tgz", - "integrity": "sha512-pI0HFtTkpV/rZOXXZma5cCYxz/nNdBqNGvF0QaUo+Um0eMpWElF/tuoEO/SzHzQp0Tsi1gARM74bshYhjXAWPA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@oracle/wrc-jet-pack/-/wrc-jet-pack-2.4.1.tgz", + "integrity": "sha512-44B1X1u2EoC/Jrq6VbgyQRmB5gZLL0cgvyIJSUE6yGGGb4GtaH5hhKiEZlDD7EY74oZ3afjEtMYLcEVa383vNw==", "engines": { "node": ">=4.0.0" } @@ -7723,9 +7723,9 @@ } }, "@oracle/wrc-jet-pack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@oracle/wrc-jet-pack/-/wrc-jet-pack-2.4.0.tgz", - "integrity": "sha512-pI0HFtTkpV/rZOXXZma5cCYxz/nNdBqNGvF0QaUo+Um0eMpWElF/tuoEO/SzHzQp0Tsi1gARM74bshYhjXAWPA==" + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@oracle/wrc-jet-pack/-/wrc-jet-pack-2.4.1.tgz", + "integrity": "sha512-44B1X1u2EoC/Jrq6VbgyQRmB5gZLL0cgvyIJSUE6yGGGb4GtaH5hhKiEZlDD7EY74oZ3afjEtMYLcEVa383vNw==" }, "@tootallnate/once": { "version": "2.0.0", diff --git a/webui/package.json b/webui/package.json index 4aef26b34..604d4d053 100644 --- a/webui/package.json +++ b/webui/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@oracle/oraclejet": "^13.0.2", - "@oracle/wrc-jet-pack": "^2.4.0", + "@oracle/wrc-jet-pack": "^2.4.1", "i18next": "^21.9.1", "jquery": "^3.6.0", "js-yaml": "^4.1.0"