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

Commit

Permalink
update version & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
obi-a committed Jul 8, 2019
1 parent 6fbc65c commit 4daa876
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changelog.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
==Ragios v0.7.2
07-07-2019
- Added support to easily run Ragios on a Kubernetes cluster and expose it via a load balancer

==Ragios v0.7.1.2
12-25-2018
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ A small and minimal extensible design:

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

* Ragios runs as a set of tiny distributed microservices, communicating with each other via ZeroMQ, and packaged with docker-compose.
* 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).

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

* Plugins
+ 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.
Expand Down Expand Up @@ -80,9 +80,10 @@ I'm doing this just for fun and educational purposes.
* [Monitors API](http://www.whisperservers.com/ragios/monitors-api/)

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


## License:
MIT License.

Copyright (c) 2018 Obi Akubue, obi-akubue.org
Copyright (c) 2019 Obi Akubue, obi-akubue.org
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1.2
0.7.2

0 comments on commit 4daa876

Please sign in to comment.