Skip to content

Releases: solo-io/envoy-gloo

v1.31.2-patch2

15 Oct 01:15
0886e23
Compare
Choose a tag to compare

Dependency Bumps

  • envoyproxy/envoy has been upgraded to d599cb3320b890a6caef865b22d197a2314a5ac4.

New Features

  • Update the transformation filter to allow setting the tracer's span name. (solo-io/gloo#9848)

v1.30.6-patch3

07 Oct 16:18
9c14c3a
Compare
Choose a tag to compare

New Features

  • Update the transformation filter to allow setting the tracer's span name. (solo-io/gloo#9848)

v1.30.6-patch2

26 Sep 16:28
cd2048f
Compare
Choose a tag to compare

Fixes

  • Backport a patch that allows setting the span name for OpenTelemetry traces. (solo-io/gloo#9848)

v1.31.2-patch1

24 Sep 19:21
e34fd2d
Compare
Choose a tag to compare

Dependency Bumps

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

Fixes

v1.30.6-patch1

24 Sep 17:47
50ba600
Compare
Choose a tag to compare

Dependency Bumps

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

Fixes

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.