Skip to content
This repository was archived by the owner on Mar 27, 2021. It is now read-only.

Commit 4daa876

Browse files
committed
update version & readme
1 parent 6fbc65c commit 4daa876

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Changelog.rdoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
==Ragios v0.7.2
2+
07-07-2019
3+
- Added support to easily run Ragios on a Kubernetes cluster and expose it via a load balancer
14

25
==Ragios v0.7.1.2
36
12-25-2018

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ A small and minimal extensible design:
2727

2828
* Ragios is re-designed & re-written to be modular, memory efficient, distributed, and scalable.
2929

30-
* Ragios runs as a set of tiny distributed microservices, communicating with each other via ZeroMQ, and packaged with docker-compose.
30+
* Ragios runs as a set of tiny distributed microservices, communicating with each other via ZeroMQ, and packaged with docker-compose, easily run it on a (kubernetes cluster)(https://github.com/obi-a/ragios/wiki/Run-Ragios-on-a-Kubernetes-Cluster).
3131

32-
* Only dependency required to run Ragios is docker-compose.
32+
* Only dependency required to run Ragios locally is docker-compose or just run it on a Kubernetes cluster.
3333

3434
* Plugins
3535
+ Ragios relies on plugins to perform tests on different types of systems. The plugins are plain old ruby objects, any test/check that could be performed in ruby code could be performed by Ragios. Developers can create plugins to meet their specific needs.
@@ -80,9 +80,10 @@ I'm doing this just for fun and educational purposes.
8080
* [Monitors API](http://www.whisperservers.com/ragios/monitors-api/)
8181

8282
* [Events API](http://www.whisperservers.com/ragios/events-api/)
83+
+ [Run Ragios on a Kubernetes Cluster](https://github.com/obi-a/ragios/wiki/Run-Ragios-on-a-Kubernetes-Cluster)
8384

8485

8586
## License:
8687
MIT License.
8788

88-
Copyright (c) 2018 Obi Akubue, obi-akubue.org
89+
Copyright (c) 2019 Obi Akubue, obi-akubue.org

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1.2
1+
0.7.2

0 commit comments

Comments
 (0)