diff --git a/README.md b/README.md index e4d494a..4559d81 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.3.3 | +| **Version** | 0.3.4 | | **Date** | 2026-01-31 | ## Overview diff --git a/changelog.json b/changelog.json index 3d2ccaf..f53730a 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,12 @@ { "releases": [ + { + "version": "0.3.4", + "date": "2026-01-31", + "maturity": "ALPHA", + "summary": "", + "notes": "" + }, { "version": "0.3.3", "date": "2026-01-31", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e4b93cd..2f90fdc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,11 +5,17 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.3.3 | +| **Version** | 0.3.4 | | **Date** | 2026-01-31 | +## v0.3.4 - 2026-01-31 (ALPHA) + +- Working sdl-wkr self update +- Start v0.3.4 + ## v0.3.3 - 2026-01-31 (ALPHA) +- WIP: sdl-wkr updates - WIP: sdl-wkr updates - Start v0.3.3 diff --git a/docs/DESIGN.md b/docs/DESIGN.md index dd563fd..40e2f33 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -5,7 +5,7 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.3.3 | +| **Version** | 0.3.4 | | **Date** | 2026-01-31 | ## Overview diff --git a/metadata.json b/metadata.json index f97e18a..3c7dc23 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "name": "sdl", "description": "Software Defined Laboratory", "abbr": "SDL", - "version": "0.3.3", + "version": "0.3.4", "version_date": "2026-01-31", "maturity": "ALPHA", "author": "John Haverlack", diff --git a/sdl-mgr/app/package.json b/sdl-mgr/app/package.json index 7eb5163..fc4e857 100644 --- a/sdl-mgr/app/package.json +++ b/sdl-mgr/app/package.json @@ -1,6 +1,6 @@ { "name": "sdl-mgr", - "version": "0.3.3", + "version": "0.3.4", "version_date": "2026-01-31", "description": "Software Defined Laboratory: Manager (sdl-mgr)", "main": "index.js", diff --git a/sdl-mgr/html/md/changelog.md b/sdl-mgr/html/md/changelog.md index e4b93cd..2f90fdc 100644 --- a/sdl-mgr/html/md/changelog.md +++ b/sdl-mgr/html/md/changelog.md @@ -5,11 +5,17 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.3.3 | +| **Version** | 0.3.4 | | **Date** | 2026-01-31 | +## v0.3.4 - 2026-01-31 (ALPHA) + +- Working sdl-wkr self update +- Start v0.3.4 + ## v0.3.3 - 2026-01-31 (ALPHA) +- WIP: sdl-wkr updates - WIP: sdl-wkr updates - Start v0.3.3 diff --git a/sdl-wkr/app/modules/sdl-wkr/index.js b/sdl-wkr/app/modules/sdl-wkr/index.js index ec48d83..dab2045 100644 --- a/sdl-wkr/app/modules/sdl-wkr/index.js +++ b/sdl-wkr/app/modules/sdl-wkr/index.js @@ -259,9 +259,6 @@ function triggerWorkerUpdate(targetVersion, updateCmd) { log(`${module}: failed to exec update command: ${err}`); return; } - - // log(`${module}: exiting for self-update`); - // process.exit(0); } diff --git a/sdl-wkr/app/package.json b/sdl-wkr/app/package.json index fc9d0e9..8d6417b 100644 --- a/sdl-wkr/app/package.json +++ b/sdl-wkr/app/package.json @@ -1,7 +1,7 @@ { "name": "sdl-wkr", "description": "Software Defined Laboratory: Worker (sdl-wkr)", - "version": "0.3.3", + "version": "0.3.4", "version_date": "2026-01-31", "main": "index.js", "type": "module",