This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/github.com/prometheus/client_model-0.3.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    omit 6a599fbd chore(deps): bump github.com/prometheus/client_model from 
0.2.0 to 0.3.0
     add c38ae667 chore(deps): bump github.com/eclipse/paho.mqtt.golang in 
/test/e2e (#1410)
     add 4e0749e6 docs: update "ApisixTls" and "ApisixClusterConfig" (#1414)
     add 00855fa4 feat: support plugin_metadata of apisix (#1369)
     add 6879c81f feat: support ingress and backend service in different 
namespace (#1377)
     add 6b38e806 chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 
(#1411)
     add 9d2a3b36 chore(deps): bump github.com/prometheus/client_model from 
0.2.0 to 0.3.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6a599fbd)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/github.com/prometheus/client_model-0.3.0 
(9d2a3b36)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 cmd/ingress/ingress.go                             |   1 +
 conf/config-default.yaml                           |   1 +
 .../plugin-metadata-config-map.yaml                |  34 +-
 docs/en/latest/concepts/apisix_cluster_config.md   |  43 +-
 docs/en/latest/concepts/apisix_tls.md              |  28 +-
 go.mod                                             |   4 +-
 go.sum                                             |   4 +-
 pkg/apisix/apisix.go                               |   9 +
 pkg/apisix/cluster.go                              |  42 +-
 pkg/apisix/consumer.go                             |   6 +-
 pkg/apisix/global_rule.go                          |   6 +-
 pkg/apisix/nonexistentclient.go                    |  22 +
 pkg/apisix/plugin_metadata.go                      | 149 +++++
 pkg/apisix/pluginconfig.go                         |   6 +-
 pkg/apisix/resource.go                             |  11 +
 pkg/apisix/route.go                                |   6 +-
 pkg/apisix/ssl.go                                  |   6 +-
 pkg/apisix/stream_route.go                         |   6 +-
 pkg/apisix/upstream.go                             |   6 +-
 pkg/config/config.go                               |   1 +
 pkg/providers/controller.go                        |  18 +-
 pkg/providers/ingress/translation/annotations.go   |   3 +
 .../servicenamespace.go}                           |  10 +-
 .../ingress/translation/annotations/types.go       |   3 +
 .../ingress/translation/annotations_test.go        |   9 +
 pkg/providers/ingress/translation/translator.go    |  24 +-
 pkg/providers/k8s/configmap/configmap.go           | 279 +++++++++
 pkg/providers/k8s/{pod => configmap}/provider.go   |  36 +-
 .../translation/configyaml__parser_test.go         |  79 +++
 .../translation/configyaml_parser.go}              |  47 +-
 pkg/providers/k8s/configmap/translation/parse.go   |  67 +++
 .../k8s/configmap/translation/translation.go}      |  53 +-
 pkg/providers/k8s/provider.go                      |  15 +-
 pkg/providers/types/types.go                       |  31 +
 pkg/providers/utils/manifest.go                    |  99 +++-
 pkg/types/apisix/v1/types.go                       |   5 +
 test/e2e/go.mod                                    |   5 +-
 test/e2e/go.sum                                    |   4 +-
 test/e2e/scaffold/k8s.go                           |  51 ++
 test/e2e/suite-annotations/svc_namespace.go        | 628 +++++++++++++++++++++
 test/e2e/suite-chore/admin_api.go                  |  81 +++
 .../suite-ingress-resource/configmap.go            | 228 ++++++++
 .../suite-ingress/suite-ingress-resource/stream.go |   2 +-
 43 files changed, 1960 insertions(+), 208 deletions(-)
 copy samples/deploy/admission/webhook-service.yaml => 
conf/plugin-metadata-config-map.yaml (61%)
 create mode 100644 pkg/apisix/plugin_metadata.go
 copy pkg/providers/ingress/translation/annotations/{websocket/websocket.go => 
servicenamespace/servicenamespace.go} (80%)
 create mode 100644 pkg/providers/k8s/configmap/configmap.go
 copy pkg/providers/k8s/{pod => configmap}/provider.go (61%)
 create mode 100644 
pkg/providers/k8s/configmap/translation/configyaml__parser_test.go
 copy pkg/providers/k8s/{namespace/namespace_provider_mock.go => 
configmap/translation/configyaml_parser.go} (51%)
 create mode 100644 pkg/providers/k8s/configmap/translation/parse.go
 copy pkg/{apisix/noop.go => 
providers/k8s/configmap/translation/translation.go} (51%)
 create mode 100644 test/e2e/suite-annotations/svc_namespace.go
 create mode 100644 test/e2e/suite-chore/admin_api.go
 create mode 100644 test/e2e/suite-ingress/suite-ingress-resource/configmap.go

Reply via email to