Skip to content

Releases: tmshkr/blue-green-beanstalk

Add `minimum_health_color` input

05 Mar 23:25
Compare
Choose a tag to compare
  • 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

04 Jan 22:46
7feb74a
Compare
Choose a tag to compare
  • 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, and wait_for_termination inputs so that the action fails when the environment is unhealthy, unready, or terminating

v4.0.0

01 Jan 23:29
0a5d2ff
Compare
Choose a tag to compare
  • Improves shared load balancer support with the update_listener_rules option
  • The promote input has been renamed to swap_cnames

v3.1

24 Dec 18:49
Compare
Choose a tag to compare
  • Adds termination protection feature
    • New inputs
      • disable_termination_protection
      • enable_termination_protection

See action.yml for more information.

v3.0.0

24 Dec 19:04
66e130e
Compare
Choose a tag to compare
  • Adds new wait_for_deployment and wait_for_termination inputs for greater control of when the action should wait
  • Changes the default value of deploy to be false, so that it must be set to true in order to deploy
  • Adds OptionSettings and TemplateName inputs to the deploy function, so that configuration changes can be made without creating a new environment

v2.1

31 Oct 00:10
Compare
Choose a tag to compare

Action fails when deployment fails.

v2

29 Oct 21:56
Compare
Choose a tag to compare

Adds support for the shared_alb strategy.

v1.1

23 Oct 23:24
Compare
Choose a tag to compare

added wait_for_environment input option

v1

10 Oct 22:22
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/tmshkr/blue-green-beanstalk

init

09 Oct 01:54
Compare
Choose a tag to compare
init Pre-release
Pre-release
v0

Merge branch 'main' of https://github.com/tmshkr/eb-get-target-env