Skip to content

Commit

Permalink
Update readme pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Oct 15, 2018
1 parent a47af1d commit e218047
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 29 deletions.
33 changes: 17 additions & 16 deletions docs/guides/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,23 @@ aliases:

Here, ✓ means supported and ✗ means deprecated.

| ElasticsearchVersion | KubeDB: 0.9.0-rc.0 |
| -------------------- | :------------------: |
| 5.6 | ✗ |
| 5.6-v1 | ✓ |
| 5.6.4 | ✗ |
| 5.6.4-v1 | ✓ |
| 6.2 | ✗ |
| 6.2-v1 | ✓ |
| 6.2.4 | ✗ |
| 6.2.4-v1 | ✓ |
| 6.3 | ✗ |
| 6.3-v1 | ✓ |
| 6.3.0 | ✗ |
| 6.3.0-v1 | ✓ |
| 6.4-v1 | ✗ |
| 6.4.0-v1 | ✗ |
| NAME | VERSION | KubeDB: 0.9.0-rc.0 |
|----------|---------|--------------------|
| 5.6 | 5.6 | ✗ |
| 5.6-v1 | 5.6 | ✓ |
| 5.6.4 | 5.6.4 | ✗ |
| 5.6.4-v1 | 5.6.4 | ✓ |
| 6.2 | 6.2 | ✗ |
| 6.2-v1 | 6.2 | ✓ |
| 6.2.4 | 6.2.4 | ✗ |
| 6.2.4-v1 | 6.2.4 | ✓ |
| 6.3 | 6.3 | ✗ |
| 6.3-v1 | 6.3 | ✓ |
| 6.3.0 | 6.3.0 | ✗ |
| 6.3.0-v1 | 6.3.0 | ✓ |
| 6.4 | 6.4 | ✓ |
| 6.4.0 | 6.4.0 | ✓ |


## External tools dependency

Expand Down
22 changes: 16 additions & 6 deletions docs/guides/memcached/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,23 @@ aliases:

## Supported Memcached Versions

| KubeDB Version | Memcached:1.5.4, 1.4 | 1.5.4-v1, 1.5-v1 |
| :------------: | :------------------: | :--------------: |
| 0.1.0 - 0.7.0 | ✗ | ✓ |
| 0.8.0 | ✓ | ✓ |
| 0.9.0-rc.0 | ✗ | ✗ |
| KubeDB Version | Memcached:1.5.4 |
|:--------------:|:---------------:|
| 0.1.0 - 0.7.0 | ✗ |
| 0.8.0-beta.2 | ✓ |
| 0.8.0 | ✓ |
| 0.9.0-rc.0 | ✓ |

<br/>
## Supported MemcachedVersion CRD

Here, &#10003; means supported and &#10007; means deprecated.

| NAME | VERSION | KubeDB: 0.9.0-rc.0 |
|----------|---------|--------------------|
| 1.5 | 1.5 | &#10007; |
| 1.5-v1 | 1.5 | &#10003; |
| 1.5.4 | 1.5.4 | &#10007; |
| 1.5.4-v1 | 1.5.4 | &#10003; |

## User Guide

Expand Down
22 changes: 16 additions & 6 deletions docs/guides/mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,23 @@ aliases:

## Supported MongoDB Versions

| KubeDB Version | Mongo 3.4 | 3.6 | 3.4-v1 | 3.6-v1 |
| :------------: | :-------: | :------: | :------: | :------: |
| 0.1.0 - 0.7.0 | &#10007; | &#10007; | &#10007; | &#10007; |
| 0.8.0 | &#10003; | &#10003; | &#10007; | &#10007; |
| 0.9.0-rc.0 | &#10007; | &#10007; | &#10003; | &#10003; |
| KubeDB Version | Mongo:3.4 | Mongo:3.6 |
|:--------------:|:---------:|:---------:|
| 0.1.0 - 0.7.0 | &#10007; | &#10007; |
| 0.8.0-beta.2 | &#10003; | &#10003; |
| 0.8.0 | &#10003; | &#10003; |
| 0.9.0-rc.0 | &#10003; | &#10003; |

<br/>
## Supported MongoDBVersion CRD

Here, &#10003; means supported and &#10007; means deprecated.

| NAME | VERSION | KubeDB: 0.9.0-rc.0 |
|----------|---------|--------------------|
| 3.4 | 3.4 | &#10007; |
| 3.4-v1 | 3.4 | &#10003; |
| 3.6 | 3.6 | &#10007; |
| 3.6-v1 | 3.6 | &#10003; |

## External tools dependency

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/postgres/custom-versions/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
db:
image: "myco/postgres:timescale-0.9.1"
exporter:
image: "kubedb/operator:0.9.0-rc.0"
image: "kubedb/postgres_exporter:v0.4.6"
tools:
image: "kubedb/postgres-tools:10.2-v1"
```
Expand Down

0 comments on commit e218047

Please sign in to comment.