Skip to content

Commit f5cef69

Browse files
author
github-actions
committed
0.10.3
Automatically generated by python-semantic-release
1 parent aaa3511 commit f5cef69

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v0.10.3 (2025-01-28)
5+
6+
### Bug Fixes
7+
8+
- Allow access via http
9+
([`aaa3511`](https://github.com/fhswf/wahl-o-chat/commit/aaa3511329adb0009bada713fba76154e365bcbd))
10+
11+
412
## v0.10.2 (2025-01-28)
513

614
### Bug Fixes

gr_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
load_dotenv(find_dotenv())
3131

32-
__version__ = "0.10.2"
32+
__version__ = "0.10.3"
3333

3434
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
3535
DATABASE_PATH = "./chroma/"

k8s/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
automountServiceAccountToken: false
1717
containers:
1818
- name: wahl-o-chat
19-
image: ghcr.io/fhswf/wahl-o-chat:0.10.2
19+
image: ghcr.io/fhswf/wahl-o-chat:0.10.3
2020
env:
2121
- name: OPENAI_API_KEY
2222
valueFrom:

0 commit comments

Comments
 (0)