//changelog · features, fixes, improvements

what's new.

Every release, every fix. Keep up with what's shipping in the PullPreview action.

· 1 min read

v6.2.0

0cfcc4498d10ede30f563e80390d1f14ecded0c1 Bump version to 6.2.0 1a430d2e1ac798ad0a799ad0edf779e263ae557c Update workflows to latest actions ef90f88cc28c383c8bbc959ff84b6e0e268d5184 Scope workflow…

· 1 min read

v6.1.1

Remove push trigger from pullpreview workflows and examples by @crohr in https://github.com/pullpreview/action/pull/124 Full Changelog: https://github.com/pullpreview/action/compare/v6.1.0...v6.1.1

· 2 min read

v6.0.0

Complete rewrite from Ruby/Docker to Go — PullPreview now ships as a native binary in a composite action. No more Docker container overhead. - Removed GitHub Deployments/Environments integration —…

· 1 min read

v5.7.0

feat: spinup preview environment on open/reopen by @Alanoll in https://github.com/pullpreview/action/pull/86 Allow custom pre-script to be run by @crohr in…

· 1 min read

v5.6.1

Updated action name in marketplace.

· 1 min read

v5.6.0

Clear outdated environments by @crohr in https://github.com/pullpreview/action/pull/63 Upgrade octokit by @crohr in https://github.com/pullpreview/action/pull/64 Fix environment deletion not…

· 1 min read

v5.5.0

Infer admins from repo collaborators with push permission by @crohr in https://github.com/pullpreview/action/pull/61 Full Changelog: https://github.com/pullpreview/action/compare/v5.4.0...v5.5.0

· 1 min read

v5.4.0

Do not use separate tmpfs for /tmp by @crohr in https://github.com/pullpreview/action/pull/54 Use docker v2 --wait option by @leightjohnson93 in https://github.com/pullpreview/action/pull/56…

· 1 min read

v5.3.0

Switch to Amazon Linux 2023 to fix issue with outdated OpenSSH server by @crohr in https://github.com/pullpreview/action/pull/52 Full Changelog:…

· 1 min read

v5.2.4

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

· 1 min read

v5.2.1

Fix deletion of instance when using deployment variants Allow to pass label as input Fix status messages when multi envs

· 1 min read

v5.2.0

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…

· 1 min read

v5.1.6

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

· 1 min read

v4

Breaking changes: Pull requests that have the pullpreview label must now be mergeable with the base branch, otherwise the action will not run. This allows to react to the synchronize GitHub Action…

· 1 min read

v3

Adds support for Deployment status on GitHub + LICENSE.

· 1 min read

v2

This release offers an action to trigger preview environments for applications providing a docker-compose file Features: To create a preview environment, add the pullpreview label to a Pull…

· 1 min read

v1

Features: spins new preview environment on AWS for pull requests labeled with pullpreview. update the preview environment on each push.