Pullpreview Action Versions Save

A GitHub Action that starts preview deployments for your pull requests and branches. It can work with any application that has a valid Docker Compose file.

v5.6.1

3 months ago
  • Updated action name in marketplace.

v5.6.0

4 months ago

What's Changed

Full Changelog: https://github.com/pullpreview/action/compare/v5.5.0...v5.6.0

v5.5.0

6 months ago

What's Changed

Full Changelog: https://github.com/pullpreview/action/compare/v5.4.0...v5.5.0

v5.4.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pullpreview/action/compare/v5.3.0...v5.4.0

v5.3.0

10 months ago

What's Changed

Full Changelog: https://github.com/pullpreview/action/compare/v2.5.5...v5.3.0

v5.2.4

11 months ago

Fix issue with SSH connection to AWS AMIs due to older openssh version

v5.2.1

1 year ago
  • Fix deletion of instance when using deployment variants
  • Allow to pass label as input
  • Fix status messages when multi envs
  • Ignore errors when removing absent labels
  • Additional workflow for testing multi envs

v5.2.0

1 year ago

This release brings support for launching multiple deployments per pull request. See https://github.com/pullpreview/action/wiki/Deploying-multiple-preview-environments-per-pull-request for more details.

As always please reference the main branch (pullpreview/action@v5) in your workflows, instead of a specific tag.

v5.1.6

1 year ago

v5 is now tracked in a proper branch instead of a tag. Patch-level tags will be created for every change.

v5

3 years ago
  • Add support for custom DNS.
  • Switch to human-readable subdomains that include the PR title inside.
  • Add the pr_number to the instance tags.