Skip to content

Commit

Permalink
repo: Release v1.29.2
Browse files Browse the repository at this point in the history
**Summary of changes**:

- Revert default codec to nghttp2 as a number of users have reported issues with
  oghttp2 including #32611 and #32401
- Assorted minor fixes

**Docker images**:
    https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.29.2
**Docs**:
    https://www.envoyproxy.io/docs/envoy/v1.29.2/
**Release notes**:
    https://www.envoyproxy.io/docs/envoy/v1.29.2/version_history/v1.29/v1.29.2
**Full changelog**:
    v1.29.1...v1.29.2

Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Mar 7, 2024
1 parent 57a0256 commit 2092d65
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
1.29.2-dev
1.29.2
12 changes: 1 addition & 11 deletions changelogs/current.yaml
@@ -1,30 +1,20 @@
date: Pending
date: March 7, 2024

behavior_changes:
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
- area: http2
change: |
Changes the default value of ``envoy.reloadable_features.http2_use_oghttp2`` to ``false``. This changes the codec used for HTTP/2
requests and responses. A number of users have reported issues with oghttp2 including issue 32611 and issue 32401 This behavior
can be reverted by setting the feature to ``true``.
minor_behavior_changes:
# *Changes that may cause incompatibilities for some users, but should not for most*

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: jwt_authn
change: |
Fixed JWT extractor, which concatenated headers with a comma, resultig in invalid tokens.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:
- area: google_grpc
change: |
Added an off-by-default runtime flag
``envoy.reloadable_features.google_grpc_disable_tls_13`` to disable TLSv1.3
usage by gRPC SDK for ``google_grpc`` services.
deprecated:
Binary file modified docs/inventories/v1.29/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/versions.yaml
Expand Up @@ -22,4 +22,4 @@
"1.26": 1.26.7
"1.27": 1.27.3
"1.28": 1.28.1
"1.29": 1.29.0
"1.29": 1.29.1

0 comments on commit 2092d65

Please sign in to comment.