Skip to content

Commit 2d02522

Browse files
authored
Increment arthur-engine version to 2.1.237 (#909)
Increment arthur-engine version to 2.1.237 (#909)
2 parents 4a5da6e + c6c55a8 commit 2d02522

File tree

17 files changed

+28
-27
lines changed

17 files changed

+28
-27
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ _NB: We have provided open-source models for Prompt Injection and Toxicity evalu
9595
- Join the Arthur community on [Discord](https://discord.gg/tdfUAtaVHz) to get help and share your feedback.
9696
- To make a request for a bug fix or a new feature, please file a [Github issue](https://github.com/arthur-ai/arthur-engine/issues).
9797
- For making code contributions, please review the [contributing guidelines](CONTRIBUTE.md).
98+
- Thank you!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<a href="https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?templateURL=https://arthur-cft.s3.us-east-2.amazonaws.com/arthur-engine/templates/2.1.235/root-arthur-engine-cpu.yml&stackName=arthur-engine&param_MLEngineClientId=yourClientIdHere">
1+
<a href="https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?templateURL=https://arthur-cft.s3.us-east-2.amazonaws.com/arthur-engine/templates/2.1.237/root-arthur-engine-cpu.yml&stackName=arthur-engine&param_MLEngineClientId=yourClientIdHere">
22
<img src="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png" alt="Launch">
33
</a>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<a href="https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?templateURL=https://arthur-cft.s3.us-east-2.amazonaws.com/arthur-engine/templates/2.1.235/root-arthur-engine-gpu.yml&stackName=arthur-engine&param_MLEngineClientId=yourClientIdHere">
1+
<a href="https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?templateURL=https://arthur-cft.s3.us-east-2.amazonaws.com/arthur-engine/templates/2.1.237/root-arthur-engine-gpu.yml&stackName=arthur-engine&param_MLEngineClientId=yourClientIdHere">
22
<img src="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png" alt="Launch">
33
</a>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Chart.yaml
22
apiVersion: v2
33
name: arthur-engine
4-
version: 2.1.235
4+
version: 2.1.237
55
dependencies:
66
- name: arthur-genai-engine
7-
version: 2.1.235
7+
version: 2.1.237
88
repository: oci://ghcr.io/arthur-ai/arthur-engine/charts
99
- name: arthur-ml-engine
10-
version: 2.1.235
10+
version: 2.1.237
1111
repository: oci://ghcr.io/arthur-ai/arthur-engine/charts

deployment/helm/arthur-engine/start.sh.template.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
K8S_NAMESPACE=arthur
4-
ARTHUR_ENGINE_VERSION=2.1.235
4+
ARTHUR_ENGINE_VERSION=2.1.237
55
POSTGRES_USER=arthur_genai_engine
66
POSTGRES_PASSWORD=changeme_pg_password
77
POSTGRES_ENDPOINT=mydb

deployment/helm/arthur-engine/start.sh.template.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
K8S_NAMESPACE=arthur
4-
ARTHUR_ENGINE_VERSION=2.1.235
4+
ARTHUR_ENGINE_VERSION=2.1.237
55
POSTGRES_USER=arthur_genai_engine
66
POSTGRES_PASSWORD=changeme_pg_password
77
POSTGRES_ENDPOINT=mydb

deployment/helm/arthur-engine/values.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ arthur-genai-engine:
9696
## Advanced - GenAI Engine
9797
###################################
9898
# GenAI Engine version
99-
genaiEngineVersion: 2.1.235
99+
genaiEngineVersion: 2.1.237
100100
# Max number of tokens GenAI Engine can process against LLM for hallucination data checks
101101
genaiEngineHallucinationCheckMaxTokenLimit: 3000
102102
# Max number of tokens GenAI Engine can process against LLM for sensitive data checks

deployment/helm/genai-engine/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: arthur-genai-engine
33
description: A Helm chart for deploying OSS Arthur GenAI Engine in Kubernetes
44
type: application
5-
version: 2.1.235
6-
appVersion: 2.1.235
5+
version: 2.1.237
6+
appVersion: 2.1.237

deployment/helm/genai-engine/values.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ingress:
9292
## Advanced - GenAI Engine
9393
###################################
9494
# GenAI Engine version
95-
genaiEngineVersion: '2.1.235'
95+
genaiEngineVersion: '2.1.237'
9696
# Max number of tokens GenAI Engine can process against LLM for hallucination data checks
9797
genaiEngineHallucinationCheckMaxTokenLimit: 3000
9898
# Max number of tokens GenAI Engine can process against LLM for sensitive data checks

deployment/helm/ml-engine/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: arthur-ml-engine
33
description: Arthur's ML Engine Helm Chart
44
type: application
5-
version: 2.1.235
6-
appVersion: 2.1.235
5+
version: 2.1.237
6+
appVersion: 2.1.237

0 commit comments

Comments
 (0)