1.12.1 release tags (#5483)

This commit is contained in:
Timothy Carambat
2026-04-22 16:15:59 -06:00
committed by GitHub
parent 010795d00b
commit f144692903
7 changed files with 8 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ Notes:
```yaml
image:
repository: mintplexlabs/anythingllm
tag: "1.12.0"
tag: "1.12.1"
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.12.0"` | |
| image.tag | string | `"1.12.1"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |

View File

@@ -69,7 +69,7 @@ Notes:
```yaml
image:
repository: mintplexlabs/anythingllm
tag: "1.12.0"
tag: "1.12.1"
service:
type: ClusterIP

View File

@@ -8,7 +8,7 @@ initContainers: []
image:
repository: mintplexlabs/anythingllm
pullPolicy: IfNotPresent
tag: "1.12.0"
tag: "1.12.1"
imagePullSecrets: []
nameOverride: ""

View File

@@ -1,6 +1,6 @@
{
"name": "anything-llm-document-collector",
"version": "1.11.1",
"version": "1.12.1",
"description": "Document collector server endpoints",
"main": "index.js",
"author": "Timothy Carambat (Mintplex Labs)",

View File

@@ -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.12.0
ENV DEPLOYMENT_VERSION=1.12.1
# Setup the healthcheck
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \

View File

@@ -1,6 +1,6 @@
{
"name": "anything-llm",
"version": "1.11.1",
"version": "1.12.1",
"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",

View File

@@ -1,6 +1,6 @@
{
"name": "anything-llm-server",
"version": "1.11.1",
"version": "1.12.1",
"description": "Server endpoints to process or create content for chatting",
"main": "index.js",
"author": "Timothy Carambat (Mintplex Labs)",