From 38f5fb57e94112fdf11bb870751dd78e302ee1ae Mon Sep 17 00:00:00 2001 From: Shai Moria Date: Mon, 1 Mar 2021 13:28:43 +0200 Subject: [PATCH] feat: update readme for release & add changelog file (#94) * fix: update readme * fix: add changelog file Co-authored-by: shaimoria --- CHANGELOG.md | 10 ++++++++++ README.md | 7 +------ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2fb6619f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## 1.0.0 (March 1, 2021) + + * Initial release + +FEATURES: + +* **HA Setup**: multiple nodes, each with multiple replicas +* **AZ/Rack aware**: HA node distribution able to use multiple availability zones +* **Auto-recovery**: Automatic recovery from multiple failure scenarios +* **Rolling updates**: Enables to update redis pod settings gracefully diff --git a/README.md b/README.md index f74dbe72..90ca462e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ # PayU Redis Operator -Kubernetes operator that creates and manages Redis HA clustered databases - [Redis docs](https://redislabs.com/redis-enterprise/technology/redis-enterprise-cluster-architecture/). - -## Project status: Alpha - -The basic features have been completed, and while no breaking API changes are currently planned, the API can change in a backwards incompatible way before the project is declared stable and more features are expected for the stable version - +Kubernetes operator that creates and manages Redis HA clustered databases - [Redis docs](https://redislabs.com/redis-enterprise/technology/redis-enterprise-cluster-architecture/).
[ Feature state wiki page ](https://github.com/PayU/Redis-Operator/wiki/Feature-state) ### Using the operator on a local cluster