From 6bb2367a88b15f736d5200433dd3b24b9650840b Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Thu, 22 Apr 2021 11:10:51 +0100 Subject: [PATCH 1/2] Update status badges to use GitHub actions --- readme.md | 68 ++++++++----------------------------------------------- 1 file changed, 10 insertions(+), 58 deletions(-) diff --git a/readme.md b/readme.md index a10d1a06f51..8bc0a628335 100644 --- a/readme.md +++ b/readme.md @@ -26,64 +26,16 @@ Repository for both **NEST** and **Elasticsearch.Net**, the two official [Elasti * [Copyright and License](#copyright-and-license) ## Compatibility Matrix - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.NET ClientsElasticsearchSupportedWindows/Linux CITests
0.x0.x:x::heavy_minus_sign::heavy_minus_sign:
1.x1.x:x::heavy_minus_sign::heavy_minus_sign:
2.x2.x:x::heavy_minus_sign::heavy_minus_sign:
5.x5.x:x:5.x unit tests
6.x6.x:white_check_mark:6.x unit tests
7.x7.x:white_check_mark:7.x unit tests
mastermaster:x:master unit tests
+ +| .NET Clients | Elasticsearch | Supported | Windows/Linux CI | Tests | +| ----------------- | ------------- | ------------------ | ------------------ | ------------------ | +| 0.x | 0.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: | +| 1.x | 1.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: | +| 2.x | 2.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: | +| 5.x | 5.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: | +| 6.x | 6.x | :white_check_mark: | [![Build status](https://ci.appveyor.com/api/projects/status/9hiqkga2jjn05ftu/branch/6.x?svg=true)](https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/6.x) | :heavy_minus_sign: | +| 7.x | 7.x | :white_check_mark: | [![Integration](https://github.com/elastic/elasticsearch-net/actions/workflows/integration-jobs.yml/badge.svg?branch=7.x)](https://github.com/elastic/elasticsearch-net/actions/workflows/integration-jobs.yml) | [![Tests](https://github.com/elastic/elasticsearch-net/actions/workflows/test-jobs.yml/badge.svg?branch=7.x)](https://github.com/elastic/elasticsearch-net/actions/workflows/test-jobs.yml) | +| master | master | :x: | [![Integration](https://github.com/elastic/elasticsearch-net/actions/workflows/integration-jobs.yml/badge.svg)](https://github.com/elastic/elasticsearch-net/actions/workflows/integration-jobs.yml) | [![Tests](https://github.com/elastic/elasticsearch-net/actions/workflows/test-jobs.yml/badge.svg)](https://github.com/elastic/elasticsearch-net/actions/workflows/test-jobs.yml) | Please refer to the [end-of-life policy](https://www.elastic.co/support/eol) for complete information. From e7d6ecaddd42f70eca561596abcbe199b80b4c0a Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Thu, 22 Apr 2021 11:14:04 +0100 Subject: [PATCH 2/2] Fix version no. in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8bc0a628335..1337d06ecc0 100644 --- a/readme.md +++ b/readme.md @@ -63,7 +63,7 @@ Any incompatibilities between minor versions are documented against the release. #### I have a `6.0` server, what client should I use? -Always use the latest minor version of the client within that major version, so in this instance, at time of writing, this is version `6.8.0`. The reason being is that `6.8.0` will contain many bug fixes not present in the `6.0.0` version of the client. +Always use the latest minor version of the client within that major version, so in this instance, at time of writing, this is version `6.8.x`. The reason being is that `6.8.x` will contain many bug fixes not present in the `6.0.0` version of the client. ### Low Level Client Compatibility