Skip to content

Commit 707dd1c

Browse files
committed
Version 0.28-alpha
1 parent a08e0f6 commit 707dd1c

File tree

19 files changed

+4162
-27841
lines changed

19 files changed

+4162
-27841
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4747
* MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4848
* Event-based realtime async data processing with MongoDB Change Streams.
4949
* Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
50-
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.27-alpha).
50+
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.28-alpha).
5151
* Unlimited tags, servers, and users.
5252
* Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5353
* Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -82,7 +82,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
8282
## Documentation
8383

8484
* [Install Guide](https://github.com/riclolsen/json-scada/blob/master/docs/install.md)
85-
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.27-alpha)
85+
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.28-alpha)
8686
* [Docker Demo](https://github.com/riclolsen/json-scada/blob/master/demo-docker/README.md)
8787
* [Schema Documentation](https://github.com/riclolsen/json-scada/blob/master/docs/schema.md)
8888
* [Config File](https://github.com/riclolsen/json-scada/blob/master/conf/README.md)

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
4747
* MongoDB as the real-time core database, persistence layer, config store, SOE historian.
4848
* Event-based realtime async data processing with MongoDB Change Streams.
4949
* Portability and modular interoperability over Linux, Windows, Mac OSX, x86/64, ARM.
50-
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.27-alpha).
50+
* Windows installer available in the [releases section](https://github.com/riclolsen/json-scada/releases/tag/V0.28-alpha).
5151
* Unlimited tags, servers, and users.
5252
* Horizontal scalability, from a single computer to big clusters (MongoDB-sharding), Docker containers, VMs, Kubernetes, cloud, or hybrid deployments.
5353
* Modular distributed architecture. Lightweight redundant data acquisition nodes can connect securely over TLS to the database server. E.g. a Raspberry PI can be a data acquisition node.
@@ -82,7 +82,7 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
8282
## Documentation
8383

8484
* [Install Guide](docs/install.md)
85-
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.27-alpha)
85+
* [Windows installer](https://github.com/riclolsen/json-scada/releases/tag/V0.28-alpha)
8686
* [Docker Demo](demo-docker/README.md)
8787
* [Schema Documentation](docs/schema.md)
8888
* [Config File](conf/README.md)

platform-windows/json-scada.nsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RequestExecutionLevel admin
1717

1818
;--------------------------------
1919

20-
!define VERSION "v.0.27"
21-
!define VERSION_ "0.27.0.0"
20+
!define VERSION "v.0.28"
21+
!define VERSION_ "0.28.0.0"
2222

2323
Function .onInit
2424
System::Call 'keexrnel32::CreateMutexA(i 0, i 0, t "MutexJsonScadaInstall") i .r1 ?e'
@@ -241,7 +241,7 @@ SetRegView 64
241241
File /a "..\platform-windows\nssm.exe"
242242
File /a "..\platform-windows\sounder.exe"
243243
File /a "..\platform-windows\vc_redist.x64.exe"
244-
File /a "..\platform-windows\dotnet-runtime-6.0.10-win-x64.exe"
244+
File /a "..\platform-windows\dotnet-runtime-6.0.11-win-x64.exe"
245245

246246
; Visual C redist: needed for timescaledb
247247
;ReadRegStr $0 HKLM "SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86" "Major"
@@ -255,7 +255,7 @@ SetRegView 64
255255
Sleep 1000
256256
Exec '"$INSTDIR\platform-windows\vc_redist.x64.exe" /install /passive /quiet'
257257
Sleep 1000
258-
Exec '"$INSTDIR\platform-windows\dotnet-runtime-6.0.10-win-x64.exe" /install /passive /quiet'
258+
Exec '"$INSTDIR\platform-windows\dotnet-runtime-6.0.11-win-x64.exe" /install /passive /quiet'
259259

260260
SetOutPath $INSTDIR\platform-windows\nodejs-runtime
261261
File /a /r "..\platform-windows\nodejs-runtime\*.*"

platform-windows/release_notes.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,29 @@ Inkscape+SAGE:
131131

132132
-------------------------------------------------------------------
133133

134+
Notes for version 0.28:
135+
136+
* Default login credentials: username=admin password=jsonscada.
137+
* Fixed problem with MQTT TLS connections.
138+
* Inkscape+SAGE: new build based on 1.2-dev (fixed scripts tab).
139+
* Npm packages updated.
140+
* Grafana updated to 9.3.1.
141+
* MongoDB Community Server updated to 6.0.3.
142+
* MongoDB Compass updated to 1.34.1.
143+
* Chromium updated to 108.0.5359.99.
144+
* Telegraf runtime updated to 1.24.4.
145+
* Dotnet runtime updated to 6.0.11.
146+
147+
Requirements and recommendations:
148+
149+
* Windows 10/11 64 bits or Server >=2016, Windows PowerShell. At least 10GB of free space in the "C:" drive.
150+
* Administrative rights. Corporative Windows policies may cause problems with the creation of services and the opening of TCP ports.
151+
* Free TCP ports 27017, 5432, 80, 8080, 3000, 9000. Other ports may be required for optional services and protocols.
152+
* If the server already has MongoDB, PostgreSQL, Grafana, Nginx or another webserver, please uninstall, disable or watch out for possible conflicts.
153+
* Do not update previously installed JSON-SCADA. Please uninstall previous JSON-SCADA versions before installing a new version.
154+
155+
-------------------------------------------------------------------
156+
134157
Notes for version 0.27:
135158

136159
* Default login credentials: username=admin password=jsonscada.

0 commit comments

Comments
 (0)