Skip to content

Commit 4ff4eb2

Browse files
adding 1.5.1 release notes (#230)
1 parent 97890a5 commit 4ff4eb2

File tree

2 files changed

+57
-23
lines changed

2 files changed

+57
-23
lines changed

documentation/1.5/content/release/_index.md

+4-23
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
+++
22
title = "Release Notes"
33
date = 2022-11-03T12:48:00-05:00
4-
weight = 93
4+
weight = 92
55
pre = "<b> </b>"
66
+++
77

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

1818
#### Other Changes
19-
- #202 - Added support for Verrazzano 1.5.0+ (which uses WebLogic Kubernetes Operator 4.0.0+).
20-
- #204 - Updated the Archive Editor to align with WebLogic Deploy Tooling 3.0.0+ changes to the archive format.
21-
- #205 - Added support for installing the optional Verrazzano component Argo CD with Verrazzano 1.5.0+.
22-
- #205 - Added support to configure Kubernetes connectivity data for Verrazzano managed clusters.
23-
- #210 - Added support for Verrazzano `Get Application Status` action to check the status on the correct cluster using a
24-
multi-cluster application targeted to one or more managed clusters.
25-
- #213 - Improved Verrazzano Ingress Trait rule editor to allow the user to choose the Destination Host by WebLogic cluster or non-clustered server name.
26-
- #215 - Added a `Update URLs` button to the Verrazzano application's Ingress Trait that populates the Ingress Rules table
27-
with a URL once the application deployment is complete.
28-
- #221 - Streamlined the WKO Ingress Routes table to conserve space.
29-
- #223 - Added Proxy URL validation to the network connection and User Preferences dialogs to make sure the user enters
30-
a URL and not just a host:port combination.
19+
None
3120

3221
#### Bug Fixes
33-
- #201 - Fixed a bug where the project file was not being cleaned up properly when a cluster was removed and `Prepare Model` was run again.
34-
- #205 - Fixed a bug that caused the Verrazzano `Get Application Status` call to fail.
35-
- #211 - Fixed a bug with sorting the Ingress Rule's Route Annotations table's columns.
36-
- #214 - Fixed a bug where the Verrazzano `Check Verrazzano Install Status` action was reporting installation is still in progress after a successful upgrade.
37-
- #216 - Improved the behavior of the Model Code View sliders when the window is resized.
38-
- #217 - Fixed a bug where the kubectl version output was reporting an incorrect server version number with newer versions of Kubernetes.
39-
- #219 - Fixed a bug with Verrazzano 1.4.0+ installation where the wrong Verrazzano Platform Operator file name was being used.
40-
- #220 - Cleaned up the table formatting/behavior across the application.
41-
- #222 - Fixed a bug with container image tag validation that was causing regular expression catastrophic backtracking, leading to slow validation responses.
22+
- #229 - Fixed issue in Domain resource generation on Windows inserting a path with Windows separators
4223

4324
#### Known Issues
4425
- 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,53 @@
1+
+++
2+
title = "Release Notes 1.5.0"
3+
date = 2022-11-03T12:48:00-05:00
4+
weight = 93
5+
pre = "<b> </b>"
6+
+++
7+
8+
### Changes in Release 1.5.0
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+
- #202 - Added support for Verrazzano 1.5.0+ (which uses WebLogic Kubernetes Operator 4.0.0+).
20+
- #204 - Updated the Archive Editor to align with WebLogic Deploy Tooling 3.0.0+ changes to the archive format.
21+
- #205 - Added support for installing the optional Verrazzano component Argo CD with Verrazzano 1.5.0+.
22+
- #205 - Added support to configure Kubernetes connectivity data for Verrazzano managed clusters.
23+
- #210 - Added support for Verrazzano `Get Application Status` action to check the status on the correct cluster using a
24+
multi-cluster application targeted to one or more managed clusters.
25+
- #213 - Improved Verrazzano Ingress Trait rule editor to allow the user to choose the Destination Host by WebLogic cluster or non-clustered server name.
26+
- #215 - Added a `Update URLs` button to the Verrazzano application's Ingress Trait that populates the Ingress Rules table
27+
with a URL once the application deployment is complete.
28+
- #221 - Streamlined the WKO Ingress Routes table to conserve space.
29+
- #223 - Added Proxy URL validation to the network connection and User Preferences dialogs to make sure the user enters
30+
a URL and not just a host:port combination.
31+
32+
#### Bug Fixes
33+
- #201 - Fixed a bug where the project file was not being cleaned up properly when a cluster was removed and `Prepare Model` was run again.
34+
- #205 - Fixed a bug that caused the Verrazzano `Get Application Status` call to fail.
35+
- #211 - Fixed a bug with sorting the Ingress Rule's Route Annotations table's columns.
36+
- #214 - Fixed a bug where the Verrazzano `Check Verrazzano Install Status` action was reporting installation is still in progress after a successful upgrade.
37+
- #216 - Improved the behavior of the Model Code View sliders when the window is resized.
38+
- #217 - Fixed a bug where the kubectl version output was reporting an incorrect server version number with newer versions of Kubernetes.
39+
- #219 - Fixed a bug with Verrazzano 1.4.0+ installation where the wrong Verrazzano Platform Operator file name was being used.
40+
- #220 - Cleaned up the table formatting/behavior across the application.
41+
- #222 - Fixed a bug with container image tag validation that was causing regular expression catastrophic backtracking, leading to slow validation responses.
42+
43+
#### Known Issues
44+
- In the Model Design View, changing the `Source Path` and `Plan Path` fields for existing App Deployments and Shared Libraries
45+
is broken in this release. To work around it, either remove and recreate the deployment or use the Model Code View's
46+
Model Editor and Archive Editor to make the appropriate changes.
47+
- In Model Design View, the `Plan`/`Plan Path` fields for App Deployments mistakenly allow you to select a directory. This is
48+
not valid and will result in an error. Please make sure to select a file for any deployment plan.
49+
- On Linux, the open and save dialogs open behind the main application window. This is due to
50+
[Electron bug 32857](https://github.com/electron/electron/issues/32857).
51+
- When deploying a Verrazzano application, the `Get Application Status` button only checks the status of the project's
52+
Verrazzano component containing the WebLogic domain specification.
53+
- Verrazzano installation does not support a multi-cluster installation.

0 commit comments

Comments
 (0)