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
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
50 changes: 50 additions & 0 deletions docs/releases/v0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
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] | [Compatibility 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, 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

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