Skip to content

Releases: github/branch-deploy

v7.2.1

14 Aug 15:00
5e59914
Compare
Choose a tag to compare

v7.2.1

This release fixes a minor edge case where the "post deploy" step could fail if the request for lockData returned null. Thanks to @malancas for finding this bug!

What's Changed

Full Changelog: v7.2.0...v7.2.1

v7.2.0

01 Aug 10:04
d92479f
Compare
Choose a tag to compare

v7.2.0

This release introduces retries for all Octokit requests. This issue was raised in #180 which pointed out that potential latency was causing the Action to fail when it was trying to add a file to a branch that didn't quite exist yet. This release adds significant improvements for resiliency when making requests to the GitHub API through Octokit retries.

Users do not need to do anything when upgrading to this release and retries will be handled for you out of the box.

Enjoy! 🚀

What's Changed


Full Changelog: v7.1.0...v7.2.0

v7.1.0

28 Jul 10:22
b7dee40
Compare
Choose a tag to compare

v7.1.0

This release introduces a new input parameter for this Action:

  • deploy_message_path - The path to a markdown file which is used as a template for custom deployment messages

You can read more about this change under the dedicated documentation for custom deployment messages.

This release will give users of this Action even more flexibility to customize what their projects deployment messages look like! All this can now be done in our familiar friend, markdown and it also comes with nunjucks template rendering support 🚀.

What's Changed

Full Changelog: v7.0.0...v7.1.0

v7.0.0

18 Jul 15:12
6f4c52d
Compare
Choose a tag to compare

v7.0.0

⚠️ Breaking Changes ⚠️

This new major release changes the way that "noop" style commands work. Starting with this release, the .deploy noop command will no longer work and it will be immediately replaced with .noop instead. The core reasoning for this, is so that .noop can become its own standalone command and no longer be a subset of the .deploy command. This will lead to less mistakes, user error, and higher flexibility when customizing this Action for future projects.

What do I need to do?

For most users, you don't need to do anything at all. Simply use .noop (the default) instead of .deploy noop. In fact, if you upgrade to v7.0.0 (this release) and run .deploy noop, you will be presented with a comment containing details about the command to use instead and a link to the deprecation docs

You can always customize the noop_trigger input option to be something else besides .noop (you could do .plan if you're doing Terraform things for example) but the "noop" trigger will never again be a subset of the primary deploy command.

Why was this change made?

Here are some suggested readings to learn more about why this change was made if you are curious to learn more:

What's Changed

Full Changelog: v6.1.0...v7.0.0

v6.1.0

11 Jul 12:43
67389b4
Compare
Choose a tag to compare

v6.1.0

This release introduces a new input option from @szymonpk's suggestion #163.

This input option is called draft_permitted_targets and allows for users to designate certain environments that can be deployed to via a pull request in a "draft" state. By default, no environments can be deployed to from draft PRs but this option may be configured if you or your organization has a special use case where you would like to deploy a draft pull request.

More details about this change can be found here -> #166

What's Changed

Full Changelog: v6.0.1...v6.1.0

v6.0.1

30 Jun 04:18
1965d68
Compare
Choose a tag to compare

v6.0.1

Updates internal node dependencies

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

11 Jun 02:26
c16e98a
Compare
Choose a tag to compare

v6.0.0

This is a new major release which implements two new large features:

  • Parameter Support via #146
  • Auto-Release Deployment Locks via #150
  • "Sticky" lock fixes via #158
  • Added maintain role to deployment permissions as it was missing via #157
  • Added a new permissions input option via #161
  • Added a new actor output via #161

⚠️ It should be noted that this release comes with potentially breaking changes as the prefix_only input has been removed. For reading about why this feature has been removed, please read the pull request description where this change was made here

What's Changed


New Contributors

Full Changelog: v5.2.2...v6.0.0

v5.2.2

01 May 10:44
8dd55bf
Compare
Choose a tag to compare

v5.2.2

This pull request updates the commit message of locks to prevent unnecessary CI triggers

What's Changed

Full Changelog: v5.2.1...v5.2.2

v5.2.1

22 Apr 14:19
81e7aa0
Compare
Choose a tag to compare

v5.2.1

This release fixes a bug identified by @dmccaffery. If a repository had no CI checks defined and and PR was approved, then no conditions would be met and branch-deploy would not continue.

Additional Changes:

  • Updating Actions workflows
  • Updating all node packages

What's Changed

Full Changelog: v5.2.0...v5.2.1

v5.2.0

28 Mar 11:08
af92ebe
Compare
Choose a tag to compare

v5.2.0

What's Changed

Full Changelog: v5.1.1...v5.2.0