Skip to content

v1.4.0

Compare
Choose a tag to compare
@lmakarov lmakarov released this 13 Sep 18:11
· 127 commits to master since this release
72a2b95
  • Fixed a regression with SECRET variables. Fixes #27
  • Use flat sub-domains (e.g. branch-project.example.com) for sandboxes
    • This allows using a single wildcard cert for the entire sandbox server
  • Update docker and docker-compose versions
    • docker 18.06.0
    • docker-compose 1.21.0
    • Installing docker-compose via pip, since the old way (installing glibc libraries) now fails
  • Use https for sandbox URLs in build-notify
  • Added BUILD_DIR build variable (see docs)
  • Added REMOTE_CODEBASE_METHOD variable (see docs)
    • Codebase can not be synced with rsync from agent to server in addition to the default git checkout method run on the server