Releases: golemfactory/dapp-manager
0.3.0
0.3.0-alpha.1
Full Changelog: 0.3.0-alpha.0...0.3.0-alpha.1
0.3.0-alpha.0
What's Changed
- 0.2 to main by @shadeofblue in #111
- suspend + resume support by @shadeofblue in #112
Full Changelog: 0.2.0...0.3.0-alpha.0
0.2.0
Changelog
Dapp-manager has been extended to support and utilize the new dapp-runner
features, namely, the GAOM API and the manifest verification.
As a result, the manager itself received a shiny new feature - the dapp-manager inspect
command which presents the GAOM data in a human-readable form. To use the inspect
command, the apps have to be launched with the API enabled (--api-port NNNN
flag must be supplied), e.g.:
dapp-manager start --config sample_config.yml --api-port 8888 dapp-store/apps/webapp.yaml
and subsequently, the inspect command can be invoked the following way:
dapp-manager inspect <app-id>
New features
- arguments to enable the GAOM API by @shadeofblue in #103
- initial implementation of
dapp-manager inspect
by @shadeofblue in #104
Fixes and updates
- remove the ending newline in the
dapp-manager read
output by @shadeofblue in #99 - add support for dapp-runner's
--skip-manifest-validation
flag by @shadeofblue in #102
Full Changelog: 0.1.2...0.2.0
0.2.0-alpha.1
What's Changed
- fix GAOM api support by @shadeofblue in #107
Full Changelog: 0.2.0-alpha.0...0.2.0-alpha.1
0.2.0-alpha.0
What's Changed
- 0.1 to main by @shadeofblue in #89
- 0.1 to main by @shadeofblue in #90
- remove the ending newline in the
dapp-manager read
output by @shadeofblue in #99 - 0.1.1 to main by @lucekdudek in #101
- add support for dapp-runner's
--skip-manifest-validation
flag by @shadeofblue in #102 - initial implementation of
inspect
by @shadeofblue in #104 - arguments to enable the GAOM API by @shadeofblue in #103
- 0.1 to master by @shadeofblue in #106
Full Changelog: 0.1.2...0.2.0-alpha.0
0.1.2
0.1.1
0.1.0
Golem dApp Manager 0.1.0
We're proud to present you the first release of dapp-manager
, accompanying a similarly initial release of dapp-runner
.
dapp-manager
is a purposefully minimalistic manager for decentralized applications running on Golem. It works together with the dapp-runner. While the responsibility of the latter is to run a single Golem application, dapp-manager takes care of spawning, interacting with, and stopping the running instances of the dapp-runner.
For a full introduction to dapp-manager
, please have a look at the README file and at our documentation.