Release v0.3.3

This commit is contained in:
John Haverlack 2026-01-31 22:24:44 -09:00
commit d02b6c93ef
9 changed files with 28 additions and 9 deletions

View File

@ -5,7 +5,7 @@
| **Author** | John Haverlack | | **Author** | John Haverlack |
| **Copyright** | 2026 John Haverlack | | **Copyright** | 2026 John Haverlack |
| **License** | MIT | | **License** | MIT |
| **Version** | 0.3.2 | | **Version** | 0.3.3 |
| **Date** | 2026-01-31 | | **Date** | 2026-01-31 |
## Overview ## Overview

View File

@ -1,5 +1,12 @@
{ {
"releases": [ "releases": [
{
"version": "0.3.3",
"date": "2026-01-31",
"maturity": "ALPHA",
"summary": "",
"notes": ""
},
{ {
"version": "0.3.2", "version": "0.3.2",
"date": "2026-01-31", "date": "2026-01-31",

View File

@ -5,11 +5,17 @@
| **Author** | John Haverlack | | **Author** | John Haverlack |
| **Copyright** | 2026 John Haverlack | | **Copyright** | 2026 John Haverlack |
| **License** | MIT | | **License** | MIT |
| **Version** | 0.3.2 | | **Version** | 0.3.3 |
| **Date** | 2026-01-31 | | **Date** | 2026-01-31 |
## v0.3.3 - 2026-01-31 (ALPHA)
- WIP: sdl-wkr updates
- Start v0.3.3
## v0.3.2 - 2026-01-31 (ALPHA) ## v0.3.2 - 2026-01-31 (ALPHA)
- v0.3.2
- v0.3.2 - v0.3.2
- Squetching Logs - Squetching Logs
- WORKING: join/authz - WORKING: join/authz

View File

@ -5,7 +5,7 @@
| **Author** | John Haverlack | | **Author** | John Haverlack |
| **Copyright** | 2026 John Haverlack | | **Copyright** | 2026 John Haverlack |
| **License** | MIT | | **License** | MIT |
| **Version** | 0.3.2 | | **Version** | 0.3.3 |
| **Date** | 2026-01-31 | | **Date** | 2026-01-31 |
## Overview ## Overview

View File

@ -3,7 +3,7 @@
"name": "sdl", "name": "sdl",
"description": "Software Defined Laboratory", "description": "Software Defined Laboratory",
"abbr": "SDL", "abbr": "SDL",
"version": "0.3.2", "version": "0.3.3",
"version_date": "2026-01-31", "version_date": "2026-01-31",
"maturity": "ALPHA", "maturity": "ALPHA",
"author": "John Haverlack", "author": "John Haverlack",

View File

@ -1,6 +1,6 @@
{ {
"name": "sdl-mgr", "name": "sdl-mgr",
"version": "0.3.2", "version": "0.3.3",
"version_date": "2026-01-31", "version_date": "2026-01-31",
"description": "Software Defined Laboratory: Manager (sdl-mgr)", "description": "Software Defined Laboratory: Manager (sdl-mgr)",
"main": "index.js", "main": "index.js",

View File

@ -5,11 +5,17 @@
| **Author** | John Haverlack | | **Author** | John Haverlack |
| **Copyright** | 2026 John Haverlack | | **Copyright** | 2026 John Haverlack |
| **License** | MIT | | **License** | MIT |
| **Version** | 0.3.2 | | **Version** | 0.3.3 |
| **Date** | 2026-01-31 | | **Date** | 2026-01-31 |
## v0.3.3 - 2026-01-31 (ALPHA)
- WIP: sdl-wkr updates
- Start v0.3.3
## v0.3.2 - 2026-01-31 (ALPHA) ## v0.3.2 - 2026-01-31 (ALPHA)
- v0.3.2
- v0.3.2 - v0.3.2
- Squetching Logs - Squetching Logs
- WORKING: join/authz - WORKING: join/authz

View File

@ -260,8 +260,8 @@ function triggerWorkerUpdate(targetVersion, updateCmd) {
return; return;
} }
log(`${module}: exiting for self-update`); // log(`${module}: exiting for self-update`);
process.exit(0); // process.exit(0);
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "sdl-wkr", "name": "sdl-wkr",
"description": "Software Defined Laboratory: Worker (sdl-wkr)", "description": "Software Defined Laboratory: Worker (sdl-wkr)",
"version": "0.3.2", "version": "0.3.3",
"version_date": "2026-01-31", "version_date": "2026-01-31",
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",