Bump express and lockfile dependencies for node-app-3 (#373)

* Initial plan

* chore(k8s/images): bump node-app-3 express and lockfile deps

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2 files changed
tree: 4597ed829185c8b543c2b9c7699ddbc8e1e05802
  1. .github/
  2. .vscode/
  3. ats_caching/
  4. ats_sni/
  5. bin/
  6. charts/
  7. config/
  8. docs/
  9. endpoint/
  10. k8s/
  11. main/
  12. namespace/
  13. pluginats/
  14. proxy/
  15. redis/
  16. tests/
  17. util/
  18. watcher/
  19. .asf.yaml
  20. .gitignore
  21. .gitmodules
  22. .golangci.yaml
  23. AGENTS.md
  24. CODEOWNERS
  25. Dockerfile
  26. go.mod
  27. go.sum
  28. GO_VERSION
  29. LICENSE
  30. README.md
  31. SECURITY.md
README.md

ATS Kubernetes Ingress Controller

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. Test Build and Integrate Go ReportCard

Introduction

Apache Traffic Server (ATS) is a high performance, open-source, caching proxy server that is scalable and configurable. This project uses ATS as a Kubernetes(K8s) ingress

Dependencies

  • Alpine Linux 3.23.5
  • Apache Traffic Server 9.2.13
  • OpenResty LuaJIT2 v2.1_p20240815
  • Go (Version can be found in GO_VERSION file found at the base of this repository)
  • Other Packages
    • luasocket 3.0.0
    • redis-lua 2.0.4
  • Tested on Minikube 1.38.1 / Kubernetes 1.35.3