This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/golang.org/x/net-0.15.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
discard 62f9e981 chore(deps): bump golang.org/x/net from 0.14.0 to 0.15.0
add fc6404e0 chore: release v1.7.0 (#1952) (#1955)
add 43444f83 ci: update ginkgo version to 2.12.0 (#1957)
add 2fd78db4 ci: Fix workflows (#1956)
add 3d0b5610 chore(deps): bump k8s.io/client-go from 0.28.1 to 0.28.2 in
/test/e2e (#1965)
add e2b0524b fix: ingress-apisix version of deploy image tag and document
(#1968)
add b524e477 ci: remove the conditions for triggers (#1970)
add 9419867d chore(ci): upgrade node version (#1971)
add 9e705aab chore: branch should be used instead of tag (#1969)
add 15ace1d3 chore: split run-e2e-test to separate action (#1959)
add 245e9e9a chore(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0 in
/test/e2e (#1967)
add 96a0cfed chore: remove v2beta3 crds (#1976)
add 20447379 chore(deps): bump k8s.io/client-go from 0.28.1 to 0.28.2
(#1960)
add 68d33c96 chore(deps): bump sigs.k8s.io/controller-runtime from 0.16.1
to 0.16.2 (#1961)
add 23f2af09 chore(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0
(#1978)
add cc3bac85 chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e
(#1977)
add 8c07ac18 chore(deps): bump golang.org/x/net from 0.14.0 to 0.15.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 (62f9e981)
\
N -- N -- N
refs/heads/dependabot/go_modules/golang.org/x/net-0.15.0 (8c07ac18)
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:
.asf.yaml | 3 +
.github/workflows/codeql-analysis.yml | 14 +-
.github/workflows/dependency-review.yml | 7 +-
.github/workflows/e2e-test-ci-v2-cron-dev.yml | 28 +-
.github/workflows/e2e-test-ci-v2-cron.yml | 25 +-
.github/workflows/e2e-test-ci.yml | 25 +-
.github/workflows/goimports-reviser.yml | 9 +-
.github/workflows/golangci-lint.yml | 9 +-
.github/workflows/k8s-timer-ci.yml | 22 +-
.github/workflows/license-checker.yml | 7 +-
.github/workflows/lint-checker.yml | 19 +-
.github/workflows/spell-checker.yml | 5 +-
.github/workflows/unit-test-ci.yml | 9 +-
.github/workflows/verify-codegen.yml | 9 +-
.github/workflows/yamllint-checker.yml | 7 +-
CHANGELOG.md | 313 ++++++++++++++++++++
Makefile | 12 +-
README.md | 2 +-
docs/en/latest/composite.md | 50 +++-
docs/en/latest/config.json | 4 +
go.mod | 10 +-
go.sum | 21 +-
samples/deploy/composite.yaml | 94 +++---
samples/deploy/crd/v1/ApisixClusterConfig.yaml | 39 ---
samples/deploy/crd/v1/ApisixConsumer.yaml | 174 -----------
samples/deploy/crd/v1/ApisixPluginConfig.yaml | 53 ----
samples/deploy/crd/v1/ApisixRoute.yaml | 275 -----------------
samples/deploy/crd/v1/ApisixTls.yaml | 158 ----------
samples/deploy/crd/v1/ApisixUpstream.yaml | 391 -------------------------
test/e2e/go.mod | 12 +-
test/e2e/go.sum | 25 +-
31 files changed, 545 insertions(+), 1286 deletions(-)