Skip to content

Releases: cpg1111/maestro

v0.3.6 Release

21 May 21:38
Compare
Choose a tag to compare

Release for code refactoring

v0.3.5 Release

20 Jan 21:18
Compare
Choose a tag to compare

Bug Fixes

  • Handle 0'd out Github commit hashes as default branch's HEAD commit
  • Thorough test coverage

Features

  • Save last sucess' current commit
  • use previous success' current commit as previous commit
  • load configs off of S3
  • load configs off of Google Cloud Storage

v0.3.4 Update

28 Oct 15:36
Compare
Choose a tag to compare

Bug Fixes

  • State communication between maestro and maestrod fixed
  • Maestrod endpoint is configurable

v0.3.3 Update

25 Oct 18:53
Compare
Choose a tag to compare

Bug Fixes

  • Simplified statecom for maestrod

v0.3.2 Update

21 Sep 02:20
Compare
Choose a tag to compare

Features

  • Communication of state between maestro and maestrod

Bug Fixes

  • When a service fails, siblings will continue
  • Support for a service that builds from the root of its repo

v0.3.1 Update

06 Sep 20:14
Compare
Choose a tag to compare

Features

  • Gracefully handle bad or empty commands for services

v0.3.0 Update

02 Aug 20:22
Compare
Choose a tag to compare

Features

  • Upgrade libgit2 to v0.24.1

Bug Fixes

  • Clone in main thread to fix cloning race condition

v0.2.4

22 Jul 21:25
Compare
Choose a tag to compare

Bug Fixes

  • Fix build commands exiting early

v0.2.3 Release

22 Jul 18:13
Compare
Choose a tag to compare

Features

  • Allow multiple commands for each phase of a service's lifecycle

v0.2.2 Update

21 Jul 19:47
Compare
Choose a tag to compare

Features

  • Export Environment Variables from config

Bug Fixes

  • Better handling around bash -c commands