Skip to content

Commit

Permalink
ci: remove continue-on-error (envoyproxy#3150)
Browse files Browse the repository at this point in the history
* ci: remove continue-on-error

Signed-off-by: zirain <zirain2009@gmail.com>

* fix more

Signed-off-by: zirain <zirain2009@gmail.com>

* fix more

Signed-off-by: zirain <zirain2009@gmail.com>

* fix more

Signed-off-by: zirain <zirain2009@gmail.com>

---------

Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain authored Apr 9, 2024
1 parent 0e1d7f4 commit ceff8ce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:

- name: Check links
run: make docs docs-check-links
continue-on-error: true

docs-build:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/announcements/v1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 8 additions & 8 deletions site/content/en/blog/news/1.0-release/1.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down Expand Up @@ -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/)!
4 changes: 2 additions & 2 deletions site/content/zh/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Envoy Gateway
---

{{< blocks/cover title="欢迎访问 Envoy Gateway!" image_anchor="top" height="full" >}}
<a class="btn btn-lg btn-primary me-3 mb-4" href="/v1.0.0">
<a class="btn btn-lg btn-primary me-3 mb-4" href="/v1.0.1">
开始使用 <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="/v1.0.0/contributions">
<a class="btn btn-lg btn-secondary me-3 mb-4" href="/v1.0.1/contributions">
参与贡献 <i class="fa fa-heartbeat ms-2 "></i>
</a>
<p class="lead mt-5">将 Envoy 代理作为独立或基于 Kubernetes 的 API 网关进行管理</p>
Expand Down

0 comments on commit ceff8ce

Please sign in to comment.