Releases: cpg1111/maestro
Releases · cpg1111/maestro
v0.3.6 Release
v0.3.5 Release
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
Bug Fixes
- State communication between maestro and maestrod fixed
- Maestrod endpoint is configurable
v0.3.3 Update
Bug Fixes
- Simplified statecom for maestrod
v0.3.2 Update
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
Features
- Gracefully handle bad or empty commands for services
v0.3.0 Update
Features
- Upgrade libgit2 to v0.24.1
Bug Fixes
- Clone in main thread to fix cloning race condition
v0.2.4
v0.2.3 Release
Features
- Allow multiple commands for each phase of a service's lifecycle
v0.2.2 Update
Features
- Export Environment Variables from config
Bug Fixes
- Better handling around
bash -c
commands