From b4448fefa694d40daf692a8f8d0aa99efdac9742 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 26 May 2026 15:28:45 +0000 Subject: [PATCH] v2.2.0 --- changelog.md | 3 +++ deno.json | 2 +- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index cb3d9c6..4abc4a3 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-26 - 2.2.0 + - add hosted app lifecycle protocol support (hostedapp) - Injects generic hosted-app runtime identity environment variables into managed services. - Adds token-scoped Hosted App TypedRequest handlers for lifecycle reporting, bootstrap setup, and managed self-upgrades. diff --git a/deno.json b/deno.json index 5d1a758..78b119d 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/onebox", - "version": "2.1.3", + "version": "2.2.0", "exports": "./mod.ts", "tasks": { "test": "deno test --allow-all test/", diff --git a/package.json b/package.json index 1dd78b1..0a1fd1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/onebox", - "version": "2.1.3", + "version": "2.2.0", "description": "Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers", "main": "mod.ts", "type": "module", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9c8b9c7..79d5f1a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '2.1.3', + version: '2.2.0', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 9c8b9c7..79d5f1a 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '2.1.3', + version: '2.2.0', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }