Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/latest/dev/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export GITHUB_REMOTE=origin
notes should be an accumulation of the release candidate release notes and any changes since the release
candidate.
2. Create a release announcement. Refer to [PR #635] as an example release announcement.
3. Generate the versioned release docs:
3. Include the release in the compatibility matrix. Refer to [PR #1002] as an example.
4. Generate the versioned release docs:

``` shell
make docs-release TAG=v${MAJOR_VERSION}.${MINOR_VERSION}
Expand Down Expand Up @@ -192,4 +193,5 @@ It's important that the world knows about the release. Use the following steps t
[Generate]: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
[PR #635]: https://github.com/envoyproxy/gateway/pull/635
[PR #958]: https://github.com/envoyproxy/gateway/pull/958
[PR #1002]: https://github.com/envoyproxy/gateway/pull/1002
[VERSION]: https://github.com/envoyproxy/gateway/blob/main/VERSION
4 changes: 3 additions & 1 deletion docs/latest/intro/compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ and the Gateway API actually compiled into each Envoy Gateway release.
+--------------------------+---------------------+---------------------+---------------------+----------------------------+
| Envoy Gateway version | Envoy Proxy version | Rate Limit version | Gateway API version | Kubernetes version |
+--------------------------+---------------------+---------------------+---------------------+----------------------------+
| v0.4.0 | **v1.26-latest** | **542a6047** | **v0.6.1** | v1.25, v1.26, v1.27 |
+--------------------------+---------------------+---------------------+---------------------+----------------------------+
| v0.3.0 | **v1.25-latest** | **f28024e3** | **v0.6.1** | v1.24, v1.25, v1.26 |
+--------------------------+---------------------+---------------------+---------------------+----------------------------+
| v0.2.0 | **v1.23-latest** | | **v0.5.1** | v1.24 |
+--------------------------+---------------------+---------------------+---------------------+----------------------------+
| latest | **dev-latest** | **master** | **v0.6.2** | v1.24, v1.25, v1.26 |
| latest | **dev-latest** | **master** | **v0.6.2** | v1.25, v1.26, v1.27 |
+--------------------------+---------------------+---------------------+---------------------+----------------------------+

.. note::
Expand Down
4 changes: 3 additions & 1 deletion docs/v0.4.0/intro/compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ and the Gateway API actually compiled into each Envoy Gateway release.
+--------------------------+---------------------+---------------------+---------------------+----------------------------+
| Envoy Gateway version | Envoy Proxy version | Rate Limit version | Gateway API version | Kubernetes version |
+--------------------------+---------------------+---------------------+---------------------+----------------------------+
| v0.4.0 | **v1.26-latest** | **542a6047** | **v0.6.1** | v1.25, v1.26, v1.27 |
+--------------------------+---------------------+---------------------+---------------------+----------------------------+
| v0.3.0 | **v1.25-latest** | **f28024e3** | **v0.6.1** | v1.24, v1.25, v1.26 |
+--------------------------+---------------------+---------------------+---------------------+----------------------------+
| v0.2.0 | **v1.23-latest** | | **v0.5.1** | v1.24 |
+--------------------------+---------------------+---------------------+---------------------+----------------------------+
| latest | **dev-latest** | **master** | **v0.6.2** | v1.24, v1.25, v1.26 |
| latest | **dev-latest** | **master** | **v0.6.2** | v1.25, v1.26, v1.27 |
+--------------------------+---------------------+---------------------+---------------------+----------------------------+

.. note::
Expand Down