Skip to content

Releases: golemfactory/dapp-manager

0.3.0

29 Aug 08:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.3.0-alpha.1

28 Aug 14:43
Compare
Choose a tag to compare
0.3.0-alpha.1 Pre-release
Pre-release

0.3.0-alpha.0

28 Aug 12:17
Compare
Choose a tag to compare
0.3.0-alpha.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.0...0.3.0-alpha.0

0.2.0

29 Jun 21:09
Compare
Choose a tag to compare

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

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

22 Jun 10:48
Compare
Choose a tag to compare
0.2.0-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.0-alpha.0...0.2.0-alpha.1

0.2.0-alpha.0

20 Jun 15:45
Compare
Choose a tag to compare
0.2.0-alpha.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.2...0.2.0-alpha.0

0.1.2

13 Jun 09:46
2a0c6ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

05 Apr 07:08
8f10f88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

07 Mar 06:09
Compare
Choose a tag to compare

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.

0.1.0-alpha.2

23 Feb 11:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0a1...0.1.0a2