Skip to content

Commit 121dc3d

Browse files
committed
Cutting 1.6.3 release
1 parent dba1782 commit 121dc3d

File tree

9 files changed

+47
-17
lines changed

9 files changed

+47
-17
lines changed

documentation/1.6/content/release/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight = 88
55
pre = "<b> </b>"
66
+++
77

8-
### Changes in Release 1.6.2
8+
### Changes in Release 1.6.3
99
- [Major New Features](#major-new-features)
1010
- [Other Changes](#other-changes)
1111
- [Bugs Fixes](#bug-fixes)
@@ -15,10 +15,10 @@ pre = "<b> </b>"
1515
None
1616

1717
#### Other Changes
18-
- #287 - Added support for WebLogic Kubernetes Operator domain specification's `precreateService` setting.
18+
- #293 - Updated Model Design View to use WebLogic Remote Console 2.4.8
1919

2020
#### Bug Fixes
21-
- #286 - Fixed an issue related to SSL termination and pass through Ingress resource generation.
21+
None
2222

2323
#### Known Issues
2424
- On Linux, the open and save dialogs open behind the main application window. This is due to

documentation/1.6/content/release/release-1.5.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release Notes 1.5.2"
2+
title = "Release 1.5.2"
33
date = 2022-11-03T12:48:00-05:00
44
weight = 91
55
pre = "<b> </b>"

documentation/1.6/content/release/release-1.5.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release Notes 1.5.3"
2+
title = "Release 1.5.3"
33
date = 2022-11-03T12:48:00-05:00
44
weight = 90
55
pre = "<b> </b>"

documentation/1.6/content/release/release-1.6.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release Notes 1.6.1"
2+
title = "Release 1.6.1"
33
date = 2022-11-03T12:48:00-05:00
44
weight = 89
55
pre = "<b> </b>"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
+++
2+
title = "Release 1.6.2"
3+
date = 2022-11-03T12:48:00-05:00
4+
weight = 88
5+
pre = "<b> </b>"
6+
+++
7+
8+
### Changes in Release 1.6.2
9+
- [Major New Features](#major-new-features)
10+
- [Other Changes](#other-changes)
11+
- [Bugs Fixes](#bug-fixes)
12+
- [Known Issues](#known-issues)
13+
14+
#### Major New Features
15+
None
16+
17+
#### Other Changes
18+
- #287 - Added support for WebLogic Kubernetes Operator domain specification's `precreateService` setting.
19+
20+
#### Bug Fixes
21+
- #286 - Fixed an issue related to SSL termination and pass through Ingress resource generation.
22+
23+
#### Known Issues
24+
- On Linux, the open and save dialogs open behind the main application window. This is due to
25+
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
26+
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's
27+
Verrazzano component containing the WebLogic domain specification.
28+
- Verrazzano installation does not support a multicluster installation.
29+
- Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
30+
applications. The Update URL button will only get information from the admin (i.e., `local`) cluster.

electron/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wktui",
33
"productName": "WebLogic Kubernetes Toolkit UI",
4-
"version": "1.6.2",
4+
"version": "1.6.3",
55
"description": "WebLogic Kubernetes Toolkit UI",
66
"copyright": "Copyright (c) 2021, 2023, Oracle and/or its affiliates.",
77
"homepage": "https://github.com/oracle/weblogic-toolkit-ui",

webui/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@oracle/oraclejet": "^14.1.8",
1414
"@oracle/oraclejet-core-pack": "^14.1.8",
15-
"@oracle/wrc-jet-pack": "~2.4.6",
15+
"@oracle/wrc-jet-pack": "~2.4.8",
1616
"ace-builds": "^1.27.0",
1717
"i18next": "^23.5.1",
1818
"jquery": "^3.7.1",

0 commit comments

Comments
 (0)