Skip to content

Releases: Lullabot/drainpipe

v1.2.11

23 Mar 15:28
a2fbce5
Compare
Choose a tag to compare

Support {{ .site }} variable for the drupal import and export db commands

v1.2.10

16 Mar 15:33
6e5c151
Compare
Choose a tag to compare

Fixes #87
Unquoted variable in PantheonReviewApps.gitlab-ci.yml causes failure on Pantheon Multidev cleanup

v1.2.9

14 Mar 13:57
531ef9d
Compare
Choose a tag to compare

GitHub Actions

  • Allow DDEV version to be customised #85
    This also disables the composer cache until ddev/ddev#3697 is released as this command is breaking setups which are using existing environment variables

v1.2.8

11 Mar 01:16
ab2371b
Compare
Choose a tag to compare
  • Pin DDEV to a specific version #84
    DDEV's releases are built after a new release tag is made, so there will be a period of time each time a release is made that the install script
    doesn't work. See ddev/ddev#3686

v1.2.7

11 Mar 00:32
0fef351
Compare
Choose a tag to compare

Pantheon Clone Environment

  • Run terminus backup:create before importing to a new site #83

v1.2.6

10 Mar 19:27
f2701f9
Compare
Choose a tag to compare
  • Removes the environment wipe before cloning Pantheon environments
  • Removes --size-only and --checksum from the rsync job for cloning Pantheon environments

v1.2.5

25 Feb 23:28
baf9dc8
Compare
Choose a tag to compare

Pantheon GitHub Actions:

Add a Clone Environment command
Removes site-id from action inputs as this can be obtained from the site name via Terminus

v1.2.4

22 Feb 13:30
55979b2
Compare
Choose a tag to compare

Adds composer cache functionality to DDEV based GitHub Actions

v1.2.3

17 Feb 15:54
3ce7d45
Compare
Choose a tag to compare

Adds new Pantheon GitHub Actions:

  • Push code to a site
  • Update or install a site
  • Ability to lock review app environments
  • Adds an example of which GITHUB_TOKEN permissions to use for a review app workflow run by dependabot

v1.2.2

08 Feb 17:58
efd4bf3
Compare
Choose a tag to compare

Cleans up stale Multidev environments on Pantheon when using GitHub Actions