This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/k8s/images/node-app-2/multi-c8afcbbcd8
in repository
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git
discard 1ebd895 Bump qs and express in /k8s/images/node-app-2
add febcddc Sni test fix (#324)
add c54d7f3 Enhance TLS error handling in test_ingress.py (#328)
add a7dc681 Bump urllib3 from 2.6.0 to 2.6.3 in /tests (#329)
add a21c1f2 [skip actions] Bump qs and express in /k8s/images/caching-app
(#330)
add 079e4d1 [skip actions] Bump qs and express in /k8s/images/node-app-3
(#327)
add 486922f [skip actions] Bump qs and express in /k8s/images/node-app-4
(#326)
add 0361099 Bump qs and express in /k8s/images/node-app-2
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 (1ebd895)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/k8s/images/node-app-2/multi-c8afcbbcd8
(0361099)
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:
.github/workflows/build.yml | 17 ++
bin/tls-config.sh | 43 ++--
k8s/images/caching-app/package-lock.json | 278 +++++++++++++--------
k8s/images/caching-app/package.json | 2 +-
k8s/images/node-app-3/package-lock.json | 278 +++++++++++++--------
k8s/images/node-app-3/package.json | 2 +-
k8s/images/node-app-3/yaml/app3-deploy.yaml | 3 +-
k8s/images/node-app-4/package-lock.json | 278 +++++++++++++--------
k8s/images/node-app-4/package.json | 2 +-
k8s/images/node-app-4/yaml/app4-deploy.yaml | 1 +
tests/data/setup/apps/app-service.yaml | 2 +-
tests/data/setup/configmaps/ats-configmap.yaml | 11 +-
tests/data/setup/ingresses/ats-ingress.yaml | 9 +-
.../data/setup/traffic-server/ats-deployment.yaml | 30 ++-
tests/requirements.txt | 2 +-
tests/suite/test_ingress.py | 123 +++++----
watcher/handlerIngress.go | 1 +
17 files changed, 698 insertions(+), 384 deletions(-)