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 22, 2024
2 parents 1f22e0c + 5986b89 commit f704234
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.6.0](https://github.com/fhswf/openai-ui/compare/v0.5.5...v0.6.0) (2024-03-21)


### Features

* **ui:** User and application info ([2b081cb](https://github.com/fhswf/openai-ui/commit/2b081cb3e20be10a6fd802bd28c272f0e14f6d03))

## [0.5.5](https://github.com/fhswf/openai-ui/compare/v0.5.4...v0.5.5) (2024-03-20)


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-cd59ba2
- image: ghcr.io/fhswf/openai-ui:sha-3175bec
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.5.5",
"version": "0.6.0",
"description": "Privacy-focused UI for OpenAI APIs",
"main": "index.js",
"keywords": [],
Expand Down

0 comments on commit f704234

Please sign in to comment.