Skip to content

Commit

Permalink
Cutting 1.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpatrick committed Mar 19, 2024
1 parent dba1782 commit 121dc3d
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 17 deletions.
6 changes: 3 additions & 3 deletions documentation/1.6/content/release/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight = 88
pre = "<b> </b>"
+++

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

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

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

#### Known Issues
- On Linux, the open and save dialogs open behind the main application window. This is due to
Expand Down
2 changes: 1 addition & 1 deletion documentation/1.6/content/release/release-1.5.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Release Notes 1.5.2"
title = "Release 1.5.2"
date = 2022-11-03T12:48:00-05:00
weight = 91
pre = "<b> </b>"
Expand Down
2 changes: 1 addition & 1 deletion documentation/1.6/content/release/release-1.5.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Release Notes 1.5.3"
title = "Release 1.5.3"
date = 2022-11-03T12:48:00-05:00
weight = 90
pre = "<b> </b>"
Expand Down
2 changes: 1 addition & 1 deletion documentation/1.6/content/release/release-1.6.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Release Notes 1.6.1"
title = "Release 1.6.1"
date = 2022-11-03T12:48:00-05:00
weight = 89
pre = "<b> </b>"
Expand Down
30 changes: 30 additions & 0 deletions documentation/1.6/content/release/release-1.6.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
+++
title = "Release 1.6.2"
date = 2022-11-03T12:48:00-05:00
weight = 88
pre = "<b> </b>"
+++

### Changes in Release 1.6.2
- [Major New Features](#major-new-features)
- [Other Changes](#other-changes)
- [Bugs Fixes](#bug-fixes)
- [Known Issues](#known-issues)

#### Major New Features
None

#### Other Changes
- #287 - Added support for WebLogic Kubernetes Operator domain specification's `precreateService` setting.

#### Bug Fixes
- #286 - Fixed an issue related to SSL termination and pass through Ingress resource generation.

#### 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 `Get Application Status` button only checks the status of the project's
Verrazzano component containing the WebLogic domain specification.
- Verrazzano installation does not support a multicluster installation.
- Verrazzano Application components Ingress Trait Rules table's URL column does not properly account for multicluster
applications. The Update URL button will only get information from the admin (i.e., `local`) cluster.
4 changes: 2 additions & 2 deletions electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wktui",
"productName": "WebLogic Kubernetes Toolkit UI",
"version": "1.6.2",
"version": "1.6.3",
"description": "WebLogic Kubernetes Toolkit UI",
"copyright": "Copyright (c) 2021, 2023, Oracle and/or its affiliates.",
"homepage": "https://github.com/oracle/weblogic-toolkit-ui",
Expand Down
14 changes: 7 additions & 7 deletions webui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@oracle/oraclejet": "^14.1.8",
"@oracle/oraclejet-core-pack": "^14.1.8",
"@oracle/wrc-jet-pack": "~2.4.6",
"@oracle/wrc-jet-pack": "~2.4.8",
"ace-builds": "^1.27.0",
"i18next": "^23.5.1",
"jquery": "^3.7.1",
Expand Down

0 comments on commit 121dc3d

Please sign in to comment.