Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency lullabot/drainpipe to v1.3.1 #425

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lullabot/drainpipe * -> 1.3.1 age adoption passing confidence

Release Notes

Lullabot/drainpipe (lullabot/drainpipe)

v1.3.1

Compare Source

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Compare Source

What's Changed

.env and .env.defaults support

by @​justafish @​larsdesigns @​hawkeyetwolf

Drainpipe will add .env file support for managing environment variables.
This consists of:

  • Creation of a .env and .env.defaults file
  • Default Taskfile.yml contains dotenv support
    note: real environment variables will override these
  • Drupal integration via vlucas/phpdotenv
    To enable this, add the following to your composer.json:
    "autoload-dev":
    {
    "files": [
    "vendor/lullabot/drainpipe/scaffold/env/dotenv.php"
    ]
    },
    You will need to restart DDEV if you make any changes to .env or .env.defaults
Composer Lock Diff Support for GitHub Actions

by @​justafish

Updates Pull/Merge Request descriptions with a markdown table of any changes detected
in composer.lock using composer-lock-diff.

"extra": {
    "drainpipe": {
        "github": ["ComposerLockDiff"]
    }
}
Pantheon / GitHub Actions Integration Fixes
Miscellaneous

New Contributors

Full Changelog: v1.2.16...v1.3.0

v1.2.16

Compare Source

What's Changed

Full Changelog: v1.2.15...v1.2.16

v1.2.15

Compare Source

  • Updates DDEV to 1.19.3 in GitHub Actions
  • Adds a "yes" flag when cloning Pantheon environments in GitHub Actions
  • Fixes an issue with installing libnss3-tools in GitHub Actions
  • Enables the composer cache directory for DDEV in GitHub Actions

v1.2.14

Compare Source

Upgrades to Terminus 3 to support PHP8

v1.2.13

Compare Source

  • Issue #​98: Fix GitHub shared helpers
    Fixes common GitHub actions not being pulled in when no specific packages are selected in composer.json

v1.2.12

Compare Source

Mark GitHub Deployments as inactive and delete associated environments once PRs have been closed #​92

v1.2.11

Compare Source

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

v1.2.10

Compare Source

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

v1.2.9

Compare Source

GitHub Actions

  • Allow DDEV version to be customised #​85
    This also disables the composer cache unhttps://github.com/drud/ddev/pull/36973697 is released as this command is breaking setups which are using existing environment variables

v1.2.8

Compare Source

  • 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 wohttps://github.com/drud/ddev/issues/3686ues/3686

v1.2.7

Compare Source

Pantheon Clone Environment

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

v1.2.6

Compare Source

  • Removes the environment wipe before cloning Pantheon environments
  • Removes --size-only and --checksum from the rsync job for cloning Pantheon environments

v1.2.5

Compare Source

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

Compare Source

Adds composer cache functionality to DDEV based GitHub Actions

v1.2.3

Compare Source

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

Compare Source

Cleans up stale Multidev environments on Pantheon when using GitHub Actions

v1.2.1

Compare Source

Fixes paths used to run task and drupal in the GitHub Actions for Pantheon review apps

v1.2.0: Adds support for Pantheon review apps with GitHub Actions

Compare Source

This can be enabled by adding the following to composer.json:

"extra": {
    "drainpipe": {
        "github": ["PantheonReviewApps"]
    }
}

See:
https://github.com/Lullabot/lullabot.com-d8/pull/1804
https://github.com/Lullabot/drainpipe#pantheon-1

v1.1.2

Compare Source

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Compare Source

Allows the directories used for db import and export to be configurable with DB_DIR e.g.

cmds:
  - task: drupal:export-db
     vars: {DB_DIR: "/var/www/html/files/private"}

v1.1.0: Adds support for syncing databases from Pantheon and importing them

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot had a problem deploying to pantheon-pr-425 February 16, 2024 18:40 Failure
@justafish justafish closed this Feb 19, 2024
@justafish justafish deleted the renovate/lullabot-drainpipe-1.x branch February 19, 2024 13:49
Copy link
Contributor Author

renovate bot commented Feb 19, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.3.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant