Releases: amrfarid140/bitrise-step-microsoft-teams-integration
Releases · amrfarid140/bitrise-step-microsoft-teams-integration
2.1.1
2.1.0
2.0.0
- [#14] Added ability to declare custom
MessageCard
actions via JSON string - [#17] Bumped step to use Go 1.16
- [#18] Added additional Go test steps to
step.yml
- [#19] Fix
MessageCard
ActivityImage
input- now correctly displays an image if image URL declared in step input
- [#20] BREAKING: Step now uses "yes|no" values for inputs that were previously
bool
values
1.2.2
- Clean up Gopkg.* files, no longer required since migrating to Go Modules
- Remove deprecated bitrise-tools dependency in favour of bitrise-io
- Removed unnecessary Go brew deps from
step.yml
- Only go toolkit is required
1.2.1
- Fix summaries for each step input
1.2.0
- MessageCard customisation
- ability to override each text field within the card
- defaults to Bitrise environment variables if custom values not set
- Migration to Go Modules
- Unit tests and GitHub Actions CI checks
1.1.0
- Added new user input to override
$GIT_REPOSITORY_URL
for SSH Bitrise projects.
1.0.2
- Fixes non-existent URI action buttons
1.0.1
- Increased Version to 1.0.1
- Support for Action Cards
- Links to build URL and Repo URL for the build
1.0.0
Initial Release