Skip to content

Releases: solo-io/envoy-gloo

v1.30.4-patch5

16 Aug 13:12
a8b973d
Compare
Choose a tag to compare

Fixes

  • Backport local rate limiting but make it disabled by default. Requires envoy_reloadable_features_no_timer_based_rate_limit_token_bucket to be set to true. (solo-io/gloo#9564)

v1.30.4-patch4

14 Aug 15:11
466acb5
Compare
Choose a tag to compare

Fixes

  • Backport an upstream Envoy fix that allows deallocating thread-local slots on worker threads. (solo-io/solo-projects#6713)
  • Fix an issue in the ci/check_extensions_build_config.sh script. One of the grep commands was simply grepping for 'commit', which meant that any other line in the file that contained the same word would also show up in the grep, thereby messing up any string processing that followed. We fix this by making the grep a bit stricter, ie. ensuring that the line starts with 'commit' (barring any preceding whitespace for indentation purposes). (#292)

v1.31.0-patch1

13 Aug 17:51
636a0a3
Compare
Choose a tag to compare

Dependency Bumps

  • envoyproxy/envoy has been upgraded to v1.31.0.

v1.27.7-patch2

13 Aug 16:51
d184d06
Compare
Choose a tag to compare

Fixes

  • Backport an upstream Envoy fix that allows deallocating thread-local slots on worker threads. (solo-io/solo-projects#6713)
  • Fix an issue in the ci/check_extensions_build_config.sh script. One of the grep commands was simply grepping for 'commit', which meant that any other line in the file that contained the same word would also show up in the grep, thereby messing up any string processing that followed. We fix this by making the grep a bit stricter, ie. ensuring that the line starts with 'commit' (barring any preceding whitespace for indentation purposes). (#292)

v1.30.4-patch3

30 Jul 21:09
bd43246
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/envoy-fork has been upgraded to ed3a8b9ac0748d9b968e978945fdf930fad46bdf.

v1.30.4-patch2

25 Jul 12:28
f0c260f
Compare
Choose a tag to compare

New Features

  • Create body transformation mechanism to modify keys rather than overwrite the whole body (#356)

v1.27.7-patch1

18 Jul 14:27
73fc296
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/envoy-fork has been upgraded to v1.27.7-fork1.

v1.30.4-patch1

10 Jul 20:57
9460b8c
Compare
Choose a tag to compare

Dependency Bumps

  • envoyproxy/envoy has been upgraded to v1.30.4-patch1.

Fixes

  • Fix status code and span names not being set correctly by the opentelemetry exporter. Backports ac5dfa0c703787fe9c90be07efa610ec17bd3506 from upstream 1.31 (solo-io/gloo#9313)

v1.23.12-patch5

05 Jul 13:36
4632aae
Compare
Choose a tag to compare

Fixes

v1.26.8-patch3

02 Jul 19:59
9f8d012
Compare
Choose a tag to compare

Dependency Bumps

  • solo-io/envoy-fork has been upgraded to v1.26.8-fork2.