What's Changed
- switch to compose based apps by @tigerinus in #32
- forward port fixes in v0.4.2-1 to v0.4.3 by @tigerinus in #49
- add initial v2 appstore support by @tigerinus in #50
- add logic to include
store_app_id
when installing for clone and upgrade scenarios by @tigerinus in #51 - add compose app status to
/v2/compose
and/v2/compose/:id
by @tigerinus in #52 - add internal API for web use by @tigerinus in #53
- add
hostname
property toContainerStoreInfo
by @tigerinus in #54 - include version and architectures as part of appfile2compose by @tigerinus in #55
- add
scheme
toContainerStoreInfo
by @tigerinus in #56 - replace deprecated mem_reservation with recommended property. by @tigerinus in #57
- add
upgradable
toComposeAppWithStoreInfo
by @tigerinus in #59 - fix issue that docker compose properties being a
[]
(empty list) not recognized by @tigerinus in #60 - Update openapi.yaml by @zhanghengxin in #61
- use
/bin/sh
instead of/bin/bash
for container terminal access by @tigerinus in #62 - fixes few issues with appstore and appgrid by @tigerinus in #63
- ✨: add openapi. by @zhanghengxin in #64
- fix potential nil reference when getting
composeApp.StoreInfo()
inComposeAppStoreInfoList(...)
by @tigerinus in #65 - add YAML validation for compose app install and setting update by @tigerinus in #66
- add logic to set compose app status:
start
,stop
,restart
by @tigerinus in #67 - fix nil reference crash when getting installation state of apps listed in appstore by @tigerinus in #68
- Keep versions consistent by @zhanghengxin in #69
- add API for updating a compose app by @tigerinus in #70
Full Changelog: v0.4.2...v0.4.3