Skip to content

Releases: golemfactory/goth

v0.5.0

29 Jun 12:43
faa09f0
Compare
Choose a tag to compare

Breaking changes

  • removed ProviderLogMixin, provider log assertions have been moved to yagna repo tests #514

v0.4.0

01 Jun 15:50
b3155a3
Compare
Choose a tag to compare

Breaking changes

  • changed regex used for waiting on yagna REST API to come online (compatible with yagna 0.7+) #508

v0.3.2

27 May 12:45
b0c2ed8
Compare
Choose a tag to compare

Features

  • pinned specific revision of debian Docker image to be used as base in default Dockerfiles c31288e

v0.3.1

25 May 15:12
86664fa
Compare
Choose a tag to compare

Features

  • enabled setting environment variables through goth-config.yml #505
  • added generic wait_for_log step to provider probe #434

v0.3.0

17 May 14:28
11becd8
Compare
Choose a tag to compare

Breaking changes

  • removed yagna integration tests from the repo #503

Features

  • added poe job for running goth interactive mode bde7d5f

Other changes

  • updated GETH_ADDR env variable in yagna nodes started by goth #504

v0.2.4

28 Apr 18:19
9be7631
Compare
Choose a tag to compare

Features

  • added optional extra_monitors parameter to Runner#check_assertion_errors #495
  • added the --unstable option to release downloader script #500

Bugfixes

  • fixed reporting of assertion success and failure in EventMonitor #495

Other changes

  • changed the yagna Docker image builder to use stable releases by default #500

v0.2.3

19 Apr 15:13
b88d4af
Compare
Choose a tag to compare

Changelog:

  • added CHANGELOG.md and CONTRIBUTING.md files #487
  • updated default goth assets #490

v0.2.2

15 Apr 21:17
b320650
Compare
Choose a tag to compare

Changelog:

  • enabled overriding values when parsing goth-config.yml file (#489)

v0.2.1

14 Apr 15:08
bed75ea
Compare
Choose a tag to compare

Changelog:

  • added yagna payment driver CLI integration test (#453, #479)
  • added Actions workflow step which makes sure Docker network gets cleaned up properly (#481)
  • resolved issues with running external commands as part of a goth test (#485)
  • fixed receiving proposals from providers in yagna 0.6.4-rc3 and up (#486)

v0.2.0

09 Apr 15:58
09da7f3
Compare
Choose a tag to compare

Changelog:

  • added optional, explicit name field to Assertion (#469)
  • updated GitHub assets downloaders to use ghapi (#455), thanks @pradeepbbl!
  • fixed mitmproxy thread not being stopped properly (#476)
  • added colours to various log messages from goth (#478)
  • added Docker cleanup step to GitHub Actions test workflow (#475)