From 1e741a8507fc5dae98662b407edb397df4cedf91 Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Thu, 24 Aug 2023 12:40:36 -0400 Subject: [PATCH 1/2] maintainers: welcome Alex Signed-off-by: Alyssa Wilk --- OWNERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OWNERS.md b/OWNERS.md index b554d7b2ce7c..5debc96787c6 100644 --- a/OWNERS.md +++ b/OWNERS.md @@ -46,6 +46,8 @@ routing PRs, questions, etc. to the right place. * Listeners, RBAC, CEL, matching, Istio. * Raven Black ([ravenblackx](https://github.com/ravenblackx)) (ravenblack@dropbox.com) * Caches, file filters, and file I/O. +* Alex Xu ([soulxu](https://github.com/soulxu)) (hejie.xu@intel.com) + * Listeners, iouring, data plane. # Envoy mobile maintainers From 20f18682ec43038e040845f68b22986d81fcfd83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 06:59:37 +0000 Subject: [PATCH 2/2] build(deps): bump gitpython from 3.1.32 to 3.1.40 in /tools/base Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.40. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.40) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/base/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/base/requirements.txt b/tools/base/requirements.txt index 766da25098f1..e23b93a40229 100644 --- a/tools/base/requirements.txt +++ b/tools/base/requirements.txt @@ -626,9 +626,9 @@ gitdb==4.0.10 \ --hash=sha256:6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a \ --hash=sha256:c286cf298426064079ed96a9e4a9d39e7f3e9bf15ba60701e95f5492f28415c7 # via gitpython -gitpython==3.1.32 \ - --hash=sha256:8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6 \ - --hash=sha256:e3d59b1c2c6ebb9dfa7a184daf3b6dd4914237e7488a1730a6d8f6f5d0b4187f +gitpython==3.1.40 \ + --hash=sha256:22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4 \ + --hash=sha256:cf14627d5a8049ffbf49915732e5eddbe8134c3bdb9d476e6182b676fc573f8a # via -r requirements.in google-api-core==2.11.1 \ --hash=sha256:25d29e05a0058ed5f19c61c0a78b1b53adea4d9364b464d014fbda941f6d1c9a \