From 9c424b4e515bfae72cb010b2143c54b7e18bded1 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Thu, 16 Jun 2022 14:48:39 +0000 Subject: [PATCH] dynamo: moving to contrib (#21715) Risk Level: low Testing: n/a Docs Changes: n/a Release Notes: inline Signed-off-by: Alyssa Wilk Mirrored from https://github.com/envoyproxy/envoy @ 352857fb678fd7063e82884d8b675b6cc816e563 --- BUILD | 2 +- .../envoy}/extensions/filters/http/dynamo/v3/BUILD | 0 .../envoy}/extensions/filters/http/dynamo/v3/dynamo.proto | 0 versioning/BUILD | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename {envoy => contrib/envoy}/extensions/filters/http/dynamo/v3/BUILD (100%) rename {envoy => contrib/envoy}/extensions/filters/http/dynamo/v3/dynamo.proto (100%) diff --git a/BUILD b/BUILD index 21782409..efb2b677 100644 --- a/BUILD +++ b/BUILD @@ -72,6 +72,7 @@ proto_library( name = "v3_protos", visibility = ["//visibility:public"], deps = [ + "//contrib/envoy/extensions/filters/http/dynamo/v3:pkg", "//contrib/envoy/extensions/filters/http/language/v3alpha:pkg", "//contrib/envoy/extensions/filters/http/squash/v3:pkg", "//contrib/envoy/extensions/filters/http/sxg/v3alpha:pkg", @@ -157,7 +158,6 @@ proto_library( "//envoy/extensions/filters/http/csrf/v3:pkg", "//envoy/extensions/filters/http/decompressor/v3:pkg", "//envoy/extensions/filters/http/dynamic_forward_proxy/v3:pkg", - "//envoy/extensions/filters/http/dynamo/v3:pkg", "//envoy/extensions/filters/http/ext_authz/v3:pkg", "//envoy/extensions/filters/http/ext_proc/v3:pkg", "//envoy/extensions/filters/http/fault/v3:pkg", diff --git a/envoy/extensions/filters/http/dynamo/v3/BUILD b/contrib/envoy/extensions/filters/http/dynamo/v3/BUILD similarity index 100% rename from envoy/extensions/filters/http/dynamo/v3/BUILD rename to contrib/envoy/extensions/filters/http/dynamo/v3/BUILD diff --git a/envoy/extensions/filters/http/dynamo/v3/dynamo.proto b/contrib/envoy/extensions/filters/http/dynamo/v3/dynamo.proto similarity index 100% rename from envoy/extensions/filters/http/dynamo/v3/dynamo.proto rename to contrib/envoy/extensions/filters/http/dynamo/v3/dynamo.proto diff --git a/versioning/BUILD b/versioning/BUILD index 4e40d0c7..0e18ac48 100644 --- a/versioning/BUILD +++ b/versioning/BUILD @@ -9,6 +9,7 @@ proto_library( name = "active_protos", visibility = ["//visibility:public"], deps = [ + "//contrib/envoy/extensions/filters/http/dynamo/v3:pkg", "//contrib/envoy/extensions/filters/http/language/v3alpha:pkg", "//contrib/envoy/extensions/filters/http/squash/v3:pkg", "//contrib/envoy/extensions/filters/http/sxg/v3alpha:pkg", @@ -94,7 +95,6 @@ proto_library( "//envoy/extensions/filters/http/csrf/v3:pkg", "//envoy/extensions/filters/http/decompressor/v3:pkg", "//envoy/extensions/filters/http/dynamic_forward_proxy/v3:pkg", - "//envoy/extensions/filters/http/dynamo/v3:pkg", "//envoy/extensions/filters/http/ext_authz/v3:pkg", "//envoy/extensions/filters/http/ext_proc/v3:pkg", "//envoy/extensions/filters/http/fault/v3:pkg",