From ceff8ceeedd52e185e6e6cad59244518be525b9c Mon Sep 17 00:00:00 2001 From: zirain Date: Tue, 9 Apr 2024 19:51:02 +0800 Subject: [PATCH] ci: remove continue-on-error (#3150) * ci: remove continue-on-error Signed-off-by: zirain * fix more Signed-off-by: zirain * fix more Signed-off-by: zirain * fix more Signed-off-by: zirain --------- Signed-off-by: zirain --- .github/workflows/docs.yaml | 1 - site/content/en/announcements/v1.0.md | 4 ++-- .../en/blog/news/1.0-release/1.0-release.md | 16 ++++++++-------- site/content/zh/_index.md | 4 ++-- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 9a216960d44..a31eb04cd9c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -40,7 +40,6 @@ jobs: - name: Check links run: make docs docs-check-links - continue-on-error: true docs-build: runs-on: ubuntu-latest diff --git a/site/content/en/announcements/v1.0.md b/site/content/en/announcements/v1.0.md index 4a60c1eba29..e00d219d75b 100644 --- a/site/content/en/announcements/v1.0.md +++ b/site/content/en/announcements/v1.0.md @@ -195,6 +195,6 @@ The release adds a ton of features and functionality. Here are some highlights: - Added Support for egctl translate from gateway-api resources to IR [Release Notes]: https://github.com/envoyproxy/gateway/blob/main/release-notes/v1.0.0.yaml -[matrix]: https://gateway.envoyproxy.io/v1.0.0/install/matrix/ -[docs]: https://gateway.envoyproxy.io/v1.0.0/index.html +[matrix]: /v1.0.1/install/matrix/ +[docs]: /v1.0.1/ [Download]: https://github.com/envoyproxy/gateway/releases/tag/v1.0.0 diff --git a/site/content/en/blog/news/1.0-release/1.0-release.md b/site/content/en/blog/news/1.0-release/1.0-release.md index a225457e456..c4cef41075f 100644 --- a/site/content/en/blog/news/1.0-release/1.0-release.md +++ b/site/content/en/blog/news/1.0-release/1.0-release.md @@ -12,19 +12,19 @@ Today we’re ecstatic to announce the 1.0 release of Envoy Gateway (EG) for Kub After nearly two years with contributions from over 90 engineers we are proud to say EG meets the goals that Matt outlined in the [original post](https://blog.envoyproxy.io/introducing-envoy-gateway-ad385cc59532) introducing the project, summarized here: * Built around the (then emerging) [Kubernetes Gateway API](https://gateway-api.sigs.k8s.io) * Addresses common needs with a solution that is simple to configure and understand -* Provides [great docs](https://gateway.envoyproxy.io/v1.0.0/user/) for common use cases to enable ease of adoption +* Provides [great docs](/v1.0.1/user/) for common use cases to enable ease of adoption * Empowers the community and vendors to drive the project forward through an extensible API -Can’t wait to try it? Visit the EG [user guides](https://gateway.envoyproxy.io/v1.0.0/user/) to get started with Envoy Gateway 1.0 +Can’t wait to try it? Visit the EG [user guides](/v1.0.1/user/) to get started with Envoy Gateway 1.0 ## Envoy Gateway 1.0 The 1.0 release brings a lot of functionality. In addition to implementing the full Kubernetes Gateway API – including the awesome Envoy L7 features you love like per-request policy, load balancing, and best-in-class observability – it also goes further, Envoy Gateway 1.0: * Provides support for common features such as Rate Limiting and OAuth2.0 * Deploys and upgrades Envoy on your behalf, easing operations and lifecycle management -* Introduces extensions to the Kubernetes Gateway API to address [Client](https://gateway.envoyproxy.io/v1.0.0/api/extension_types/#clienttrafficpolicy), [Backend](https://gateway.envoyproxy.io/v1.0.0/api/extension_types/#backendtrafficpolicy), and [Security](https://gateway.envoyproxy.io/v1.0.0/api/extension_types/#securitypolicy) settings and features -* Is easily extensible through the [EnvoyPatchPolicy](https://gateway.envoyproxy.io/v1.0.0/user/extensibility/envoy-patch-policy/) API to allow you to configure any Envoy behavior (including stuff you build yourself!) -* Has a CLI, [egctl](https://gateway.envoyproxy.io/v1.0.0/user/operations/egctl/), for interacting with and debugging the system +* Introduces extensions to the Kubernetes Gateway API to address [Client](/v1.0.1/api/extension_types#clienttrafficpolicy), [Backend](/v1.0.1/api/extension_types#backendtrafficpolicy), and [Security](/v1.0.1/api/extension_types#securitypolicy) settings and features +* Is easily extensible through the [EnvoyPatchPolicy](/v1.0.1/user/extensibility/envoy-patch-policy/) API to allow you to configure any Envoy behavior (including stuff you build yourself!) +* Has a CLI, [egctl](/v1.0.1/user/operations/egctl/), for interacting with and debugging the system * Comes with a large (and growing!) set of user guides to make common use cases straightforward to implement ## What Does 1.0 Mean for the Project? @@ -58,8 +58,8 @@ Following the 1.0 release, we’ll be focusing on: * **Features**: More API Gateway features such as authorization (IP Addresses, JWT Claims, API Key, etc.) and compression * **Scale**: Building out a performance benchmarking tool into our CI * **Extensibility**: We plan on providing a first-class API for data plane extensions such as Lua, WASM, and Ext Proc to enable users to implement their custom use cases -* **Outside of Kubernetes**: Running Envoy Gateway in non-k8s environments - this has been an [explicit goal](https://gateway.envoyproxy.io/v1.0.0/contributions/design/goals/#all-environments) and we’d like to focus on this in the coming months. Envoy Proxy already supports running on bare metal environments, with Envoy Gateway users getting the added advantage of a simpler API -* **Debug**: And a lot of capabilities with the [egctl CLI](https://gateway.envoyproxy.io/v1.0.0/user/operations/egctl/) +* **Outside of Kubernetes**: Running Envoy Gateway in non-k8s environments - this has been an [explicit goal](/v1.0.1/contributions/design/goals#all-environments) and we’d like to focus on this in the coming months. Envoy Proxy already supports running on bare metal environments, with Envoy Gateway users getting the added advantage of a simpler API +* **Debug**: And a lot of capabilities with the [egctl CLI](/v1.0.1/user/operations/egctl/) ## Get Started -If you’ve been looking to use Envoy as a Gateway, check out our [quickstart guide](https://gateway.envoyproxy.io/v1.0.0/user/quickstart/) and give it a try! If you’re interested in contributing, check out our [guide for getting involved](https://gateway.envoyproxy.io/v1.0.0/contributions/)! +If you’ve been looking to use Envoy as a Gateway, check out our [quickstart guide](/v1.0.1/user/quickstart) and give it a try! If you’re interested in contributing, check out our [guide for getting involved](/v1.0.1/contributions/)! diff --git a/site/content/zh/_index.md b/site/content/zh/_index.md index c929e74bfe3..cb2619140f1 100644 --- a/site/content/zh/_index.md +++ b/site/content/zh/_index.md @@ -3,10 +3,10 @@ title: Envoy Gateway --- {{< blocks/cover title="欢迎访问 Envoy Gateway!" image_anchor="top" height="full" >}} - + 开始使用 - + 参与贡献

将 Envoy 代理作为独立或基于 Kubernetes 的 API 网关进行管理