Skip to content

Commit

Permalink
update release notes with delta from v1.1.0-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Daich <guy.daich@sap.com>
  • Loading branch information
guydc committed Jul 22, 2024
1 parent b00bef3 commit a92a809
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release-notes/v1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ changes:
breaking-change: |
SecurityPolicy translation failures will now cause routes referenced by the policy to return an immediate 500 reponse

Check failure on line 141 in release-notes/v1.1.0.yaml

View workflow job for this annotation

GitHub Actions / lint

reponse ==> response
Gateway-API BackendTLSPolicy v1alpha3 is incompatible with previous versions of the CRD
xPolicy targetRefs can no longer specify a namespace, since Gateway-API v1.1.0 uses LocalPolicyTargetReferenceWithSectionName in Policy resources
SecurityPolicy translation failures will now cause routes referenced by the policy to return an immediate 500 reponse
deprecation: |
Expand Down
15 changes: 14 additions & 1 deletion site/content/en/news/releases/notes/v1.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ publishdate: 2024-07-22
Date: July 22, 2024

## Documentation
- Added Concepts Doc
- Added User Guide for Wasm Extension
- Added User Guide for patching Envoy Service
- Added User Guide for Backend MTLS
- Added User Guide for Backend TLS Parameters
- Added User Guide for IP Allowlist/Denylist
- Added User Guide for Extension Server
- Added User Guide for building Wasm image
- Added Performance Benchmarking Document
- Added User Guide for Zipkin Tracing
- Added User Guide for Customizing Ordering of Filters
Expand Down Expand Up @@ -59,6 +67,7 @@ Date: July 22, 2024
- Support Not-Implemented-Hide marker in API docs

## Installation
- Added startupProbe to all provisioned containers to reduce risk of restart
- Added new gateway-addons-helm chart for Observability
- Added support for global image settings for all images in Envoy Gateway helm chart
- Added Support for PodDistruptionBudget for Envoy Gateway
Expand Down Expand Up @@ -127,6 +136,7 @@ Date: July 22, 2024
- Removed Status Print Column from xPolicy CRDs

### Breaking Changes
- SecurityPolicy translation failures will now cause routes referenced by the policy to return an immediate 500 reponse

Check failure on line 139 in site/content/en/news/releases/notes/v1.1.0.md

View workflow job for this annotation

GitHub Actions / lint

reponse ==> response
- Gateway-API BackendTLSPolicy v1alpha3 is incompatible with previous versions of the CRD
- xPolicy targetRefs can no longer specify a namespace, since Gateway-API v1.1.0 uses LocalPolicyTargetReferenceWithSectionName in Policy resources

Expand All @@ -142,6 +152,8 @@ Date: July 22, 2024
- Added Supported Features to Gateway Class

## Testing
- Added e2e test for Client MTLS
- Added e2e test for Load Balancing
- Added performance benchmarking test
- Added e2e test for Zipking Tracing
- Added e2e test for HTTP Health Checks
Expand Down Expand Up @@ -218,7 +230,8 @@ Date: July 22, 2024
- Bumped go-control-plane to v0.12.1

## Cli
- Added Support for Install and Uninstall Commands to egctl
- Added egctl x collect command
- Added Support for Install and Uninstall commands to egctl
- Added Support for xRoute and xPolicy in egctl x status
- Added Golang version to Envoy Gateway version command
- Fixed egctl x status gatewayclass example message
Expand Down
15 changes: 14 additions & 1 deletion site/content/en/news/releases/v1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ The release adds a ton of features and functionality. Here are some highlights:

### Documentation

- Added Concepts Doc
- Added User Guide for Wasm Extension
- Added User Guide for patching Envoy Service
- Added User Guide for Backend MTLS
- Added User Guide for Backend TLS Parameters
- Added User Guide for IP Allowlist/Denylist
- Added User Guide for Extension Server
- Added User Guide for building Wasm image
- Added Performance Benchmarking Document
- Added User Guide for Zipkin Tracing
- Added User Guide for Customizing Ordering of Filters
Expand Down Expand Up @@ -77,6 +85,7 @@ The release adds a ton of features and functionality. Here are some highlights:

### Installation

- Added startupProbe to all provisioned containers to reduce risk of restart
- Added new gateway-addons-helm chart for Observability
- Added support for global image settings for all images in Envoy Gateway helm chart
- Added Support for PodDistruptionBudget for Envoy Gateway
Expand Down Expand Up @@ -147,6 +156,7 @@ The release adds a ton of features and functionality. Here are some highlights:

### Breaking Changes

- SecurityPolicy translation failures will now cause routes referenced by the policy to return an immediate 500 reponse

Check failure on line 159 in site/content/en/news/releases/v1.1.md

View workflow job for this annotation

GitHub Actions / lint

reponse ==> response
- Gateway-API BackendTLSPolicy v1alpha3 is incompatible with previous versions of the CRD
- xPolicy targetRefs can no longer specify a namespace, since Gateway-API v1.1.0 uses LocalPolicyTargetReferenceWithSectionName in Policy resources

Expand All @@ -165,6 +175,8 @@ The release adds a ton of features and functionality. Here are some highlights:

### Testing

- Added e2e test for Client MTLS
- Added e2e test for Load Balancing
- Added performance benchmarking test
- Added e2e test for Zipking Tracing
- Added e2e test for HTTP Health Checks
Expand Down Expand Up @@ -245,7 +257,8 @@ The release adds a ton of features and functionality. Here are some highlights:

### CLI

- Added Support for Install and Uninstall Commands to egctl
- Added egctl x collect command
- Added Support for Install and Uninstall commands to egctl
- Added Support for xRoute and xPolicy in egctl x status
- Added Golang version to Envoy Gateway version command
- Fixed egctl x status gatewayclass example message
Expand Down

0 comments on commit a92a809

Please sign in to comment.