From f6f1c80042ed9fca2d43b0872baa4eaef812537f Mon Sep 17 00:00:00 2001 From: Timothy Carambat Date: Thu, 2 Apr 2026 13:52:00 -0700 Subject: [PATCH] 1.12.0 release (#5331) --- 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 +- docker/Dockerfile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud-deployments/helm/charts/anythingllm/README.md b/cloud-deployments/helm/charts/anythingllm/README.md index 6cbb3740..250e3fac 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.11.2" + tag: "1.12.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.11.2"` | | +| image.tag | string | `"1.12.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 57a260f9..ecf5421f 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.11.2" + tag: "1.12.0" service: type: ClusterIP diff --git a/cloud-deployments/helm/charts/anythingllm/values.yaml b/cloud-deployments/helm/charts/anythingllm/values.yaml index 04cd726d..a08b6edf 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.11.2" + tag: "1.12.0" imagePullSecrets: [] nameOverride: "" diff --git a/docker/Dockerfile b/docker/Dockerfile index d50b6d2a..e0ea35b8 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.11.2 +ENV DEPLOYMENT_VERSION=1.12.0 # Setup the healthcheck HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \