Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@stevector stevector released this 27 Dec 20:34
· 37 commits to master since this release
776deca

The 0.2.0 release is a minor release because it contains functionality enhancements:

  • PR #32 from @stevector adds the param env_create_max_time to avoid timeouts on slow multidev creation.
  • PR #33 from @nullvariable also can address slow multidev creation by adding the terminus_clone_env param to set which environment is used as the source for database and uploaded file cloning. Rather than cloning the entire Live, database the source could be a different multidev where the database has been truncated to some degree.
  • PRs #36 and #38 from @stevector adds the directory_to_push param to allow a repo to use a more complex structure where pantheon.yml is somewhere other than the git root. This feature was added for decoupled applications where backend and frontend codebases will be kept in different subdirectories.

The 0.2.0 tag also contains patch-release level fixes in documentation

  • PR #31 from @stevector corrects the README file to state that the Allow Uncertified Orbs option is needed for any 3rd party orb, including this one.