Skip to content

Commit

Permalink
Create release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platformlead committed May 31, 2023
1 parent 9f74df4 commit 95c7d3f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReleaseNotes/v0.7.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Minor release with bugfixes, in frontend and backend functionality

### 🐛 FIXED ISSUES

Portal: Window managment functionality, that closing windows in some cases resulted in tabs (taskbar) and windows got out of sync
Portal: Window managment functionality, closing windows in some cases resulted in tabs (taskbar) and windows got out of sync

Core: Serverless Application Repository update mechanism, preventing direct 1 click update from AWS SAR
Core: Serverless Application Repository update mechanism, preventing direct 1 click update from AWS SAR


### 🏗️ COMPATIBILITY CHANGES
Expand Down
27 changes: 27 additions & 0 deletions ReleaseNotes/v0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
### 👀 GENERAL OVERVIEW
Release with new features and enhancements in frontend and backend functionality


#### Bundled components:
* Core: v0.8.0
* Portal: v0.8.0
* PortalAccess: v0.7.0

### ✨ NEW FEATURES
Data collection query builder: Automatically generate S3 Select query syntax for Integer and Float type of parameters.
Connection indicator: Ondemand initiate WebRTC connection.

### 🐛 FIXED ISSUES

Core: WEBRTC server delay entering service till bootstrapping is complete.


### 🏗️ COMPATIBILITY CHANGES

### 🚀 IMPLEMENTATION STEPS

1. Download the installation bundle from [Logverz Releases](https://github.com/logleads/LogverzReleases/releases),
input parameters description are located at [ParameterReference](https://docs.logverz.io/docs/Getting%20Started/ParameterReference)
2. Upload the init-vX.Y.Z.zip to your S3 Logverz-init-XXXX bucket "bin" folder
3. Open AWS CloudFormation, search for main Logverz stack, click update, use current template specify
installation bundle path, such as bin/init-vX.Y.Z.zip, next, next, acknowledge and submit
16 changes: 16 additions & 0 deletions Versions/v0.8.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"Channel":"main",
"Core":{
"tag":"0.8.0",
"branch":"main"
},
"Portal":{
"tag":"0.8.0",
"branch":"main"
},
"PortalAccess":{
"tag":"0.7.0",
"branch":"main"
},
"ReleaseNotes":"/ReleaseNotes/"
}

0 comments on commit 95c7d3f

Please sign in to comment.