Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: eriksjolund/envoy

Tags

v1.16.2

Toggle v1.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Closing release 1.16.2. (envoyproxy#14308)

Signed-off-by: Christoph Pakulski <[email protected]>

v1.15.3

Toggle v1.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rel 1.15: close release 1.15.3 (envoyproxy#14303)

Signed-off-by: Christoph Pakulski <[email protected]>

v1.14.6

Toggle v1.14.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rel 1.14: Closing release 1.14.6. (envoyproxy#14304)

Signed-off-by: Christoph Pakulski <[email protected]>

v1.13.7

Toggle v1.13.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rel 1.13: Closing release 1.13.7 (envoyproxy#14305)

Signed-off-by: Christoph Pakulski <[email protected]>

v1.16.1

Toggle v1.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
backport to 1.16: proxy protocol: set downstreamRemoteAddress on Stre…

…amInfo (envoyproxy#14132)

This fixes a regression which resulted in the downstreamRemoteAddress
on the StreamInfo for a connection not having the address supplied by
the proxy protocol filter, but instead having the address of the
directly connected peer.

This issue does not affect HTTP filters.

Signed-off-by: Greg Greenway <[email protected]>

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: 1.16.0 (envoyproxy#13438)

Signed-off-by: Alyssa Wilk <[email protected]>

v1.15.2

Toggle v1.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Fix release notes for v1.15.1 release. (envoyproxy#13318)

Signed-off-by: Antonio Vicente <[email protected]>

v1.15.1

Toggle v1.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: cutting 1.15.1 (envoyproxy#217)

Signed-off-by: Antonio Vicente <[email protected]>

v1.14.5

Toggle v1.14.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: cutting 1.14.5 (envoyproxy#221)

Signed-off-by: Antonio Vicente <[email protected]>

v1.13.6

Toggle v1.13.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
backport to v1.13: test flake: fix flake in ApiListener integration t…

…est (envoyproxy#9808) (envoyproxy#13316)

Description: previously the test was not waiting for the expectation on the server's thread to complete. Therefore, there was a use after free race condition with the ApiListener's TlsCachingDateProvider. This PR makes it so that the test waits for the expectation to be fulfilled  and thus prevents the race.
Risk Level: low
Testing: ran integration test a few thousand times locally on a linux machine.

Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: Antonio Vicente <[email protected]>