Skip to content

Commit

Permalink
repo: Release v1.25.5
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Apr 12, 2023
1 parent 36d1f53 commit db9e964
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 20 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.5-dev
1.25.5
10 changes: 10 additions & 0 deletions changelogs/1.22.11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
date: April 11, 2023

bug_fixes:
- area: dependency
change: |
update Curl -> 8.0.1 to resolve CVE-2023-27535, CVE-2023-27536, CVE-2023-27538.
- area: http
change: |
amend the fix for ``x-envoy-original-path`` so it removes the header only at edge.
Previously this would also remove the header at any Envoy instance upstream of an external request, including an Envoy instance that added the header.
11 changes: 11 additions & 0 deletions changelogs/1.23.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
date: April 12, 2023

bug_fixes:
- area: dependency
change: |
update Curl -> 8.0.1 to resolve CVE-2023-27535, CVE-2023-27536, CVE-2023-27538.
- area: http
change: |
amend the fix for ``x-envoy-original-path`` so it removes the header only at edge.
Previously this would also remove the header at any Envoy instance upstream of an external request, including an Envoy
instance that added the header.
11 changes: 11 additions & 0 deletions changelogs/1.24.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
date: April 12, 2023

bug_fixes:
- area: dependency
change: |
update Curl -> 8.0.1 to resolve CVE-2023-27535, CVE-2023-27536, CVE-2023-27538.
- area: http
change: |
amend the fix for ``x-envoy-original-path`` so it removes the header only at edge.
Previously this would also remove the header at any Envoy instance upstream of an external request, including an Envoy
instance that added the header.
16 changes: 1 addition & 15 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
date: Pending

behavior_changes:
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*

minor_behavior_changes:
# *Changes that may cause incompatibilities for some users, but should not for most*
date: April 12, 2023

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: dependency
change: |
update Curl -> 8.0.1 to resolve CVE-2023-27535, CVE-2023-27536, CVE-2023-27538.
- area: http
change: |
amend the fix for ``x-envoy-original-path`` so it removes the header only at edge.
Previously this would also remove the header at any Envoy instance upstream of an external request, including an Envoy instance that added the header.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:

deprecated:
Binary file modified docs/inventories/v1.22/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.23/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.24/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.25/objects.inv
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"1.19": 1.19.5
"1.20": 1.20.7
"1.21": 1.21.6
"1.22": 1.22.10
"1.23": 1.23.7
"1.24": 1.24.5
"1.25": 1.25.3
"1.22": 1.22.11
"1.23": 1.23.8
"1.24": 1.24.6
"1.25": 1.25.4

0 comments on commit db9e964

Please sign in to comment.