Skip to content

Commit

Permalink
repo: Dev v1.29.9
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Sep 14, 2024
1 parent 8156801 commit 189ebfa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.8
1.29.9-dev
9 changes: 9 additions & 0 deletions changelogs/1.29.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
date: September 14, 2024

bug_fixes:
- area: stateful_session
change: |
Support 0 TTL for proto-encoded cookies, which disables cookie expiration by Envoy.
- area: dependencies
change: |
Update curl to mitigate CVE-2024-7264.
22 changes: 15 additions & 7 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
date: September 14, 2024
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*

bug_fixes:
- area: stateful_session
change: |
Support 0 TTL for proto-encoded cookies, which disables cookie expiration by Envoy.
- area: dependencies
change: |
Update curl to mitigate CVE-2024-7264.
# *Changes expected to improve the state of the world and are unlikely to have negative effects*

removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:

deprecated:

0 comments on commit 189ebfa

Please sign in to comment.