Skip to content

Commit bef2810

Browse files
repo: Sync version histories (envoyproxy#39396)
Signed-off-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com>
1 parent 1e68b78 commit bef2810

File tree

9 files changed

+42
-3
lines changed

9 files changed

+42
-3
lines changed

changelogs/1.31.8.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
date: May 7, 2025
2+
3+
bug_fixes:
4+
- area: url_template
5+
change: |
6+
Included the asterisk ``*`` in the match pattern when using the * or ** operators in the URL template.
7+
This behavioral change can be temporarily reverted by setting runtime guard
8+
``envoy.reloadable_features.uri_template_match_on_asterisk`` to ``false``.

changelogs/1.32.6.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
date: May 7, 2025
2+
3+
bug_fixes:
4+
- area: url_template
5+
change: |
6+
Included the asterisk ``*`` in the match pattern when using the * or ** operators in the URL template.
7+
This behavioral change can be temporarily reverted by setting runtime guard
8+
``envoy.reloadable_features.uri_template_match_on_asterisk`` to ``false``.

changelogs/1.33.3.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
date: May 7, 2025
2+
3+
bug_fixes:
4+
- area: eds
5+
change: |
6+
Fixed crash when creating an EDS cluster with invalid configuration.
7+
- area: url_template
8+
change: |
9+
Included the asterisk ``*`` in the match pattern when using the * or ** operators in the URL template.
10+
This behavioral change can be temporarily reverted by setting runtime guard
11+
``envoy.reloadable_features.uri_template_match_on_asterisk`` to ``false``.

changelogs/1.34.1.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
date: May 7, 2025
2+
3+
bug_fixes:
4+
- area: eds
5+
change: |
6+
Fixed crash when creating an EDS cluster with invalid configuration.
7+
- area: url_template
8+
change: |
9+
Included the asterisk ``*`` in the match pattern when using the * or ** operators in the URL template.
10+
This behavioral change can be temporarily reverted by setting runtime guard
11+
``envoy.reloadable_features.uri_template_match_on_asterisk`` to ``false``.

docs/inventories/v1.31/objects.inv

32 Bytes
Binary file not shown.

docs/inventories/v1.32/objects.inv

42 Bytes
Binary file not shown.

docs/inventories/v1.33/objects.inv

60 Bytes
Binary file not shown.

docs/inventories/v1.34/objects.inv

182 KB
Binary file not shown.

docs/versions.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"1.28": 1.28.7
2525
"1.29": 1.29.12
2626
"1.30": 1.30.11
27-
"1.31": 1.31.7
28-
"1.32": 1.32.5
29-
"1.33": 1.33.2
27+
"1.31": 1.31.8
28+
"1.32": 1.32.6
29+
"1.33": 1.33.3
30+
"1.34": 1.34.1

0 commit comments

Comments
 (0)