Below you will find pages that utilize the taxonomy term “tmshkr”
March 6, 2024
Blue/Green Beanstalk
Version updated for tmshkr/blue-green-beanstalk to version v4.1.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 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.
January 5, 2024
Blue/Green Beanstalk
Version updated for tmshkr/blue-green-beanstalk to version v4.0.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 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
January 2, 2024
Blue/Green Beanstalk
Version updated for tmshkr/blue-green-beanstalk to version v4.0.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Improves shared load balancer support with the update_listener_rules option Action will now exit early with a non-error code when when the target environment is unhealthy and terminate_unhealthy_environment is set to false, the target environment is not ready and wait_for_environment is set to false, or the target environment is terminating and wait_for_termination is set to false The promote input has been renamed to swap_cnames
December 24, 2023
Blue/Green Beanstalk
Version updated for tmshkr/blue-green-beanstalk to version v3.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Adds termination protection feature New inputs disable_termination_protection enable_termination_protection See action.yml for more information.
December 8, 2023
Blue/Green Beanstalk
Version updated for tmshkr/blue-green-beanstalk to version v3.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Adds new wait_for_deployment and wait_for_termination inputs for greater control of when the action should wait Adds prep input, which is helpful for preparing the environment before deploying in a later step 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
October 31, 2023
Blue/Green Beanstalk
Version updated for tmshkr/blue-green-beanstalk to version v2.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Cancels action when environment fails to launch.
October 30, 2023
Blue/Green Beanstalk
Version updated for tmshkr/blue-green-beanstalk to version v2.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Adds support for the shared_alb strategy.
October 24, 2023
Blue/Green Beanstalk
Version updated for tmshkr/blue-green-beanstalk to version v1.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes added wait_for_environment input option