-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update version and release notes for v0.6.0-rc.1 #2094
Merged
+73
−1
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.0 | ||
v0.6.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,72 @@ | ||
date: Oct 27, 2023 | ||
|
||
changes: | ||
- area: documentation | ||
change: | | ||
Introduced a new website based on Hugo | ||
Added Grafana dashboards and integration docs for EnvoyProxy metrics | ||
Added Grafana integration docs for Gateway API metrics | ||
|
||
- area: installation | ||
change: | | ||
Added Support for configuring Envoy Gateway Label and Annotations using Helm | ||
Increased default Resource defaults for Envoy Gateway to 100m CPU and 256Mi Memory | ||
Fixes Helm values for EnvoyGateway startup configuration | ||
Added opt-in field to skip creating control plane TLS Certificates allowing users to bring their own certificates. | ||
|
||
- area: api | ||
change: | | ||
Upgraded to Gateway API v1.0.0 | ||
Added the ClientTrafficPolicy CRD with Keep Alive Support | ||
Added the BackendTrafficPolicy CRD with RateLimit and LoadBalancer Support | ||
Added the SecurityPolicy CRD with CORS and JWT Support | ||
Added EnvoyGateway Metrics with Prometheus and OpenTelemetry support | ||
Added Support for InitContainers in EnvoyProxy CRD | ||
Added Support for LoadBalancerIP in EnvoyProxy CRD | ||
Added Support for AllocateLoadBalancerNodePorts in EnvoyProxy CRD | ||
Added Support for LoadBalancerClass in EnvoyProxy CRD | ||
Added Support for selecting EnvoyProxy stats to be generated | ||
Added Support for enabling EnvoyProxy Virtual Host metrics | ||
Added Support for Merging Gateway resources onto the same infrastructure | ||
|
||
breaking-change: | | ||
Removed the AuthenticationFilter CRD | ||
Removed the RateLimitFilter CRD | ||
Enabled EnvoyProxy Prometheus Endpoint by default with an option to disable it | ||
Updated the Bootstrap field within the EnvoyProxy CRD with an additional value | ||
field to specify bootstrap config | ||
|
||
- area: ci-tooling-testing | ||
change: | | ||
|
||
- area: conformance | ||
change: | | ||
|
||
- area: watchable | ||
change: | | ||
Improved caching of resource by implementing a compare function agnostic of resource order | ||
|
||
- area: translator | ||
breaking-change: | | ||
Added support for routing to EndpointSlice endpoints | ||
Added support for HTTPRoute Timeouts | ||
Added support for multiple RequestMirror filters per HTTPRoute rule | ||
Use / instead of - in IR Route Names | ||
Added Support to ignore ports in Host header | ||
|
||
- area: providers | ||
change: | | ||
Added the generationChangedPredicate to most resources to limit resource reconiliation | ||
Improved reconiliation by using the same enqueue request for all resources | ||
Added support for reconciling ServiceImport CRD | ||
Added support for selectively watching resources based on Namespace Selector | ||
|
||
- area: xds | ||
change: | | ||
Fixed Layered Runtime warnings | ||
Upgraded to the latest version of go-control-plane that fixed xDS Resource ordering issues for ADS. | ||
Added HTTP2 Keep Alives to the xds connection | ||
|
||
- area: cli | ||
change: | | ||
Added Support for egctl stats command |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need these if they are empty?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will update this before the release