From f25b1402b50a8ddb8e1d27931b3b3a72cc0263da Mon Sep 17 00:00:00 2001 From: KayenM Date: Sun, 27 Oct 2024 18:18:19 -0400 Subject: [PATCH] docs: make a dedicated page in the website for Kubernetes compatibility. Summary: For improved discovery, this moves the matrix from the release management file in the Gatekeeper repo, to the Gatekeeper website under the Architecture heading. For better readability and simpler maintenance, instead of using a matrix, we are using a 2 column table. This way, the team won't need to add a new row and column to the matrix for each new release. Reviewers: ritazh Signed-off-by: KayenM --- website/docs/kubernetes-versions.md | 51 +++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 website/docs/kubernetes-versions.md diff --git a/website/docs/kubernetes-versions.md b/website/docs/kubernetes-versions.md new file mode 100644 index 00000000000..3f53223840e --- /dev/null +++ b/website/docs/kubernetes-versions.md @@ -0,0 +1,51 @@ +--- +id: opa-versions +title: OPA Versions +--- + +Gatekeeper depends on [Open Policy Agent](https://www.openpolicyagent.org/). To see which version of OPA is included in a particular Gatekeeper release, reference the table below. + +| Gatekeeper Version | OPA Version | +| ------------------ | ----------- | +| `v3.17.1` | `v0.67.0` | +| `v3.17.0` | `v0.67.0` | +| `v3.16.3` | `v0.64.1` | +| `v3.16.2` | `v0.63.0` | +| `v3.16.0` | `v0.63.0` | +| `v3.15.1` | `v0.60.0` | +| `v3.15.0` | `v0.60.0` | +| `v3.14.2` | `v0.57.1` | +| `v3.14.1` | `v0.57.1` | +| `v3.14.0` | `v0.57.1` | +| `v3.13.4` | `v0.54.0` | +| `v3.13.3` | `v0.54.0` | +| `v3.13.2` | `v0.54.0` | +| `v3.13.1` | `v0.54.0` | +| `v3.13.0` | `v0.54.0` | +| `v3.12.0` | `v0.49.2` | +| `v3.11.1` | `v0.47.2` | +| `v3.11.0` | `v0.47.2` | +| `v3.10.0` | `v0.44.0` | +| `v3.9.2` | `v0.44.0` | +| `v3.9.1` | `v0.44.0` | +| `v3.9.0` | `v0.41.0` | +| `v3.8.1` | `v0.39.0` | +| `v3.8.0` | `v0.39.0` | +| `v3.7.2` | `v0.29.4` | +| `v3.7.1` | `v0.29.4` | +| `v3.7.0` | `v0.29.4` | +| `v3.6.0` | `v0.29.4` | +| `v3.5.2` | `v0.24.0` | +| `v3.5.1` | `v0.24.0` | +| `v3.5.0` | `v0.24.0` | +| `v3.4.1` | `v0.24.0` | +| `v3.4.0` | `v0.24.0` | +| `v3.3.0` | `v0.24.0` | +| `v3.2.3` | `v0.21.0` | +| `v3.2.2` | `v0.21.0` | +| `v3.2.1` | `v0.21.0` | +| `v3.2.0` | `v0.21.0` | +| `v3.1.3` | `v0.21.0` | +| `v3.1.2` | `v0.21.0` | +| `v3.1.1` | `v0.21.0` | +| `v3.1.0` | `v0.21.0` | \ No newline at end of file