From 71cd46ce1be775eeeb7e1e09fc608549fc17dc8e Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Thu, 9 Oct 2025 15:11:59 -0700 Subject: [PATCH] 1.9.0 tag --- cloud-deployments/helm/charts/anythingllm/README.md | 4 ++-- cloud-deployments/helm/charts/anythingllm/README.md.gotmpl | 2 +- cloud-deployments/helm/charts/anythingllm/values.yaml | 2 +- collector/package.json | 2 +- docker/Dockerfile | 2 +- package.json | 2 +- server/package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cloud-deployments/helm/charts/anythingllm/README.md b/cloud-deployments/helm/charts/anythingllm/README.md index 33e0b3d9..ef601fbc 100644 --- a/cloud-deployments/helm/charts/anythingllm/README.md +++ b/cloud-deployments/helm/charts/anythingllm/README.md @@ -58,7 +58,7 @@ Notes: ```yaml image: repository: mintplexlabs/anythingllm - tag: "1.8.5" + tag: "1.9.0" service: type: ClusterIP @@ -104,7 +104,7 @@ helm install my-anythingllm ./anythingllm -f values-secret.yaml | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"mintplexlabs/anythingllm"` | | -| image.tag | string | `"1.8.5"` | | +| image.tag | string | `"1.9.0"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | | diff --git a/cloud-deployments/helm/charts/anythingllm/README.md.gotmpl b/cloud-deployments/helm/charts/anythingllm/README.md.gotmpl index 8d1944e5..17600f8f 100644 --- a/cloud-deployments/helm/charts/anythingllm/README.md.gotmpl +++ b/cloud-deployments/helm/charts/anythingllm/README.md.gotmpl @@ -69,7 +69,7 @@ Notes: ```yaml image: repository: mintplexlabs/anythingllm - tag: "1.8.5" + tag: "1.9.0" service: type: ClusterIP diff --git a/cloud-deployments/helm/charts/anythingllm/values.yaml b/cloud-deployments/helm/charts/anythingllm/values.yaml index b08fe725..c467ee0b 100644 --- a/cloud-deployments/helm/charts/anythingllm/values.yaml +++ b/cloud-deployments/helm/charts/anythingllm/values.yaml @@ -8,7 +8,7 @@ initContainers: [] image: repository: mintplexlabs/anythingllm pullPolicy: IfNotPresent - tag: "1.8.5" + tag: "1.9.0" imagePullSecrets: [] nameOverride: "" diff --git a/collector/package.json b/collector/package.json index abd0cc98..94b60669 100644 --- a/collector/package.json +++ b/collector/package.json @@ -1,6 +1,6 @@ { "name": "anything-llm-document-collector", - "version": "1.8.5", + "version": "1.9.0", "description": "Document collector server endpoints", "main": "index.js", "author": "Timothy Carambat (Mintplex Labs)", diff --git a/docker/Dockerfile b/docker/Dockerfile index 13c496d0..07a5d63e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -169,7 +169,7 @@ USER anythingllm # Setup the environment ENV NODE_ENV=production ENV ANYTHING_LLM_RUNTIME=docker -ENV DEPLOYMENT_VERSION=1.8.5 +ENV DEPLOYMENT_VERSION=1.9.0 # Setup the healthcheck HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \ diff --git a/package.json b/package.json index d8b45cbe..db8a4ef4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anything-llm", - "version": "1.8.5", + "version": "1.9.0", "description": "The best solution for turning private documents into a chat bot using off-the-shelf tools and commercially viable AI technologies.", "main": "index.js", "type": "module", diff --git a/server/package.json b/server/package.json index b4451897..95513ac4 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "anything-llm-server", - "version": "1.8.5", + "version": "1.9.0", "description": "Server endpoints to process or create content for chatting", "main": "index.js", "author": "Timothy Carambat (Mintplex Labs)",