Releases: fac/sf-deployment-monitoring-action
Releases · fac/sf-deployment-monitoring-action
v2.4.0
What's Changed
- Bump nokogiri from 1.16.2 to 1.16.5 by @dependabot in #11
- Use public ECR registry for pulling Ruby base image by @dgholz in #12
New Contributors
- @dependabot made their first contribution in #11
- @dgholz made their first contribution in #12
Full Changelog: v2.3.1...v2.4.0
v2.3.1
Updates the action so that it gives better feedback when preflights fail.
v2.3.0
v2.2.1
What's Changed
- Regex failing to capture error in deployment pipeline fix by @JoannaMarciniakPro in #6
- Adding SonarCloud badge to README by @dmorgan-fa in #7
New Contributors
- @JoannaMarciniakPro made their first contribution in #6
- @dmorgan-fa made their first contribution in #7
Full Changelog: v2.2.0...v2.2.1
v2.2.0
v2.2.0
ENHANCMENT
- Better reporting when Preflight checks -> Forward check fails
v2.1.0
** ENHANCEMENTS **
- Better slack reporting when pre-flight checks fail
v2.0.0
** BREAKING CHANGE **
Changes:
- The monitoring action now doesn't fail even if the deployment fails. Instead we use outputs to indicate deployment failure.
- If a deployment fails, the monitoring action now attempts to dig out the specific reason for this failure. For example if sidekiq jobs failed to start, we'd get this explanation in the
deployment_failure_reason
output.