From 8def94cecf1e397b6b16eafb28b7203448ec29d3 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Fri, 28 Jul 2023 13:18:30 +0200 Subject: [PATCH 1/2] docs: add version compatibility matrix Signed-off-by: Mark Sagi-Kazar --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 495b792f..ab8dc5b8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,17 @@ The official documentation for the operator is available at [https://bank-vaults.dev](https://bank-vaults.dev/docs/operator/). +## Version compatibility matrix + +| Operator | Bank-Vaults CLI | Vault* | +|----------|-----------------|--------------------------------------| +| 1.21.x | >= 1.20.3 | 1.11.x
1.12.x
1.13.x
1.14.x | +| 1.20.x | >= 1.19.0 | 1.10.x
1.11.x
1.12.x
1.13.x | + +We provide patches and security fixes for the last two minor versions. + +* The versions listed here are those with which the operator was tested. Newer versions may also be compatible. + ## Development **For an optimal developer experience, it is recommended to install [Nix](https://nixos.org/download.html) and [direnv](https://direnv.net/docs/installation.html).** From 1157edaa9f5f3612b469f738d464c41a17c31ab6 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Fri, 28 Jul 2023 13:21:33 +0200 Subject: [PATCH 2/2] docs: make footnote Signed-off-by: Mark Sagi-Kazar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab8dc5b8..76638d6f 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ The official documentation for the operator is available at [https://bank-vaults ## Version compatibility matrix -| Operator | Bank-Vaults CLI | Vault* | +| Operator | Bank-Vaults CLI | Vault[^1] | |----------|-----------------|--------------------------------------| | 1.21.x | >= 1.20.3 | 1.11.x
1.12.x
1.13.x
1.14.x | | 1.20.x | >= 1.19.0 | 1.10.x
1.11.x
1.12.x
1.13.x | We provide patches and security fixes for the last two minor versions. -* The versions listed here are those with which the operator was tested. Newer versions may also be compatible. +[^1]: The versions listed here are those with which the operator was tested. Newer versions may also be compatible. ## Development