-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-pick 0.4.0 release notes to release/v0.4.0 (#1351)
Release - 0.4.0: Add Release Notes and Versioned Docs (#1349) release 0.4.0: add release notes and versioned docs (cherry picked from commit 843d555) Signed-off-by: AliceProxy <[email protected]>
- Loading branch information
Alice Wasko
authored
Apr 24, 2023
1 parent
c92514f
commit c4eb8da
Showing
60 changed files
with
9,391 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.4.0-rc.1 | ||
v0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Announcing Envoy Gateway v0.4 | ||
linktitle: v0.4 | ||
subtitle: Major Update | ||
description: Envoy Gateway v0.4 release announcement. | ||
publishdate: 2023-04-24 | ||
release: v0.4.0 | ||
skip_list: true | ||
aliases: | ||
- /releases/v0.4 | ||
- /releases/v0.4.0 | ||
--- | ||
# Envoy Gateway Release v0.4 | ||
|
||
We are pleased to announce the release of Envoy Gateway v0.4! | ||
|
||
This is the third functional release of Envoy Gateway. We would like to thank the entire Envoy Gateway community for | ||
helping publish the release. | ||
|
||
| [Release Notes][] | [Docs][docs] | [Compatibility Matrix][matrix] | [Download][] | | ||
|-------------------|--------------|--------------------------------|--------------| | ||
|
||
## What's New | ||
|
||
The release adds a ton of features and functionality. Here are some highlights: | ||
|
||
### Upgrade Gateway API Dependency | ||
|
||
+ Upgraded to Gateway API v0.6.2 | ||
|
||
### Add Helm Support | ||
|
||
+ Installation of Envoy Gateway can now be done through helm | ||
|
||
### Add egctl CLI Tool | ||
|
||
+ Added egctl Support for Dry Runs of Gateway API Config | ||
+ Added egctl Support for Dumping Envoy Proxy xDS Resources | ||
|
||
### Add Support for extending Envoy Gateway | ||
|
||
+ Added Initial Framework for Building an Extension on top of Envoy Gateway | ||
|
||
### Ratelimiting | ||
|
||
+ Added Support for Ratelimiting Based On IP Subnet | ||
|
||
### API Updates | ||
|
||
+ Added Support for Custom Envoy Proxy Bootstrap Config | ||
+ Added Support for Configuring the Envoy Proxy Image and Service | ||
+ Added Support for Configuring Annotations, Resources, and Securitycontext Settings on Ratelimit Infra and Envoy Proxy | ||
+ Added Support for Using Multiple Certificates on a Single Fully Qualified Domain Name | ||
+ Envoy Proxy Pod and Container SecurityContext is now Configurable | ||
+ Added Support for Service Method Match in GRPCRoute | ||
+ Added EDS Support | ||
|
||
[Release Notes]: https://github.com/envoyproxy/gateway/blob/main/release-notes/v0.4.0.yaml | ||
[matrix]: https://gateway.envoyproxy.io/v0.4.0/intro/compatibility.html | ||
[docs]: https://gateway.envoyproxy.io/v0.4.0/index.html | ||
[Download]: https://github.com/envoyproxy/gateway/releases/tag/v0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
About the Documentation | ||
======================= | ||
|
||
Learn how to contribute to Envoy Gateway documentation. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
dev/DOCS |
Oops, something went wrong.