release 0.3.0

This commit is contained in:
Adil Hafeez 2025-05-23 09:16:05 -07:00
parent a0d10153f9
commit bc4aa6f118
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
13 changed files with 564 additions and 535 deletions

View file

@ -9,6 +9,5 @@ SERVICE_NAME_ARCHGW = "archgw"
SERVICE_NAME_MODEL_SERVER = "model_server"
SERVICE_ALL = "all"
MODEL_SERVER_LOG_FILE = "~/archgw_logs/modelserver.log"
ACCESS_LOG_FILES = "~/archgw_logs/access*"
ARCHGW_DOCKER_NAME = "archgw"
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.2.8")
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.0")