feat(web-appstore): add an App Store view for quick service deployment from curated templates

This commit is contained in:
2026-03-18 02:37:39 +00:00
parent acbf448c6f
commit 2faa416895
10 changed files with 309 additions and 10 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-18 - 1.22.0 - feat(web-appstore)
add an App Store view for quick service deployment from curated templates
- adds a new App Store tab to the web UI with curated Docker app templates
- passes selected app templates through UI state into the services view for quick deployment
- supports quick deploy creation with prefilled image, port, environment variables, and optional platform service flags
- updates @serve.zone/catalog to ^2.8.0 to support the new app store view
## 2026-03-18 - 1.21.0 - feat(opsserver)
add container workspace API and backend execution environment for services