Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding release notes
  • Loading branch information
robertpatrick committed Mar 28, 2023
commit 9ea3317247e8edcc0fcab5f2c474921ca297643e
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 had .

#### 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.