Skip to content

Commit

Permalink
docs: make 1.24 compatibility not tech preview
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit committed Sep 14, 2022
1 parent 09812b2 commit 8d51abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Click on each package to see its full documentation.
| `1.21.x` | :white_check_mark: | No known issues |
| `1.22.x` | :white_check_mark: | No known issues |
| `1.23.x` | :white_check_mark: | No known issues |
| `1.24.x` | :warning: | Conformance tests passed. Not officially supported. |
| `1.24.x` | :white_check_mark: | No known issues |

Check the [compatibility matrix][compatibility-matrix] for additional informations about previous releases of the modules.

Expand Down
4 changes: 2 additions & 2 deletions docs/COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Compatibility Matrix

| Module Version / Kubernetes Version | 1.14.X | 1.15.X | 1.16.X | 1.17.X | 1.18.X | 1.19.X | 1.20.X | 1.21.X | 1.22.X | 1.23.X | 1.23.X |
| Module Version / Kubernetes Version | 1.14.X | 1.15.X | 1.16.X | 1.17.X | 1.18.X | 1.19.X | 1.20.X | 1.21.X | 1.22.X | 1.23.X | 1.24.X |
|-------------------------------------|:------------------:|:------------------:|:------------------:|:------------------:|:------------------:|:------------------:|:------------------:|:------------------:|:------------------:|--------------------|--------------------|
| v1.0.0 | :white_check_mark: | | | | | | | | | | |
| v1.1.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | | | | |
Expand All @@ -20,7 +20,7 @@
| v2.0.0 | | | | | | | :warning: | :warning: | :warning: | :warning: | |
| v2.0.1 | | | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :warning: | |
| v2.0.2 | | | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :warning: | |
| v3.0.0 | | | | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | |
| v3.0.0 | | | | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |

- :white_check_mark: Compatible
- :warning: Has issues
Expand Down

0 comments on commit 8d51abf

Please sign in to comment.