Skip to content

Commit

Permalink
Next release version (#233)
Browse files Browse the repository at this point in the history
* moving to next release version

* adding release notes

* fixing incomplete sentence
  • Loading branch information
robertpatrick authored Mar 28, 2023
1 parent 62d8a0a commit 6f9f45f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 5 deletions.
6 changes: 4 additions & 2 deletions documentation/1.5/content/release/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight = 92
pre = "<b> </b>"
+++

### Changes in Release 1.5.1
### Changes in Release 1.5.2
- [Major New Features](#major-new-features)
- [Other Changes](#other-changes)
- [Bugs Fixes](#bug-fixes)
Expand All @@ -19,7 +19,9 @@ None
None

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

#### Known Issues
- In the Model Design View, changing the `Source Path` and `Plan Path` fields for existing App Deployments and Shared Libraries
Expand Down
34 changes: 34 additions & 0 deletions documentation/1.5/content/release/release-1.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
+++
title = "Release 1.5.1"
date = 2022-11-03T12:48:00-05:00
weight = 92
pre = "<b> </b>"
+++

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


#### Major New Features
None

#### Other Changes
None

#### Bug Fixes
- #229 - Fixed issue in Domain resource generation on Windows inserting a path with Windows separators

#### Known Issues
- In the Model Design View, changing the `Source Path` and `Plan Path` fields for existing App Deployments and Shared Libraries
is broken in this release. To work around it, either remove and recreate the deployment or use the Model Code View's
Model Editor and Archive Editor to make the appropriate changes.
- In Model Design View, the `Plan`/`Plan Path` fields for App Deployments mistakenly allow you to select a directory. This is
not valid and will result in an error. Please make sure to select a file for any deployment plan.
- 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 multi-cluster installation.
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.5.1",
"version": "1.5.2",
"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

0 comments on commit 6f9f45f

Please sign in to comment.