Skip to content

Commit 6f9f45f

Browse files
Next release version (#233)
* moving to next release version * adding release notes * fixing incomplete sentence
1 parent 62d8a0a commit 6f9f45f

File tree

4 files changed

+41
-5
lines changed

4 files changed

+41
-5
lines changed

documentation/1.5/content/release/_index.md

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

8-
### Changes in Release 1.5.1
8+
### Changes in Release 1.5.2
99
- [Major New Features](#major-new-features)
1010
- [Other Changes](#other-changes)
1111
- [Bugs Fixes](#bug-fixes)
@@ -19,7 +19,9 @@ None
1919
None
2020

2121
#### Bug Fixes
22-
- #229 - Fixed issue in Domain resource generation on Windows inserting a path with Windows separators
22+
- #232 - Fixed an issue in the Verrazzano Application page where the component's Ingress Trait Rule destination names
23+
were not properly converted to legal Kubernetes names so that they would match the generated service names when the
24+
domain, cluster, or server names combinations had more than one disallowed characters in them.
2325

2426
#### Known Issues
2527
- In the Model Design View, changing the `Source Path` and `Plan Path` fields for existing App Deployments and Shared Libraries
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
+++
2+
title = "Release 1.5.1"
3+
date = 2022-11-03T12:48:00-05:00
4+
weight = 92
5+
pre = "<b> </b>"
6+
+++
7+
8+
### Changes in Release 1.5.1
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+
None
17+
18+
#### Other Changes
19+
None
20+
21+
#### Bug Fixes
22+
- #229 - Fixed issue in Domain resource generation on Windows inserting a path with Windows separators
23+
24+
#### Known Issues
25+
- In the Model Design View, changing the `Source Path` and `Plan Path` fields for existing App Deployments and Shared Libraries
26+
is broken in this release. To work around it, either remove and recreate the deployment or use the Model Code View's
27+
Model Editor and Archive Editor to make the appropriate changes.
28+
- In Model Design View, the `Plan`/`Plan Path` fields for App Deployments mistakenly allow you to select a directory. This is
29+
not valid and will result in an error. Please make sure to select a file for any deployment plan.
30+
- On Linux, the open and save dialogs open behind the main application window. This is due to
31+
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
32+
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's
33+
Verrazzano component containing the WebLogic domain specification.
34+
- Verrazzano installation does not support a multi-cluster installation.

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.5.1",
4+
"version": "1.5.2",
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",

0 commit comments

Comments
 (0)