Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fhswf/openai-ui into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cgawron committed Mar 19, 2024
2 parents af26282 + 04992d9 commit 9cda321
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.4.2](https://github.com/fhswf/openai-ui/compare/v0.4.1...v0.4.2) (2024-03-19)


### Bug Fixes

* option handling ([20a3153](https://github.com/fhswf/openai-ui/commit/20a31531ed5a7fd9a44361b42498f518c2cc1166))

## [0.4.1](https://github.com/fhswf/openai-ui/compare/v0.4.0...v0.4.1) (2024-03-19)


Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
io.kompose.service: openai-ui
spec:
containers:
- image: ghcr.io/fhswf/openai-ui:sha-d97c64c
- image: ghcr.io/fhswf/openai-ui:sha-20a3153
name: ui
ports:
- containerPort: 80
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openai-ui",
"version": "0.4.1",
"version": "0.4.2",
"description": "Privacy-focused UI for OpenAI APIs",
"main": "index.js",
"keywords": [],
Expand Down

0 comments on commit 9cda321

Please sign in to comment.