Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.8.0 #545

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.2"
".": "0.8.0"
}
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## [0.8.0](https://github.com/defenseunicorns/leapfrogai/compare/v0.7.2...v0.8.0) (2024-06-18)


### Features

* Add ability edit delete assistants within the UI ([#510](https://github.com/defenseunicorns/leapfrogai/issues/510)) ([e8408b7](https://github.com/defenseunicorns/leapfrogai/commit/e8408b75468902861a41c11060ae4d0b138f24ad))
* **API:** Add authentication ([#533](https://github.com/defenseunicorns/leapfrogai/issues/533)) ([a634a59](https://github.com/defenseunicorns/leapfrogai/commit/a634a59d011fbbd2a355458e3bad711af16cb5df))
* **api:** assistants endpoint ([#424](https://github.com/defenseunicorns/leapfrogai/issues/424)) ([0c483a1](https://github.com/defenseunicorns/leapfrogai/commit/0c483a1fd1848836bb1d964d0f1c831c26957ea6))
* **api:** Runs endpoints ([#583](https://github.com/defenseunicorns/leapfrogai/issues/583)) ([fecf0f8](https://github.com/defenseunicorns/leapfrogai/commit/fecf0f8e6d163cf8e28237639cf1bf250d552398))
* **api:** Threads and Message Endpoints ([#554](https://github.com/defenseunicorns/leapfrogai/issues/554)) ([4b69d3c](https://github.com/defenseunicorns/leapfrogai/commit/4b69d3c7713a6924d846afb60a72486135c4be30))
* **api:** vector store endpoints ([#468](https://github.com/defenseunicorns/leapfrogai/issues/468)) ([2cc0737](https://github.com/defenseunicorns/leapfrogai/commit/2cc07376fca20d491a15a5c1fddc317f3bacdfad))
* **ui:** 531 file management ([#558](https://github.com/defenseunicorns/leapfrogai/issues/558)) ([884761b](https://github.com/defenseunicorns/leapfrogai/commit/884761b06dde49bb701cc25678fefd03248cd102))
* **ui:** Utilize OpenAI for backend ([#553](https://github.com/defenseunicorns/leapfrogai/issues/553)) ([5371956](https://github.com/defenseunicorns/leapfrogai/commit/5371956867d6a98196e22ec24574f885c25bce80))


### Bug Fixes

* **api:** Migrations ([#606](https://github.com/defenseunicorns/leapfrogai/issues/606)) ([e91e525](https://github.com/defenseunicorns/leapfrogai/commit/e91e5254482e447c1ec876c762c217aae5178e25))
* **build:** supabase bundle deployment order ([#635](https://github.com/defenseunicorns/leapfrogai/issues/635)) ([c1a8294](https://github.com/defenseunicorns/leapfrogai/commit/c1a8294a2896795354c93fd442f24f1db6ed584a))
* handle database permissions errors and workflow exceptions ([#609](https://github.com/defenseunicorns/leapfrogai/issues/609)) ([e910f06](https://github.com/defenseunicorns/leapfrogai/commit/e910f06bcf8a568717a3e7deac74b2ec1ebd04d0))
* tool resources validation ([#654](https://github.com/defenseunicorns/leapfrogai/issues/654)) ([d2cbb09](https://github.com/defenseunicorns/leapfrogai/commit/d2cbb091129398ecab197ffae84adca6af22f638))
* update README table of contents and formatting ([#653](https://github.com/defenseunicorns/leapfrogai/issues/653)) ([cd7e2a6](https://github.com/defenseunicorns/leapfrogai/commit/cd7e2a6d2c0857bf14edf68fff86108ca7d85fd3))
* update the keycloak url that supabase redirects to ([#535](https://github.com/defenseunicorns/leapfrogai/issues/535)) ([541c7bd](https://github.com/defenseunicorns/leapfrogai/commit/541c7bdf82aa8dc94dbb1113ecfeb0f075f5b260))


### Miscellaneous

* Add RAG Evals Toolset ADR ([#529](https://github.com/defenseunicorns/leapfrogai/issues/529)) ([840f49a](https://github.com/defenseunicorns/leapfrogai/commit/840f49a1ecc7695fb96afd35c5a6c2097a77c581))
* Add Supabase Migrations Documentation ([#592](https://github.com/defenseunicorns/leapfrogai/issues/592)) ([c1105b9](https://github.com/defenseunicorns/leapfrogai/commit/c1105b936c13f8ca715d7d1c08b3cc3c909e2902))
* Backwards compatible migration support ([#618](https://github.com/defenseunicorns/leapfrogai/issues/618)) ([3b91e7f](https://github.com/defenseunicorns/leapfrogai/commit/3b91e7f378e2513b73765d0b874e345656224ddd))
* better database migrations - managed by supabase ([#570](https://github.com/defenseunicorns/leapfrogai/issues/570)) ([ce6512f](https://github.com/defenseunicorns/leapfrogai/commit/ce6512f3731c508ff5a771ba203c852ddbd59985))
* group 'minor' and 'patch' level npm dependency updates ([#547](https://github.com/defenseunicorns/leapfrogai/issues/547)) ([064cb84](https://github.com/defenseunicorns/leapfrogai/commit/064cb84de7e6711487ffd4b9513b09135cbbf1d4))
* Handle migrations with least permissions necessary ([#630](https://github.com/defenseunicorns/leapfrogai/issues/630)) ([37badae](https://github.com/defenseunicorns/leapfrogai/commit/37badaeeee7d41e8dace24b94c0e52ac96594e59))
* remove unused requirements.txt file ([#546](https://github.com/defenseunicorns/leapfrogai/issues/546)) ([e71e74f](https://github.com/defenseunicorns/leapfrogai/commit/e71e74fc23b68895ceaddc743db3d4386aa59d7a))

## [0.7.2](https://github.com/defenseunicorns/leapfrogai/compare/v0.7.1...v0.7.2) (2024-05-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/api/chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
# x-release-please-start-version
lfaiAPITag: 0.7.2
lfaiAPITag: 0.8.0
# x-release-please-end
kiwigridTag: 1.23.3

Expand Down
2 changes: 1 addition & 1 deletion packages/api/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ components:
namespace: leapfrogai
localPath: chart
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end
valuesFiles:
- "lfai-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.7.2
tag: 0.8.0
# x-release-please-end

nameOverride: llama-cpp-python
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lfai-llama-cpp-python"
description = "A LeapfrogAI API-compatible llama-cpp-python wrapper for quantized and un-quantized model inferencing on CPU infrastructures."

# x-release-please-start-version
version = "0.7.2"
version = "0.8.0"
# x-release-please-end

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ components:
localPath: chart
releaseName: llama-cpp-python-model
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end
valuesFiles:
- "llama-cpp-python-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.7.2
tag: 0.8.0
# x-release-please-end

nameOverride: repeater
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lfai-repeater"
description = "A LeapfrogAI API-compatible pseudo-model for testing the API."

# x-release-please-start-version
version = "0.7.2"
version = "0.8.0"
# x-release-please-end

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
set:
image_repository: "ghcr.io/defenseunicorns/leapfrogai/repeater"
# x-release-please-start-version
image_version: 0.7.2
image_version: 0.8.0
# x-release-please-end
name: repeater
max_package_size: "1000000000"
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
localPath: chart
releaseName: repeater
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end
valuesFiles:
- "repeater-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.7.2
tag: 0.8.0
# x-release-please-end

nameOverride: text-embeddings
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lfai-text-embeddings"
description = "A LeapfrogAI API-compatible embeddings library wrapper for text-based embedding generation."

# x-release-please-start-version
version = "0.7.2"
version = "0.8.0"
# x-release-please-end

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ components:
localPath: chart
releaseName: text-embeddings-model
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end
valuesFiles:
- "embedding-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ components:
valuesFiles:
- 'chart/ui-values.yaml'
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end
images:
- ghcr.io/defenseunicorns/leapfrogai/leapfrogai-ui:###ZARF_PKG_TMPL_IMAGE_VERSION###
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.7.2
tag: 0.8.0
# x-release-please-end

nameOverride: vllm
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lfai-vllm"
description = "A LeapfrogAI API-compatible VLLM wrapper for quantized and un-quantized model inferencing across GPU infrastructures."

# x-release-please-start-version
version = "0.7.2"
version = "0.8.0"
# x-release-please-end

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ components:
localPath: chart
releaseName: vllm-model
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end
valuesFiles:
- "vllm-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.7.2
tag: 0.8.0
# x-release-please-end

nameOverride: whisper
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lfai-whisper"
description = "A LeapfrogAI API-compatible faster-whisper wrapper for audio transcription generation across CPU and GPU infrastructures."

# x-release-please-start-version
version = "0.7.2"
version = "0.8.0"
# x-release-please-end

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ components:
localPath: chart
releaseName: whisper-model
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end
valuesFiles:
- "whisper-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "ChatGPT type capabilities for secure, local, air-gapped systems."
authors = [{ name = "LeapfrogAI Team", email = "[email protected]" }]

# x-release-please-start-version
version = "0.7.2"
version = "0.8.0"
# x-release-please-end

readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "leapfrogai-api"
description = "An API for LeapfrogAI that allows LeapfrogAI backends to connect seamlessly"

# x-release-please-start-version
version = "0.7.2"
version = "0.8.0"
# x-release-please-end

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "leapfrogai-sdk"
description = "A tool for building gRPC-based model backends for LeapfrogAI"

# x-release-please-start-version
version = "0.7.2"
version = "0.8.0"
# x-release-please-end

dependencies = [
Expand Down
14 changes: 7 additions & 7 deletions uds-bundles/latest/cpu/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ metadata:
name: leapfrogai
description: A UDS bundle for deploying LeapfrogAI
# x-release-please-start-version
version: 0.7.2
version: 0.8.0
# x-release-please-end

packages:
# Supabase backend for the UI and API to interface with Postgresql
- name: supabase
repository: ghcr.io/defenseunicorns/packages/leapfrogai/supabase
# x-release-please-start-version
ref: 0.7.2
ref: 0.8.0
# x-release-please-end
overrides:
supabase:
Expand All @@ -32,33 +32,33 @@ packages:
- name: leapfrogai-api
repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api
# x-release-please-start-version
ref: 0.7.2
ref: 0.8.0
# x-release-please-end

# Chat Model
- name: llama-cpp-python
repository: ghcr.io/defenseunicorns/packages/leapfrogai/llama-cpp-python
# x-release-please-start-version
ref: 0.7.2
ref: 0.8.0
# x-release-please-end

# Text Embeddings Model
- name: text-embeddings
repository: ghcr.io/defenseunicorns/packages/leapfrogai/text-embeddings
# x-release-please-start-version
ref: 0.7.2
ref: 0.8.0
# x-release-please-end

# Transcription Model
- name: whisper
repository: ghcr.io/defenseunicorns/packages/leapfrogai/whisper
# x-release-please-start-version
ref: 0.7.2
ref: 0.8.0
# x-release-please-end

# UI - new UI TODO - point to ghcr image after Sprint 0.7.0
- name: leapfrogai-ui
repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-ui
# x-release-please-start-version
ref: 0.7.2
ref: 0.8.0
# x-release-please-end
Loading