Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 6e4163f

Browse files
committed
Update documentation
1 parent bd65530 commit 6e4163f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Options:
3636
The 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

4141
docker-compose.yml:
4242
```yml
4343
version: '3.7'
4444
services:
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

0 commit comments

Comments
 (0)