From c6885a3bddf56f077241b60d6e5d3d98e298c62e Mon Sep 17 00:00:00 2001 From: danehans Date: Thu, 20 Oct 2022 11:57:38 -0700 Subject: [PATCH 1/2] Adds v0.2 Release Announcement Doc Signed-off-by: danehans --- docs/index.rst | 1 + docs/releases/v0.2.md | 51 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 docs/releases/v0.2.md diff --git a/docs/index.rst b/docs/index.rst index 774cfbd653..42006c0402 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,5 +31,6 @@ standalone or Kubernetes-based application gateway. design/gatewayapi-translator design/watching design/config-api + releases/v0.2 about_docs get_involved diff --git a/docs/releases/v0.2.md b/docs/releases/v0.2.md new file mode 100644 index 0000000000..a004444f1f --- /dev/null +++ b/docs/releases/v0.2.md @@ -0,0 +1,51 @@ +--- +title: Announcing Envoy Gateway v0.2 +linktitle: v0.2 +subtitle: Major Update +description: Envoy Gateway v0.2 release announcement. +publishdate: 2022-10-20 +release: v0.2.0 +skip_list: true +aliases: +- /releases/v0.2 +- /releases/v0.2.0 +--- +# Envoy Gateway Release v0.2 + +We are pleased to announce the release of Envoy Gateway v0.2! + +This is the first functional release of Envoy Gateway. We would like to thank the entire Envoy Gateway community for +helping publish the release. + +| [Release Notes][] | [Docs][docs] | [Compatability Matrix][matrix] | [Download][] | +|-------------------|--------------|--------------------------------|--------------| + +## What's New + +The release adds a ton of features and functionality. Here are some highlights: + +### Kubernetes Support + +Run Envoy Gateway in a Kubernetes cluster. Checkout the [quickstart guide][] to get started with Envoy Gateway in a few +simple steps. + +### Gateway API Support + +Envoy Gateway supports Gateway API resources for running and configuring a managed fleet of Envoy proxies. Envoy Gateway +passes Gateway API core [conformance tests][] and supports GatewayClass, Gateway, HTTPRoute, TLSRoute, and +ReferenceGrant resources. See the [documentation][docs] for additional details on how to use Envoy Gateway for your edge +proxy and API gateway needs. + +## Envoy Gateway at EnvoyCon NA + +Envoy Gateway will be at [EnvoyCon NA][] this October in Detroit. Don't miss [our talk][] to learn more about the +release and future direction of the project. + +[Release Notes]: https://github.com/envoyproxy/gateway/blob/main/release-notes/v0.2.0.yaml +[matrix]: https://gateway.envoyproxy.io/intro/compatibility.html +[docs]: https://gateway.envoyproxy.io/index.html +[Download]: https://github.com/envoyproxy/gateway/releases/tag/v0.2.0 +[conformance tests]: https://gateway-api.sigs.k8s.io/concepts/conformance/?h=conformance +[quickstart guide]: https://gateway.envoyproxy.io/user/quickstart.html +[EnvoyCon NA]: https://events.linuxfoundation.org/envoycon-north-america/program/schedule/ +[our talk]: https://sched.co/1AO5S From 6275af4dd7a16c5e11dd04e95abdc2eefa51486f Mon Sep 17 00:00:00 2001 From: danehans Date: Thu, 20 Oct 2022 12:15:51 -0700 Subject: [PATCH 2/2] Removes RefGrant and Fixes Typo Signed-off-by: danehans --- docs/releases/v0.2.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/releases/v0.2.md b/docs/releases/v0.2.md index a004444f1f..a0dc0e885d 100644 --- a/docs/releases/v0.2.md +++ b/docs/releases/v0.2.md @@ -17,7 +17,7 @@ We are pleased to announce the release of Envoy Gateway v0.2! This is the first functional release of Envoy Gateway. We would like to thank the entire Envoy Gateway community for helping publish the release. -| [Release Notes][] | [Docs][docs] | [Compatability Matrix][matrix] | [Download][] | +| [Release Notes][] | [Docs][docs] | [Compatibility Matrix][matrix] | [Download][] | |-------------------|--------------|--------------------------------|--------------| ## What's New @@ -32,9 +32,8 @@ simple steps. ### Gateway API Support Envoy Gateway supports Gateway API resources for running and configuring a managed fleet of Envoy proxies. Envoy Gateway -passes Gateway API core [conformance tests][] and supports GatewayClass, Gateway, HTTPRoute, TLSRoute, and -ReferenceGrant resources. See the [documentation][docs] for additional details on how to use Envoy Gateway for your edge -proxy and API gateway needs. +passes Gateway API core [conformance tests][] and supports GatewayClass, Gateway, HTTPRoute, and TLSRoute resources. See +the [documentation][docs] for additional details on how to use Envoy Gateway for your edge proxy and API gateway needs. ## Envoy Gateway at EnvoyCon NA