Skip to content

Commit

Permalink
Relese minor version addressing security patches
Browse files Browse the repository at this point in the history
Rasa X 0.42.4 solves CVE-2021-42556
Bumping Rasa OSS to 2.8.12 solves the issues in TensorFlow 2.3
RasaHQ/rasa#7619

This breaks backward compatibility of previously trained models.
It is not possible to load models trained with previous versions of Rasa
Open Source. Please re-train your assistant before trying to use this version.
  • Loading branch information
Alejandro Lazaro committed Oct 28, 2021
1 parent 242a87a commit 526b737
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ recommend to set at least these values:
| `rabbitmq.rabbitmq.password` | Password for RabbitMq. | `test` |
| `global.postgresql.postgresqlPassword` | Password for the Postgresql database. | `password` |
| `global.redis.password` | Password for redis. | `password` |
| `rasax.tag` | Version of Rasa X which you want to use. | `0.42.0` |
| `rasa.version` | Version of Rasa Open Source which you want to use. | `2.8.1` |
| `rasax.tag` | Version of Rasa X which you want to use. | `0.42.4` |
| `rasa.version` | Version of Rasa Open Source which you want to use. | `2.8.12` |
| `rasa.tag` | Image tag which should be used for Rasa Open Source. Uses `rasa.version` if empty. | `` |
| `app.name` | Name of your action server image. | `rasa/rasa-x-demo` |
| `app.tag` | Tag of your action server image. | `0.42.0` |
| `app.tag` | Tag of your action server image. | `0.42.4` |
| `app.command` | Override the default command to run in the container. | `[]` |
| `app.args` | Override the default arguments to run in the container. | `[]` |
| `eventService.command` | Override the default command to run in the container. | `[]` |
Expand Down
10 changes: 5 additions & 5 deletions charts/rasa-x/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2

version: "2.4.3"
version: "2.5.0"

appVersion: "0.42.4"

Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies:
annotations:
# See: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
artifacthub.io/changes: |
- kind: fixed
description: Fix template formatting for network policies.
- kind: removed
description: Remove useless network policy - ingress-egress-nginx-to-kubernetes-services.
- kind: security
description: Bump the app version to 0.42.4. CVE-2021-42556.
- kind: security
description: Bump the Rasa OSS version to 2.8.12. Solve many security issues by bumping TensorFlow version from 2.3 to 2.6.
2 changes: 1 addition & 1 deletion charts/rasa-x/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ rasax:
rasa:
# version is the Rasa Open Source version which should be used.
# Used to ensure backward compatibility with older Rasa Open Source versions.
version: "2.8.1" # Please update the default value in the Readme when updating this
version: "2.8.12" # Please update the default value in the Readme when updating this
# disableTelemetry permanently disables telemetry
disableTelemetry: false
# override the default command to run in the container
Expand Down

0 comments on commit 526b737

Please sign in to comment.