This repository was archived by the owner on May 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.0] - 2019-12-19
8+ - Added functionality to suspend cluster-autoscaler
9+
710## [ 0.1.1] - 2019-12-13
811### Fixed
912- Fixed variable assignment before use
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ Options:
3636The tool also accepts environment variables with the prefix ` EKS_NODE_ROLLOUT_* ` e.g. ` EKS_NODE_ROLLOUT_ASG_NAME ` .
3737
3838## Docker Image
39- This tool is available as a Docker image: ` cmdlabs/eks-node-rollout:0.1.1 `
39+ This tool is available as a Docker image: ` cmdlabs/eks-node-rollout:0.2.0 `
4040
4141docker-compose.yml:
4242``` yml
4343version : ' 3.7'
4444services :
4545 eks-node-rollout :
46- image : cmdlabs/eks-node-rollout:0.1.1
46+ image : cmdlabs/eks-node-rollout:0.2.0
4747 env_file : .env
4848 volumes :
4949 - ~/.kube:/root/.kube
You can’t perform that action at this time.
0 commit comments