You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gi...@apache.org on 2023/03/07 06:21:33 UTC

[apisix-ingress-controller] branch dependabot/go_modules/test/e2e/k8s.io/api-0.26.2 updated (52fbd9d4 -> 7922dc06)

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

github-bot pushed a change to branch dependabot/go_modules/test/e2e/k8s.io/api-0.26.2
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    omit 52fbd9d4 chore(deps): bump k8s.io/api from 0.26.1 to 0.26.2 in /test/e2e
     add ec09d4f5 docs: Update the-hard-way.md (#1700)
     add 4cd8ad52 feat: sync plugin-config labels to apisix (#1538)
     add 5fcd3d0e feat: ApisixUpstream support IngressClass (#1674)
     add 7862e28f chore(deps): bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0 (#1701)
     add acf3e369 chore(deps): bump golang.org/x/sys in /test/e2e/testbackend (#1687)
     add fad7955d docs: using APISIX Ingress as Istio egress gateway (#1667)
     add d7028098 chore(deps): bump k8s.io/code-generator from 0.26.1 to 0.26.2 (#1708)
     new 7922dc06 chore(deps): bump k8s.io/api from 0.26.1 to 0.26.2 in /test/e2e

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   (52fbd9d4)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/test/e2e/k8s.io/api-0.26.2 (7922dc06)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cmd/ingress/ingress.go                             |   2 +-
 conf/config-default.yaml                           |   3 +-
 docs/en/latest/tutorials/istio-egress-gateway      | 270 +++++++++++++++++++++
 docs/en/latest/tutorials/the-hard-way.md           | 180 +-------------
 go.mod                                             |  23 +-
 go.sum                                             |  65 +++--
 pkg/config/config.go                               |   5 +-
 pkg/kube/apisix/apis/config/v2/types.go            |   6 +
 pkg/providers/apisix/apisix_upstream.go            |  19 ++
 pkg/providers/apisix/provider.go                   |   1 +
 .../apisix/translation/apisix_pluginconfig.go      |   3 +
 pkg/providers/apisix/translation/translator.go     |   5 +-
 pkg/providers/controller.go                        |   1 +
 pkg/providers/ingress/ingress.go                   |  13 +-
 pkg/providers/k8s/endpoint/base.go                 |   7 +-
 pkg/providers/translation/service.go               |  21 +-
 pkg/providers/translation/translator.go            |   3 +-
 .../labels.go => providers/utils/ingress_class.go} |  24 +-
 samples/deploy/crd/v1/ApisixUpstream.yaml          |   2 +
 test/e2e/go.mod                                    |  21 +-
 test/e2e/go.sum                                    |  60 ++---
 test/e2e/scaffold/ingress.go                       |   6 +-
 test/e2e/scaffold/scaffold.go                      |   4 +
 test/e2e/suite-chore/consistency.go                |  41 ++++
 .../suite-ingress-features/ingress-class.go        | 223 +++++++++++++++++
 test/e2e/testbackend/go.mod                        |   2 +-
 test/e2e/testbackend/go.sum                        |   3 +-
 27 files changed, 734 insertions(+), 279 deletions(-)
 create mode 100644 docs/en/latest/tutorials/istio-egress-gateway
 copy pkg/{types/labels.go => providers/utils/ingress_class.go} (67%)
 create mode 100644 test/e2e/suite-ingress/suite-ingress-features/ingress-class.go


[apisix-ingress-controller] 01/01: chore(deps): bump k8s.io/api from 0.26.1 to 0.26.2 in /test/e2e

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/go_modules/test/e2e/k8s.io/api-0.26.2
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git

commit 7922dc06df79c2db09a3ddc8885d1d5b5db94ada
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 7 06:21:29 2023 +0000

    chore(deps): bump k8s.io/api from 0.26.1 to 0.26.2 in /test/e2e
    
    Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.26.1 to 0.26.2.
    - [Release notes](https://github.com/kubernetes/api/releases)
    - [Commits](https://github.com/kubernetes/api/compare/v0.26.1...v0.26.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 test/e2e/go.mod | 4 ++--
 test/e2e/go.sum | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/test/e2e/go.mod b/test/e2e/go.mod
index 6027d171..74193e75 100644
--- a/test/e2e/go.mod
+++ b/test/e2e/go.mod
@@ -12,8 +12,8 @@ require (
 	github.com/onsi/ginkgo/v2 v2.8.3
 	github.com/stretchr/testify v1.8.2
 	go.uber.org/zap v1.24.0
-	k8s.io/api v0.26.1
-	k8s.io/apimachinery v0.26.1
+	k8s.io/api v0.26.2
+	k8s.io/apimachinery v0.26.2
 	k8s.io/client-go v0.26.1
 )
 
diff --git a/test/e2e/go.sum b/test/e2e/go.sum
index f1439146..99406975 100644
--- a/test/e2e/go.sum
+++ b/test/e2e/go.sum
@@ -817,10 +817,10 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
 honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
 honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
 honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
-k8s.io/api v0.26.1 h1:f+SWYiPd/GsiWwVRz+NbFyCgvv75Pk9NK6dlkZgpCRQ=
-k8s.io/api v0.26.1/go.mod h1:xd/GBNgR0f707+ATNyPmQ1oyKSgndzXij81FzWGsejg=
-k8s.io/apimachinery v0.26.1 h1:8EZ/eGJL+hY/MYCNwhmDzVqq2lPl3N3Bo8rvweJwXUQ=
-k8s.io/apimachinery v0.26.1/go.mod h1:tnPmbONNJ7ByJNz9+n9kMjNP8ON+1qoAIIC70lztu74=
+k8s.io/api v0.26.2 h1:dM3cinp3PGB6asOySalOZxEG4CZ0IAdJsrYZXE/ovGQ=
+k8s.io/api v0.26.2/go.mod h1:1kjMQsFE+QHPfskEcVNgL3+Hp88B80uj0QtSOlj8itU=
+k8s.io/apimachinery v0.26.2 h1:da1u3D5wfR5u2RpLhE/ZtZS2P7QvDgLZTi9wrNZl/tQ=
+k8s.io/apimachinery v0.26.2/go.mod h1:ats7nN1LExKHvJ9TmwootT00Yz05MuYqPXEXaVeOy5I=
 k8s.io/client-go v0.26.1 h1:87CXzYJnAMGaa/IDDfRdhTzxk/wzGZ+/HUQpqgVSZXU=
 k8s.io/client-go v0.26.1/go.mod h1:IWNSglg+rQ3OcvDkhY6+QLeasV4OYHDjdqeWkDQZwGE=
 k8s.io/klog/v2 v2.80.1 h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4=