forked from k8sgateway/k8sgateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v1.17.x' into doc-fixes-1.17
- Loading branch information
Showing
160 changed files
with
4,869 additions
and
1,333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
changelog: | ||
- type: NON_USER_FACING | ||
description: >- | ||
Backports of doc fixes. | ||
description: >- | ||
Weekly doc fixes, including API proto doc format changes and an update to the copy-docs workflow. | ||
skipCI-kube-tests:true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/gloo/issues/9604 | ||
description: >- | ||
Added support for early header manipulation on Gateways. | ||
This feature allows headers to be manipulated before significant processing | ||
and routing decisions. | ||
It affords the ability to add or remove headers that affect request processing | ||
and can be used to implement override headers. | ||
This can be configured by setting the | ||
`gateway.spec.httpGateway.options.httpConnectionManagerSettings.earlyHeaderMutation` field. | ||
The headersToAdd field will add key-value pair headers to the request if not already | ||
present or overwrite them unless append is set to true. | ||
The headersToRemove field removes the specified headers and is processed after | ||
the headers have been added. | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: solo-io | ||
dependencyRepo: envoy-gloo | ||
dependencyTag: 1.30.6-patch5 | ||
description: > | ||
Bumped the Envoy version to 1.30.6-patch5 | ||
Needed the Early Header Manipulation extensions enabled. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
changelog: | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: solo-io | ||
dependencyRepo: envoy-gloo | ||
dependencyTag: v1.30.6-patch3 | ||
description: > | ||
Update envoy-gloo to enable support for setting span names via the transformation filter. | ||
- type: NON_USER_FACING | ||
description: >- | ||
Change the image used in our kubernetes/e2e tests from kennship/http-echo | ||
to jmalloc/echo-server. This image supports http/2. It is also smaller and | ||
faster, which may speed up our e2e tests and reduce CI costs. | ||
kennship/http-echo is also an archived project that appears to not have | ||
been updated in 6 years. | ||
This change was also made necessary by the fact that the test was timing | ||
out and failing because it was taking too long to download the | ||
`kennship/http-echo` image. See | ||
[here](https://github.com/solo-io/gloo/actions/runs/11693450838/job/32565060282?pr=10123) | ||
for a sample run. | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/gloo/issues/9848 | ||
resolvesIssue: false | ||
description: >- | ||
Enable modifying the span name for tracing purposes using InjaTemplates | ||
in the transformation filter. More information on OpenTelemetry span | ||
names can be found here: | ||
https://opentelemetry.io/docs/specs/semconv/http/http-spans/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/gloo/issues/10278 | ||
resolvesIssue: true | ||
description: >- | ||
Add metrics for translatation timing and time for taken to sync served xDS entries. | ||
skipCI-kube-tests | ||
skipCI-docs-build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.