Skip to content

Commit

Permalink
docs: fix version history and release 1.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
  • Loading branch information
lizan committed Mar 2, 2020
1 parent 95f66f7 commit b67c140
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.1-dev
1.13.1
8 changes: 4 additions & 4 deletions docs/root/intro/version_history.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Version history
---------------

1.13.1 (Pending)
================
* rbac: added :ref:`url_path <envoy_api_field_config.rbac.v2.Permission.url_path>` for matching URL path without the query and fragment string.
1.13.1 (March 3, 2020)
======================
* buffer: force copy when appending small slices to OwnedImpl buffer to avoid fragmentation.
* http: added HTTP/1.1 flood protection. Can be temporarily disabled using the runtime feature `envoy.reloadable_features.http1_flood_protection`.
* listeners: fixed issue where :ref:`TLS inspector listener filter <config_listener_filters_tls_inspector>` could have been bypassed by a client using only TLS 1.3.
* sds: fix the SDS vulnerability that TLS validation context (e.g., subject alt name or hash) cannot be effectively validated in some cases.
* rbac: added :ref:`url_path <envoy_api_field_config.rbac.v2.Permission.url_path>` for matching URL path without the query and fragment string.
* sds: fixed the SDS vulnerability that TLS validation context (e.g., subject alt name or hash) cannot be effectively validated in some cases.

1.13.0 (January 20, 2020)
=========================
Expand Down

0 comments on commit b67c140

Please sign in to comment.