Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirror/1.29.4 #26

Merged
merged 20 commits into from
Apr 27, 2024
Merged

Mirror/1.29.4 #26

merged 20 commits into from
Apr 27, 2024

Conversation

nfuden
Copy link
Collaborator

@nfuden nfuden commented Apr 27, 2024

No description provided.

phlax and others added 20 commits April 10, 2024 14:19
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
)

Increases the timeout for the connection close with deferred streams test.

Signed-off-by: Biren Roy <birenroy@google.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Christoph Pakulski <paker8848@gmail.com>
Signed-off-by: Raven Black <ravenblack@dropbox.com>
* tls: fix RELEASE_ASSERT when using `auto_sni`

If the `:authority` was longer than 255 characters, Envoy would
RELEASE_ASSERT when creating an upstream TLS connection when
`auto_sni` (https://www.envoyproxy.io/docs/envoy/v1.30.0/api-v3/config/core/v3/protocol.proto.html#config-core-v3-upstreamhttpprotocoloptions)
was used.

Signed-off-by: Greg Greenway <ggreenway@apple.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
…proxy#33044)

Signed-off-by: Neal Turett <neal.turett@datadoghq.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>

Signed-off-by: phlax <phlax@users.noreply.github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>

Signed-off-by: phlax <phlax@users.noreply.github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>

Signed-off-by: phlax <phlax@users.noreply.github.com>
…nvoyproxy#33035)

Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.2.27 to 0.2.28. This release includes the previously tagged commit.
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](envoyproxy/toolshed@actions-v0.2.27...actions-v0.2.28)

---
updated-dependencies:
- dependency-name: envoyproxy/toolshed
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
…nvoyproxy#33045)

* build(deps): bump envoyproxy/toolshed from actions-v0.2.28 to 0.2.29

Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.2.28 to 0.2.29. This release includes the previously tagged commit.
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](envoyproxy/toolshed@actions-v0.2.28...actions-v0.2.29)

---
updated-dependencies:
- dependency-name: envoyproxy/toolshed
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* bad-dependabot

Signed-off-by: Ryan Northey <ryan@synca.io>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Northey <ryan@synca.io>

Signed-off-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
…nvoyproxy#33558)

* build(deps): bump envoyproxy/toolshed from actions-v0.2.29 to 0.2.30

Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.2.29 to 0.2.30. This release includes the previously tagged commit.
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](envoyproxy/toolshed@actions-v0.2.29...actions-v0.2.30)

---
updated-dependencies:
- dependency-name: envoyproxy/toolshed
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* add-missing
* deps/api: Bump `envoy_toolshed` -> 0.1.3

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>

Signed-off-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
**Summary of changes**:

* Fix for potential TLS/SNI (`auto_sni`) crash [CVE-2024-32475](GHSA-3mh5-6q8v-25wj).
* Fix for `config_dump` in admin UI.

**Docker images**:
    https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.29.4
**Docs**:
    https://www.envoyproxy.io/docs/envoy/v1.29.4/
**Release notes**:
    https://www.envoyproxy.io/docs/envoy/v1.29.4/version_history/v1.29/v1.29.4
**Full changelog**:
    envoyproxy/envoy@v1.29.3...v1.29.4

Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
@nfuden nfuden merged commit a7f4365 into release/v1.29-backportedfork Apr 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants