Releases: tmshkr/blue-green-beanstalk
Releases · tmshkr/blue-green-beanstalk
v5.0.0
Add `minimum_health_color` input
- Adds
minimum_health_colorinput in order to specify which health color (Green, Yellow, Red, or Grey) should be the minimum to consider a target environment healthy.
v4.0.1
- Improves logging output
- Filters environments in
updateTargetGroupsso that unhealthy and unready environments are not set as targets - Reverts behavior of
terminate_unhealthy_environment,wait_for_environment, andwait_for_terminationinputs so that the action fails when the environment is unhealthy, unready, or terminating
v4.0.0
- Improves shared load balancer support with the
update_listener_rulesoption - The promote input has been renamed to
swap_cnames
v3.1
- Adds termination protection feature
- New inputs
disable_termination_protectionenable_termination_protection
- New inputs
See action.yml for more information.
v3.0.0
- Adds new
wait_for_deploymentandwait_for_terminationinputs for greater control of when the action should wait - Changes the default value of
deployto befalse, so that it must be set totruein order to deploy - Adds
OptionSettingsandTemplateNameinputs to the deploy function, so that configuration changes can be made without creating a new environment
v2.1
Action fails when deployment fails.
v2
Adds support for the shared_alb strategy.
v1.1
added wait_for_environment input option
v1
Merge branch 'main' of https://github.com/tmshkr/blue-green-beanstalk