Releases: tmshkr/blue-green-beanstalk
Releases · tmshkr/blue-green-beanstalk
Add `minimum_health_color` input
- Adds
minimum_health_color
input 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
updateTargetGroups
so that unhealthy and unready environments are not set as targets - Reverts behavior of
terminate_unhealthy_environment
,wait_for_environment
, andwait_for_termination
inputs 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_rules
option - The promote input has been renamed to
swap_cnames
v3.1
- Adds termination protection feature
- New inputs
disable_termination_protection
enable_termination_protection
- New inputs
See action.yml for more information.
v3.0.0
- Adds new
wait_for_deployment
andwait_for_termination
inputs for greater control of when the action should wait - Changes the default value of
deploy
to befalse
, so that it must be set totrue
in order to deploy - Adds
OptionSettings
andTemplateName
inputs 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
init
v0 Merge branch 'main' of https://github.com/tmshkr/eb-get-target-env