Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
  • Loading branch information
kyteinsky committed Sep 12, 2024
1 parent 404cae8 commit 0caf267
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [2.1.4] - 2024-09-12

### Fix

- update docker image version


## [2.1.3] - 2024-09-11

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ help:
.PHONY: build-push
build-push:
docker login ghcr.io
docker build --push --platform linux/amd64 --tag ghcr.io/nextcloud/llm2:2.1.2 --tag ghcr.io/nextcloud/llm2:latest .
docker build --push --platform linux/amd64 --tag ghcr.io/nextcloud/llm2:2.1.4 --tag ghcr.io/nextcloud/llm2:latest .

.PHONY: download-models
download-models:
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) for more information.
]]></description>
<version>2.1.3</version>
<version>2.1.4</version>
<licence>MIT</licence>
<author mail="mklehr@gmx.net" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand All @@ -25,7 +25,7 @@ See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_ma
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/llm2</image>
<image-tag>2.1.2</image-tag>
<image-tag>2.1.4</image-tag>
</docker-install>
<scopes>
<value>AI_PROVIDERS</value>
Expand Down

0 comments on commit 0caf267

Please sign in to comment.