Skip to content

Commit

Permalink
docs: make a dedicated page in the website for Kubernetes compatibility.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
KayenM committed Oct 27, 2024
1 parent 75e7da2 commit f25b140
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions website/docs/kubernetes-versions.md
Original file line number Diff line number Diff line change
@@ -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` |

0 comments on commit f25b140

Please sign in to comment.