Skip to content

Commit d6f43d5

Browse files
authored
[release/v0.5] cherry-pick release docs into v0.5 (#1755)
* Release v0.5.0 docs (#1750) * Update `VERSION` * Update `docs/index.html` * Update Release announcments doc for v0.5 * Generate versioned docs using `make docs-release TAG=v0.5.0 Signed-off-by: Arko Dasgupta <[email protected]> (cherry picked from commit 4d2e0f7) Signed-off-by: Arko Dasgupta <[email protected]> * Fix typo in docs url (#1751) Signed-off-by: Arko Dasgupta <[email protected]> (cherry picked from commit 72bfe9b) Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]>
1 parent a498365 commit d6f43d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+12704
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.5.0-rc.1
1+
v0.5.0

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<head>
3-
<meta http-equiv="refresh" content="0; url=/v0.4.0">
3+
<meta http-equiv="refresh" content="0; url=/v0.5.0">
44
</head>
55
</html>

docs/latest/helm/api.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,17 @@ The Helm chart for Envoy Gateway
2929
| deployment.envoyGateway.image.tag | string | `"${ImageTag}"` | |
3030
| deployment.envoyGateway.imagePullPolicy | string | `"Always"` | |
3131
| deployment.envoyGateway.resources.limits.cpu | string | `"500m"` | |
32-
| deployment.envoyGateway.resources.limits.memory | string | `"128Mi"` | |
33-
| deployment.envoyGateway.resources.requests.cpu | string | `"10m"` | |
34-
| deployment.envoyGateway.resources.requests.memory | string | `"64Mi"` | |
32+
| deployment.envoyGateway.resources.limits.memory | string | `"1024Mi"` | |
33+
| deployment.envoyGateway.resources.requests.cpu | string | `"100m"` | |
34+
| deployment.envoyGateway.resources.requests.memory | string | `"256Mi"` | |
3535
| deployment.kubeRbacProxy.image.repository | string | `"gcr.io/kubebuilder/kube-rbac-proxy"` | |
3636
| deployment.kubeRbacProxy.image.tag | string | `"v0.11.0"` | |
3737
| deployment.kubeRbacProxy.resources.limits.cpu | string | `"500m"` | |
3838
| deployment.kubeRbacProxy.resources.limits.memory | string | `"128Mi"` | |
3939
| deployment.kubeRbacProxy.resources.requests.cpu | string | `"5m"` | |
4040
| deployment.kubeRbacProxy.resources.requests.memory | string | `"64Mi"` | |
41+
| deployment.pod.annotations | object | `{}` | |
42+
| deployment.pod.labels | object | `{}` | |
4143
| deployment.ports[0].name | string | `"grpc"` | |
4244
| deployment.ports[0].port | int | `18000` | |
4345
| deployment.ports[0].targetPort | int | `18000` | |

docs/latest/releases.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Learn more about Envoy Gateway releases.
99
releases/README
1010
releases/v0.2
1111
releases/v0.3
12-
releases/v0.4
12+
releases/v0.4
13+
releases/v0.5

docs/latest/releases/v0.5.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: Announcing Envoy Gateway v0.5
3+
linktitle: v0.5
4+
subtitle: Major Update
5+
description: Envoy Gateway v0.5 release announcement.
6+
publishdate: 2023-08-02
7+
release: v0.5.0
8+
skip_list: true
9+
aliases:
10+
- /releases/v0.5
11+
- /releases/v0.5.0
12+
---
13+
# Envoy Gateway Release v0.5
14+
15+
We are pleased to announce the release of Envoy Gateway v0.5!
16+
17+
This is the third functional release of Envoy Gateway. We would like to thank the entire Envoy Gateway community for
18+
helping publish the release.
19+
20+
| [Release Notes][] | [Docs][docs] | [Compatibility Matrix][matrix] | [Download][] |
21+
|-------------------|--------------|--------------------------------|--------------|
22+
23+
## What's New
24+
25+
The release adds a ton of features and functionality. Here are some highlights:
26+
27+
### Upgrade Gateway API Dependency
28+
29+
+ Upgraded to Gateway API v0.7.1
30+
31+
### Add Data Plane Proxy Telemetry
32+
33+
+ Added Support for Access Logging, Tracing and Metrics Telemetry
34+
35+
### Add Support for directly configuring xDS
36+
37+
+ Added Support for the EnvoyPatchPolicy API
38+
39+
### Ratelimiting
40+
41+
+ Added Support for Distinct Ratelimiting Based On IP Addresses
42+
+ Added upport for JWT Claim based Ratelimiting
43+
+ Switched to Xds SOTW Server for RateLimit Service Configuration
44+
45+
### API Updates
46+
47+
+ Added Support for configuring EnvoyProxy Pod Labels
48+
+ Added Support for configuring EnvoyProxy Deployment Strategy Settings, Volumes and Volume Mounts
49+
+ Added Support for configuring EnvoyProxy as a NodePort Type Service
50+
+ Added Admin Server for Envoy Gateway
51+
+ Added Pprof Debug Support for Envoy Gateway
52+
+ Added Support to Watch for Resources in Select Namespaces
53+
54+
## Envoy Proxy
55+
56+
+ Added Best Practices Default Edge Settings to Xds Resources
57+
58+
[Release Notes]: https://github.com/envoyproxy/gateway/blob/main/release-notes/v0.5.0.yaml
59+
[matrix]: https://gateway.envoyproxy.io/v0.5.0/intro/compatibility.html
60+
[docs]: https://gateway.envoyproxy.io/v0.5.0/index.html
61+
[Download]: https://github.com/envoyproxy/gateway/releases/tag/v0.5.0

docs/v0.5.0/about_docs.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
About the Documentation
2+
=======================
3+
4+
Learn how to contribute to Envoy Gateway documentation.
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
dev/DOCS

0 commit comments

Comments
 (0)