Skip to content

Commit ae0b852

Browse files
committed
docs
1 parent e10a98c commit ae0b852

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="/assets/logo.png?v=1.0.7" width="200" />
2+
<img src="/assets/logo.png?v=1.0.8" width="200" />
33
<h3 align="center">Helmet</h3>
44
<p align="center">A Lightweight Cloud Native API Gateway.</p>
55
<p align="center">
@@ -10,10 +10,10 @@
1010
<img src="https://github.com/spacewalkio/Helmet/workflows/Release/badge.svg">
1111
</a>
1212
<a href="https://github.com/spacewalkio/Helmet/releases">
13-
<img src="https://img.shields.io/badge/Version-1.0.7-pink.svg">
13+
<img src="https://img.shields.io/badge/Version-1.0.8-pink.svg">
1414
</a>
1515
<a href="https://goreportcard.com/report/github.com/spacewalkio/Helmet">
16-
<img src="https://goreportcard.com/badge/github.com/spacewalkio/Helmet?v=1.0.7">
16+
<img src="https://goreportcard.com/badge/github.com/spacewalkio/Helmet?v=1.0.8">
1717
</a>
1818
<a href="https://godoc.org/github.com/spacewalkio/helmet">
1919
<img src="https://godoc.org/github.com/spacewalkio/helmet?status.svg">
@@ -25,7 +25,7 @@
2525
</p>
2626
<br/>
2727
<p align="center">
28-
<img src="/assets/chart.png?v=1.0.7" width="80%" />
28+
<img src="/assets/chart.png?v=1.0.8" width="80%" />
2929
</p>
3030

3131
Helmet is Cloud Native API Gateway that control who accesses your API whether from customer or other internal services. It also collect metrics about service calls count, latency, success rate and much more!
@@ -36,8 +36,7 @@ Here is some of the key features:
3636
- Manage End User to Service Authentication, Authorization and Communication.
3737
- Basic, API Key Based and OAuth2 Authentication Support.
3838
- Multiple Backends Support with Load Balancing, Health Checks.
39-
- OpenTracing support for Distributed tracing.
40-
- Runtime Metrics exposed for Prometheus.
39+
- Runtime Metrics for both Helmet and Backend Services exposed for Prometheus.
4140
- CORS Support.
4241
- HTTP/2 support.
4342
- Rate Limiting Support.
@@ -61,7 +60,7 @@ $ curl -sL https://github.com/spacewalkio/Helmet/releases/download/v{$LATEST_VER
6160
| tar xz
6261
```
6362

64-
Then install `MySQL` and `Redis` on the server.
63+
Then install `MySQL` and `Redis` on the server or a separate one.
6564

6665
Create the configs file `config.yml` from `config.dist.yml`. Something like the following:
6766

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 1.x.x | :white_check_mark: |
7+
| 1.0.x | :white_check_mark: |
88

99
## Reporting a Vulnerability
1010

rfc/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)