-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.4.0-rc.1: Update Version and Release Notes (#1304)
0.4.0-rc.1: update version and relnotes Signed-off-by: AliceProxy <alicewasko@datawire.io>
- Loading branch information
Alice Wasko
authored
Apr 13, 2023
1 parent
1d1cf03
commit 6baaaf1
Showing
2 changed files
with
62 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.3.0 | ||
v0.4.0-rc.1 |
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,61 @@ | ||
date: April 13, 2023 | ||
|
||
changes: | ||
- area: documentation | ||
change: | | ||
Added Docs for Installing and Using egctl | ||
- area: installation | ||
change: | | ||
Added Helm Installation Support | ||
Added Support for Ratelimiting Based On IP Subnet | ||
Added Gateway API Support Doc | ||
- area: api | ||
change: | | ||
Upgraded to Gateway API v0.6.2 | ||
Added Support for Custom Envoy Proxy Bootstrap Config | ||
Added Support for Configuring the Envoy Proxy Image and Service | ||
Added Support for Configuring Annotations, Resources, and Securitycontext Settings on Ratelimit Infra and Envoy Proxy | ||
Added Support for Using Multiple Certificates on a Single Fully Qualified Domain Name | ||
Gateway Status Address is now Populated for ClusterIP type Envoy Services | ||
Envoy Proxy Pod and Container SecurityContext is now Configurable | ||
Added Custom Envoy Gateway Extensions Framework | ||
Added Support for Service Method Match in GRPCRoute | ||
- area: ci-tooling-testing | ||
change: | | ||
Fixed CI Flakes During Helm Install | ||
Added Test To Ensure Static xDS Cluster Has Same Field Values as Dynamic Cluster | ||
Added egctl to Build and Test CI Workflow | ||
Code Coverage Thresholds are now Enforced by CI | ||
Fixed latest-release-check CI Job Failures | ||
Added Auto Release Tooling for Charts | ||
- area: conformance | ||
change: | | ||
Enabled GatewayWithAttachedRoutes Test | ||
Enabled Enable HTTPRouteInvalidParentRefNotMatchingSectionName Test | ||
Enabled Enable HTTPRouteDisallowedKind Test | ||
Re-Enabled Gateway/HTTPRouteObservedGenerationBump Test | ||
- area: translator | ||
change: | | ||
Added Support for Dynamic GatewayControllerName in Route Status | ||
- area: providers | ||
change: | | ||
Update GatewayClass Status Based on EnvoyProxy Config Validation | ||
- area: xds | ||
change: | | ||
Added EDS Support | ||
Fixed PathSeparatedPrefix and Optimized Logic for Prefixes Ending With Trailing Slash | ||
Updated Deprecated RegexMatcher | ||
Refactored Authn and Ratelimit Features to Reuse buildXdsCluster | ||
- area: cli | ||
change: | | ||
Added egctl CLI Tool | ||
Added egctl Support for Dry Runs of Gateway API Config | ||
Added egctl Support for Dumping Envoy Proxy xDS Resources |