Skip to content

Releases: github/branch-deploy

v11.0.0

07 Oct 22:05
48285b1
Compare
Choose a tag to compare
v11.0.0 Pre-release
Pre-release

What's Changed

📖 TL;DR: Internal node package updates, updated to node24, converted the project to ES modules

🚨 Breaking change notice: The vast majority of users should be able to seamlessly upgrade to v11 without needing to make any changes at all. This is mainly just a major version release to accomodate for the fact that branch-deploy is moving to a default runtime of node24 which requires up-to-date Actions runner versions. Additionally, a lot of internal dependencies were updated and the entire project was migrated from CommonJS to ES modules. Out of caution, I have opted to published this release as a major version change.

Full Changelog: v10.4.3...v11.0.0

v10.4.3

22 Jul 23:11
c9fcc36
Compare
Choose a tag to compare

What's Changed

  • Fix typo from occured to occurred by @BaseMax in #393
  • Bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group by @dependabot[bot] in #394
  • Bump GrantBirki/json-yaml-validate from 3.3.0 to 3.3.2 in the github-actions group by @dependabot[bot] in #398
  • Add Missing Languages to CodeQL Advanced Configuration by @KyFaSt in #400
  • Unlock on Merge - Minor Improvements by @GrantBirki in #404
  • Bump the npm-dependencies group across 1 directory with 7 updates by @dependabot[bot] in #399

New Contributors

Full Changelog: v10.4.2...v10.4.3

v10.4.2

12 May 06:19
e837cad
Compare
Choose a tag to compare

What's Changed

This release contains some minor cleanup and internal code improvements and guard rails. It should be safe to upgrade for all users of this Action without any changes needed.

New Contributors

Full Changelog: v10.4.1...v10.4.2

v10.4.1

26 Mar 20:53
1c8e9e5
Compare
Choose a tag to compare

What's Changed

  • bug: handle edge cases where the committer object is missing a login attribute by @GrantBirki in #380

Full Changelog: v10...v10.4.1

v10.4.0

14 Mar 04:59
ae6decb
Compare
Choose a tag to compare

What's Changed

This release introduces a new feature/input called deployment_confirmation. This option is rooted in security/safety that gives deployers one last "safety check" to approve/deny a deployment before it starts. See the full documentation about this feature to learn more. Original issue: #373

Full Changelog: v10.3.1...v10.4.0

v10.3.1

19 Feb 06:42
64ae7da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.3.0...v10.3.1

v10.3.0

29 Jan 01:10
5c9bf86
Compare
Choose a tag to compare

What's Changed

  • bug: checks input option is not respecting required checks in the pending state by @GrantBirki in #363
  • Update docs (and bump release) by @GrantBirki in #364

Full Changelog: v10.2.0...v10.3.0

v10.2.0

22 Jan 21:55
c8417fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.1.0...v10.2.0

v10.1.0

21 Jan 06:16
6caef4f
Compare
Choose a tag to compare

What's Changed

This release adds new attributes to the payload which gets sent to GitHub's deployment API. These attributes can be used by subsequent systems that might read, parse, or interact with the deployments that this Action creates.

For nearly all users (including users that interact with the payload attribute), this new version should be a seamless upgrade. Enjoy!

Full Changelog: v10.0.2...v10.1.0

v10.0.2

14 Jan 07:23
ea8c5e0
Compare
Choose a tag to compare

What's Changed

No major changes with this release, just dependency updates 📦

Full Changelog: v10.0.1...v10.0.2