-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de0d849
commit 00836c8
Showing
4 changed files
with
20 additions
and
27 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,20 @@ | ||
changelog: | ||
- type: NON_USER_FACING | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6026 | ||
resolvesIssue: false | ||
description: >- | ||
Introduce code coverage tooling, introduce a basic check on projects/gateway2 tests | ||
so that users have some feedback (that is not yet required). | ||
Update the `devel` folder to remove Gloo Edge references, and replace with Gloo Gateway | ||
- type: NON_USER_FACING | ||
description: >- | ||
Resolve the iosnapshot/history_test flake, by ensuring that asynchronous operations | ||
are provided time to complete. | ||
- type: HELM | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6352 | ||
resolvesIssue: false | ||
description: >- | ||
Introduce `gateway.validation.webhook.enablePolicyApi` which controls whether or not RouteOptions and | ||
VirtualHostOptions CRs are subject to validation. By default, this value is true. | ||
The validation of these Policy APIs only runs if the Kubernetes Gateway integration is enabled (`kubeGateway.enabled`). |