diff --git a/cloud-deployments/helm/charts/anythingllm/README.md b/cloud-deployments/helm/charts/anythingllm/README.md index 1e3edcb7a..5c39a0d3c 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.9.1" + tag: "1.10.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.9.1"` | | +| image.tag | string | `"1.10.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 0ee0e4732..ae6eeed5e 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.9.1" + tag: "1.10.0" service: type: ClusterIP diff --git a/cloud-deployments/helm/charts/anythingllm/values.yaml b/cloud-deployments/helm/charts/anythingllm/values.yaml index d332cbe12..62a338b1c 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.9.1" + tag: "1.10.0" imagePullSecrets: [] nameOverride: "" diff --git a/collector/package.json b/collector/package.json index 1252fc266..9c8e41466 100644 --- a/collector/package.json +++ b/collector/package.json @@ -1,6 +1,6 @@ { "name": "anything-llm-document-collector", - "version": "1.9.1", + "version": "1.10.0", "description": "Document collector server endpoints", "main": "index.js", "author": "Timothy Carambat (Mintplex Labs)", diff --git a/docker/Dockerfile b/docker/Dockerfile index 7894995e9..b6588ecf6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -171,7 +171,7 @@ COPY --chown=anythingllm:anythingllm --from=frontend-build /app/frontend/dist /a # Setup the environment ENV NODE_ENV=production ENV ANYTHING_LLM_RUNTIME=docker -ENV DEPLOYMENT_VERSION=1.9.1 +ENV DEPLOYMENT_VERSION=1.10.0 # Setup the healthcheck HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \ diff --git a/package.json b/package.json index 2bfdaf1f9..1acc99815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anything-llm", - "version": "1.9.1", + "version": "1.10.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 29df7f345..9623017c9 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "anything-llm-server", - "version": "1.9.1", + "version": "1.10.0", "description": "Server endpoints to process or create content for chatting", "main": "index.js", "author": "Timothy Carambat (Mintplex Labs)",