Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit da753b2

Browse files
authored
Merge pull request #209 from navigateconsulting/rasa_version_upgrade
chore: rasa version upgrade to 1.10.3
2 parents 39230f9 + a8fcd00 commit da753b2

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@
2424

2525

2626

27-
# Release 2.0.3
27+
# Release 2.0.3 (Up coming Release )
2828

2929
Bug fixes
3030

3131
## Major Features and Improvements
3232

33-
* #207 changes to UI
33+
* 207 <https://github.com/navigateconsulting/eva/pull/207> changes to UI
34+
* 209 <https://github.com/navigateconsulting/eva/pull/209> Rasa version upgrade to 1.10.3
3435

3536
## Bug Fixes and Other Changes
3637

action_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Extend the official Rasa SDK image
2-
FROM rasa/rasa-sdk:1.10.0
2+
FROM rasa/rasa-sdk:1.10.2
33

44
# Use subdirectory as working directory
55
WORKDIR /app

rasa_custom/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Extend the official Rasa SDK image
2-
FROM rasa/rasa:1.10.1-full
2+
FROM rasa/rasa:1.10.3-full
33

44
# Use subdirectory as working directory
55
#WORKDIR /app/config

trainer_worker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
celery[redis]
2-
rasa[convert]==1.10.1
2+
rasa[convert]==1.10.3

va_api_gateway/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ flask-cors
88
aiofiles
99
pyyaml
1010
celery[redis]
11-
rasa==1.10.1
11+
rasa==1.10.3

0 commit comments

Comments
 (0)