Skip to content

v1.4.0

Compare
Choose a tag to compare
@takahi-i takahi-i released this 21 Jun 06:43
· 92 commits to master since this release

This release contains following features and improvements.

  • New features
    • Add BaseUrl to support GitHub Enterprise #149
    • Implementation wait_for #142
    • Combine stdout and stderr #150
    • Add report flag each stage #155
  • Bug fixes
    • Update godeps.json to include missing dependencies #141
    • Add BaseStage.SetReturnValue() to set return value #144
    • Avoid closing nil body. #147
    • Replace OAuth libaries from deprecated one to fix a build error #148
    • Use bufio.Reader instead of bufio.Scanner #154
    • Fix bug not to skip in parallel stages #159
  • Misc improvements
    • Replace recruit-tech with walter-cd #143
    • Set start and end time to each stage #145
    • Set TargetUrl to show the link to walter-server result page #146
    • Fix typo in README.md #151
    • Added the description and test case on square bracket in only_if #157