This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new d0f8bc6  Change version compatablity matrix to not include patch 
versions
d0f8bc6 is described below

commit d0f8bc600191f31c36194a43451fad68282d8bfe
Author: Houston Putman <[email protected]>
AuthorDate: Fri Mar 11 12:35:49 2022 -0500

    Change version compatablity matrix to not include patch versions
---
 docs/upgrade-notes.md | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/docs/upgrade-notes.md b/docs/upgrade-notes.md
index 3465d56..3fed3a1 100644
--- a/docs/upgrade-notes.md
+++ b/docs/upgrade-notes.md
@@ -28,24 +28,24 @@ If you want to skip versions when upgrading, be sure to 
check out the [upgrading
 ### Kubernetes Versions
 
 | Solr Operator Version | `1.15` | `1.16` - `1.18` |  `1.19` - `1.21` | 
`1.22`+ |
-| :---: | :---: | :---: | :---: | :---: |
-| `v0.2.6` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | 
:x: |
-| `v0.2.7` | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: |
-| `v0.2.8` | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: |
-| `v0.3.0` | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: |
-| `v0.4.0` | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: |
-| `v0.5.0` | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
+|:---------------------:| :---: | :---: | :---: | :---: |
+|       `v0.2.6`        | :heavy_check_mark: | :heavy_check_mark: | 
:heavy_check_mark: | :x: |
+|       `v0.2.7`        | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: |
+|       `v0.2.8`        | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: |
+|       `v0.3.x`        | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: |
+|       `v0.4.x`        | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: |
+|       `v0.5.x`        | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
 
 ### Solr Versions
 
 | Solr Operator Version | `6.6` | `7.7` | `8.0` - `8.5` | `8.6`+ |
-| :---: | :---: | :---: | :---: | :---: | 
-| `v0.2.6` | :grey_question: | :heavy_check_mark: | :heavy_check_mark: | :x: |
-| `v0.2.7` | :grey_question: | :heavy_check_mark: | :heavy_check_mark: | 
:heavy_check_mark: |
-| `v0.2.8` | :grey_question: | :heavy_check_mark: | :heavy_check_mark: | 
:heavy_check_mark: |
-| `v0.3.0` | :grey_question: | :heavy_check_mark: | :heavy_check_mark: | 
:heavy_check_mark: |
-| `v0.4.0` | :grey_question: | :heavy_check_mark: | :heavy_check_mark: | 
:heavy_check_mark: |
-| `v0.5.0` | :grey_question: | :heavy_check_mark: | :heavy_check_mark: | 
:heavy_check_mark: |
+|:---------------------:| :---: | :---: | :---: | :---: |
+|       `v0.2.6`        | :grey_question: | :heavy_check_mark: | 
:heavy_check_mark: | :x: |
+|       `v0.2.7`        | :grey_question: | :heavy_check_mark: | 
:heavy_check_mark: | :heavy_check_mark: |
+|       `v0.2.8`        | :grey_question: | :heavy_check_mark: | 
:heavy_check_mark: | :heavy_check_mark: |
+|       `v0.3.x`        | :grey_question: | :heavy_check_mark: | 
:heavy_check_mark: | :heavy_check_mark: |
+|       `v0.4.x`        | :grey_question: | :heavy_check_mark: | 
:heavy_check_mark: | :heavy_check_mark: |
+|       `v0.5.x`        | :grey_question: | :heavy_check_mark: | 
:heavy_check_mark: | :heavy_check_mark: |
 
 Please note that this represents basic compatibility with the Solr Operator.
 There may be options and features that require newer versions of Solr.

Reply via email to