Skip to content

Releases: npm/action-deploy

v2.6.0

09 Jul 14:14
a32db49
Compare
Choose a tag to compare

What's Changed

  • fix dependabot alerts by @jpg619 in #57
  • deps: upgrading @actions/github to 6.0.0 by @shmam in #65

New Contributors

Full Changelog: v2.4.0...v2.6.0

v2.0.0

22 Mar 14:37
a32db49
Compare
Choose a tag to compare
  • Adds support for a deployment confidence dashboard URL to be provided whenever deploying

v2.4.0

22 Dec 10:36
803b4eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

21 Dec 18:38
17d89c3
Compare
Choose a tag to compare
Fix action.yaml with missing input variable (#46)

* Fix action.yaml with missing input variable

This commit fixes the action.yaml with the missing input variable to
surpress the warning we were seeing when running the action

* Add ability to specify the deployment sha

If this workflow isn't being ran from the current branch (which is the
case when you have a workflow being triggered by chatops), we need to be
able to specify the current commit this workflow should report.

v2.2.0

21 Dec 17:01
1830167
Compare
Choose a tag to compare
Don't mutate a deployment if created by another workflow (#39)

This commit adds the ability to still communicate via Slack that a
deployment went through without actually having this workflow
manage the deployment logic itself.

v2.1.7

22 Mar 11:04
5a34527
Compare
Choose a tag to compare
  • Allows for a deployment confidence dashboard URL to be passed

v2.1.3

16 Nov 19:09
755c8aa
Compare
Choose a tag to compare
  • update dependencies with security fixes

v2.1.2

31 Aug 16:15
44ac39c
Compare
Choose a tag to compare

Fix:

  • Long and multiline commit messages break formatting

v2.1.1

29 Aug 10:14
f0ff0bb
Compare
Choose a tag to compare

Feature

  • Add commit diff to the slack notification

v2.1.0

29 Aug 10:15
Compare
Choose a tag to compare

Feature:

  • Add slack integration to post deployment completion messages