Releases: toko-bifrost/ms-teams-deploy-card
Releases · toko-bifrost/ms-teams-deploy-card
3.1.2
Added action-related configs:
enable-view-status
enable-review-diffs
view-status-action-text
review-diffs-action-text
custom-actions
3.1.1
- Fixed missed out condition on
show-on-failure
3.1.0
Bumping to a new minor version, because new settings were added
- Added
custom-facts
, to add more facts alongside the existing facts in the notification card. Only forcomplete
layout. - Added
show-on-failure
, to optionally show the notification card upon failure only.
Refer to Known Issues
for more info.
3.0.2
- Update Environment condition on cozy and compact layouts
- Make author conditional on activitySubtitle; Some author and committer are not associated with a Github user
3.0.1
Fix cosmetic error on empty "Environment"; Upgrade deps
3.0.0
Added features
- Add 3 card layouts, i.e.
complete
,cozy
,compact
- Add separate card layout for both the start (
card-layout-start
) and exit (card-layout-exit
) of the workflow job - Add option to turn-off either the start (
show-on-start
) or exit (show-on-exit
) card - Theme color on cards based on the last step's status
- Replace null avatar image with the official Octocat logo
- Add elapsed time for the entire workflow job, placed right beside the exit status
- Add an optional
environment
name; this will not display on the card if none is provided - Make
include-files
andallowed-file-len
only applicable tocomplete
layout
Removed features (not necessarily a breaking change)
deploy-title
, as it served no use from the prior releases
2.1.2
- Bug fix on
allowed-file-len
issue - Update possible values for the
github-token
param - Add sample screenshot
- Add card info logs on workflow run completion
- Update information displayed on the deploy card
2.1.1
- Add
Known Issues
section - Fix
files changed
part to display "No changes" when there are no files changed in one commit.
2.1.0
With event type, markdown update, and upgraded dependencies
2.0.0
Note: Refrain from using the version 1.0.0, as it was not working yet and was prematurely git-tagged. Use this version instead.