Skip to content

Commit 71cd46c

Browse files
1.9.0 tag
1 parent d48c769 commit 71cd46c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

cloud-deployments/helm/charts/anythingllm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Notes:
5858
```yaml
5959
image:
6060
repository: mintplexlabs/anythingllm
61-
tag: "1.8.5"
61+
tag: "1.9.0"
6262
6363
service:
6464
type: ClusterIP
@@ -104,7 +104,7 @@ helm install my-anythingllm ./anythingllm -f values-secret.yaml
104104
| fullnameOverride | string | `""` | |
105105
| image.pullPolicy | string | `"IfNotPresent"` | |
106106
| image.repository | string | `"mintplexlabs/anythingllm"` | |
107-
| image.tag | string | `"1.8.5"` | |
107+
| image.tag | string | `"1.9.0"` | |
108108
| imagePullSecrets | list | `[]` | |
109109
| ingress.annotations | object | `{}` | |
110110
| ingress.className | string | `""` | |

cloud-deployments/helm/charts/anythingllm/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Notes:
6969
```yaml
7070
image:
7171
repository: mintplexlabs/anythingllm
72-
tag: "1.8.5"
72+
tag: "1.9.0"
7373

7474
service:
7575
type: ClusterIP

cloud-deployments/helm/charts/anythingllm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ initContainers: []
88
image:
99
repository: mintplexlabs/anythingllm
1010
pullPolicy: IfNotPresent
11-
tag: "1.8.5"
11+
tag: "1.9.0"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

collector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anything-llm-document-collector",
3-
"version": "1.8.5",
3+
"version": "1.9.0",
44
"description": "Document collector server endpoints",
55
"main": "index.js",
66
"author": "Timothy Carambat (Mintplex Labs)",

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ USER anythingllm
169169
# Setup the environment
170170
ENV NODE_ENV=production
171171
ENV ANYTHING_LLM_RUNTIME=docker
172-
ENV DEPLOYMENT_VERSION=1.8.5
172+
ENV DEPLOYMENT_VERSION=1.9.0
173173

174174
# Setup the healthcheck
175175
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anything-llm",
3-
"version": "1.8.5",
3+
"version": "1.9.0",
44
"description": "The best solution for turning private documents into a chat bot using off-the-shelf tools and commercially viable AI technologies.",
55
"main": "index.js",
66
"type": "module",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anything-llm-server",
3-
"version": "1.8.5",
3+
"version": "1.9.0",
44
"description": "Server endpoints to process or create content for chatting",
55
"main": "index.js",
66
"author": "Timothy Carambat (Mintplex Labs)",

0 commit comments

Comments
 (0)