Skip to content

Commit a041565

Browse files
committed
update
Signed-off-by: zirain <zirain2009@gmail.com>
1 parent 3da708b commit a041565

File tree

7 files changed

+23
-18
lines changed

7 files changed

+23
-18
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
config_file: ".github/markdown_lint_config.json"
3535

3636
- name: Install linkinator
37-
run: npm install -g linkinator@6.0.4
37+
run: npm install -g linkinator@7.4.0
3838

3939
- name: Check links
4040
run: make docs docs-check-links

examples/extension-server/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.25.3
44

55
require (
66
github.com/envoyproxy/gateway v1.3.1
7-
github.com/envoyproxy/go-control-plane v0.13.5-0.20250929230642-07d3df27ff4f
8-
github.com/envoyproxy/go-control-plane/envoy v1.35.1-0.20250929230642-07d3df27ff4f
7+
github.com/envoyproxy/go-control-plane v0.13.5-0.20251022160057-de4316c523b7
8+
github.com/envoyproxy/go-control-plane/envoy v1.35.1-0.20251022160057-de4316c523b7
99
github.com/urfave/cli/v2 v2.27.7
1010
google.golang.org/grpc v1.76.0
1111
google.golang.org/protobuf v1.36.10

examples/extension-server/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
2424
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2525
github.com/envoyproxy/go-control-plane v0.13.5-0.20250929230642-07d3df27ff4f h1:36vvJBe/wXWfD7qrTb1WnbPVPMxNFDfEygztH8wgebw=
2626
github.com/envoyproxy/go-control-plane v0.13.5-0.20250929230642-07d3df27ff4f/go.mod h1:PTY7yDlLxB4bW7rEOO7e79uTDr9yXzpuI1QGIDfxEzc=
27+
github.com/envoyproxy/go-control-plane v0.13.5-0.20251022160057-de4316c523b7/go.mod h1:Alz8LEClvR7xKsrq3qzoc4N0guvVNSS8KmSChGYr9hs=
2728
github.com/envoyproxy/go-control-plane/envoy v1.35.1-0.20250929230642-07d3df27ff4f h1:4efYrIQgVRwCmwCveby6ck+VpxqzibdOL1Out1rJqqc=
2829
github.com/envoyproxy/go-control-plane/envoy v1.35.1-0.20250929230642-07d3df27ff4f/go.mod h1:2LcmvJoXsDSrsGZIxGM0Gah9ykiwTn/kgjyQdnNH8Jc=
30+
github.com/envoyproxy/go-control-plane/envoy v1.35.1-0.20251022160057-de4316c523b7/go.mod h1:ty89S1YCCVruQAm9OtKeEkQLTb+Lkz0k8v9W0Oxsv98=
2931
github.com/envoyproxy/protoc-gen-validate v1.2.1 h1:DEo3O99U8j4hBFwbJfrz9VtgcDfUKS7KJ7spH3d86P8=
3032
github.com/envoyproxy/protoc-gen-validate v1.2.1/go.mod h1:d/C80l/jxXLdfEIhX1W2TmLfsJ31lvEjwamM4DxlWXU=
3133
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=

site/content/en/v1.5/api/extension_types.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,12 +1593,12 @@ EnvoyPatchPolicySpec defines the desired state of EnvoyPatchPolicy.
15931593
_Appears in:_
15941594
- [EnvoyPatchPolicy](#envoypatchpolicy)
15951595

1596-
| Field | Type | Required | Default | Description |
1597-
| --- | --- | --- | --- | --- |
1598-
| `type` | _[EnvoyPatchType](#envoypatchtype)_ | true | | Type decides the type of patch.<br />Valid EnvoyPatchType values are "JSONPatch". |
1599-
| `jsonPatches` | _[EnvoyJSONPatchConfig](#envoyjsonpatchconfig) array_ | false | | JSONPatch defines the JSONPatch configuration. |
1600-
| `targetRef` | _[LocalPolicyTargetReference](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1alpha2.LocalPolicyTargetReference)_ | true | | TargetRef is the name of the Gateway API resource this policy<br />is being attached to.<br />By default, attaching to Gateway is supported and<br />when mergeGateways is enabled it should attach to GatewayClass.<br />This Policy and the TargetRef MUST be in the same namespace<br />for this Policy to have effect and be applied to the Gateway<br />TargetRef |
1601-
| `priority` | _integer_ | true | | Priority of the EnvoyPatchPolicy.<br />If multiple EnvoyPatchPolicies are applied to the same<br />TargetRef, they will be applied in the ascending order of<br />the priority i.e. int32.min has the highest priority and<br />int32.max has the lowest priority.<br />Defaults to 0. |
1596+
| Field | Type | Required | Default | Description |
1597+
| --- |----------------------------------------------------------------------------------------------------------------| --- | --- | --- |
1598+
| `type` | _[EnvoyPatchType](#envoypatchtype)_ | true | | Type decides the type of patch.<br />Valid EnvoyPatchType values are "JSONPatch". |
1599+
| `jsonPatches` | _[EnvoyJSONPatchConfig](#envoyjsonpatchconfig) array_ | false | | JSONPatch defines the JSONPatch configuration. |
1600+
| `targetRef` | _[LocalPolicyTargetReference](https://gateway-api.sigs.k8s.io/reference/1.3/spec/#localpolicytargetreference)_ | true | | TargetRef is the name of the Gateway API resource this policy<br />is being attached to.<br />By default, attaching to Gateway is supported and<br />when mergeGateways is enabled it should attach to GatewayClass.<br />This Policy and the TargetRef MUST be in the same namespace<br />for this Policy to have effect and be applied to the Gateway<br />TargetRef |
1601+
| `priority` | _integer_ | true | | Priority of the EnvoyPatchPolicy.<br />If multiple EnvoyPatchPolicies are applied to the same<br />TargetRef, they will be applied in the ascending order of<br />the priority i.e. int32.min has the highest priority and<br />int32.max has the lowest priority.<br />Defaults to 0. |
16021602

16031603

16041604
#### EnvoyPatchType

site/content/en/v1.5/api/gateway_api/backendtlspolicy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ Status defines the observed state of the BackendTLSPolicy and is not user-config
137137
way you do for other Gateway API objects to verify correct operation. Note that the status in BackendTLSPolicy
138138
uses `PolicyAncestorStatus` to allow you to know which parentReference set that particular status.
139139

140-
[backendtlspolicy]: https://gateway-api.sigs.k8s.io/references/spec#gateway.networking.k8s.io/v1alpha3.BackendTLSPolicy
141-
[validation]: https://gateway-api.sigs.k8s.io/references/spec#gateway.networking.k8s.io/v1alpha3.BackendTLSPolicy.Validation
142-
[caCertificateRefs]: https://gateway-api.sigs.k8s.io/references/spec#gateway.networking.k8s.io/v1alpha3.BackendTLSPolicyValidation.CACertificateRefs
143-
[wellKnownCACertificates]: https://gateway-api.sigs.k8s.io/references/spec#gateway.networking.k8s.io/v1alpha3.BackendTLSPolicyValidation.WellKnownCACertificates
144-
[hostname]: https://gateway-api.sigs.k8s.io/references/spec#gateway.networking.k8s.io/v1.PreciseHostname
140+
[backendtlspolicy]: https://gateway-api.sigs.k8s.io/reference/1.3/spec/#backendtlspolicy
141+
[validation]: https://gateway-api.sigs.k8s.io/reference/1.3/spec/#backendtlspolicyvalidation
142+
[caCertificateRefs]: https://gateway-api.sigs.k8s.io/reference/1.3/spec/#localobjectreference
143+
[wellKnownCACertificates]: https://gateway-api.sigs.k8s.io/reference/1.3/spec/#wellknowncacertificatestype
144+
[hostname]: https://gateway-api.sigs.k8s.io/reference/1.3/spec/#precisehostname
145145
[rfc-3986]: https://tools.ietf.org/html/rfc3986
146-
[targetRefs]: https://gateway-api.sigs.k8s.io/references/spec#gateway.networking.k8s.io/v1alpha2.PolicyTargetReference
146+
[targetRefs]: https://gateway-api.sigs.k8s.io/reference/1.3/spec/#localpolicytargetreferencewithsectionname

site/content/en/v1.5/concepts/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ For a deeper understanding of Envoy Gateway’s building blocks, you may also wi
7777
[3]: https://gateway-api.sigs.k8s.io/api-types/httproute/
7878
[4]: https://gateway-api.sigs.k8s.io/api-types/grpcroute/
7979
[5]: https://gateway-api.sigs.k8s.io/reference/1.3/spec/#tlsroute
80-
[6]: https://gateway-api.sigs.k8s.io/reference/spec#gateway.networking.k8s.io/v1alpha2.TCPRoute
81-
[7]: https://gateway-api.sigs.k8s.io/reference/spec#gateway.networking.k8s.io/v1alpha2.UDPRoute
80+
[6]: https://gateway-api.sigs.k8s.io/reference/1.3/spec#tcproute
81+
[7]: https://gateway-api.sigs.k8s.io/reference/1.3/spec#udproute
8282
[8]: ../tasks/traffic/backend
8383
[9]: ../api/extension_types#clienttrafficpolicy
8484
[10]: ../api/extension_types#backendtrafficpolicy

tools/make/docs.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ RELEASE_VERSIONS ?= $(foreach v,$(wildcard ${ROOT_DIR}/docs/*),$(notdir ${v}))
44
# find a way to remove github.com from ignore list
55
# TODO: example.com is not a valid domain, we should remove it from ignore list
66
# TODO: https://www.gnu.org/software/make became unstable, we should remove it from ignore list later
7-
LINKINATOR_IGNORE := "opentelemetry.io github.com jwt.io githubusercontent.com example.com github.io gnu.org _print canva.com sched.co sap.com httpbin.org nemlig.com verve.com developer.hashicorp.com"
7+
LINKINATOR_IGNORE := opentelemetry.io github.com jwt.io githubusercontent.com example.com \
8+
github.io gnu.org _print canva.com sched.co sap.com httpbin.org \
9+
nemlig.com verve.com developer.hashicorp.com \
10+
v0.3
811
CLEAN_NODE_MODULES ?= true
912

1013
##@ Docs

0 commit comments

Comments
 (0)