From 518e5fc15769e948a7ae3e34279937c3b71dda63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:06:26 -0400 Subject: [PATCH] chore(main): release 0.8.0 (#545) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 35 +++++++++++++++++++++ packages/api/chart/Chart.yaml | 2 +- packages/api/chart/values.yaml | 2 +- packages/api/zarf.yaml | 2 +- packages/llama-cpp-python/chart/Chart.yaml | 2 +- packages/llama-cpp-python/chart/values.yaml | 2 +- packages/llama-cpp-python/pyproject.toml | 2 +- packages/llama-cpp-python/zarf.yaml | 2 +- packages/repeater/chart/Chart.yaml | 2 +- packages/repeater/chart/values.yaml | 2 +- packages/repeater/pyproject.toml | 2 +- packages/repeater/zarf-config.yaml | 2 +- packages/repeater/zarf.yaml | 2 +- packages/text-embeddings/chart/Chart.yaml | 2 +- packages/text-embeddings/chart/values.yaml | 2 +- packages/text-embeddings/pyproject.toml | 2 +- packages/text-embeddings/zarf.yaml | 2 +- packages/ui/chart/Chart.yaml | 2 +- packages/ui/zarf.yaml | 2 +- packages/vllm/chart/Chart.yaml | 2 +- packages/vllm/chart/values.yaml | 2 +- packages/vllm/pyproject.toml | 2 +- packages/vllm/zarf.yaml | 2 +- packages/whisper/chart/Chart.yaml | 2 +- packages/whisper/chart/values.yaml | 2 +- packages/whisper/pyproject.toml | 2 +- packages/whisper/zarf.yaml | 2 +- pyproject.toml | 2 +- src/leapfrogai_api/pyproject.toml | 2 +- src/leapfrogai_sdk/pyproject.toml | 2 +- uds-bundles/latest/cpu/uds-bundle.yaml | 14 ++++----- uds-bundles/latest/gpu/uds-bundle.yaml | 14 ++++----- 33 files changed, 79 insertions(+), 44 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 5486666e5..d6a5f76bd 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 49af5f3c6..a6c1c074c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/packages/api/chart/Chart.yaml b/packages/api/chart/Chart.yaml index 08b3232e5..a2b5ae8a9 100644 --- a/packages/api/chart/Chart.yaml +++ b/packages/api/chart/Chart.yaml @@ -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 diff --git a/packages/api/chart/values.yaml b/packages/api/chart/values.yaml index db53f6b73..978f80591 100644 --- a/packages/api/chart/values.yaml +++ b/packages/api/chart/values.yaml @@ -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 diff --git a/packages/api/zarf.yaml b/packages/api/zarf.yaml index 2c3755e63..615ec20f3 100644 --- a/packages/api/zarf.yaml +++ b/packages/api/zarf.yaml @@ -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" diff --git a/packages/llama-cpp-python/chart/Chart.yaml b/packages/llama-cpp-python/chart/Chart.yaml index d08f98eb0..22cc540bf 100644 --- a/packages/llama-cpp-python/chart/Chart.yaml +++ b/packages/llama-cpp-python/chart/Chart.yaml @@ -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 diff --git a/packages/llama-cpp-python/chart/values.yaml b/packages/llama-cpp-python/chart/values.yaml index 1cba9a340..816c6faa4 100644 --- a/packages/llama-cpp-python/chart/values.yaml +++ b/packages/llama-cpp-python/chart/values.yaml @@ -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 diff --git a/packages/llama-cpp-python/pyproject.toml b/packages/llama-cpp-python/pyproject.toml index aa03b2222..23620f404 100644 --- a/packages/llama-cpp-python/pyproject.toml +++ b/packages/llama-cpp-python/pyproject.toml @@ -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 = [ diff --git a/packages/llama-cpp-python/zarf.yaml b/packages/llama-cpp-python/zarf.yaml index c5a456f0b..47a332467 100644 --- a/packages/llama-cpp-python/zarf.yaml +++ b/packages/llama-cpp-python/zarf.yaml @@ -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" diff --git a/packages/repeater/chart/Chart.yaml b/packages/repeater/chart/Chart.yaml index 51ea8c024..97a966cc3 100644 --- a/packages/repeater/chart/Chart.yaml +++ b/packages/repeater/chart/Chart.yaml @@ -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 diff --git a/packages/repeater/chart/values.yaml b/packages/repeater/chart/values.yaml index 5f8ece210..f3bb66743 100644 --- a/packages/repeater/chart/values.yaml +++ b/packages/repeater/chart/values.yaml @@ -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 diff --git a/packages/repeater/pyproject.toml b/packages/repeater/pyproject.toml index bc9cf6099..7c2b12af3 100644 --- a/packages/repeater/pyproject.toml +++ b/packages/repeater/pyproject.toml @@ -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 = [ diff --git a/packages/repeater/zarf-config.yaml b/packages/repeater/zarf-config.yaml index a7a71f0e1..d3fc56d2a 100644 --- a/packages/repeater/zarf-config.yaml +++ b/packages/repeater/zarf-config.yaml @@ -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" diff --git a/packages/repeater/zarf.yaml b/packages/repeater/zarf.yaml index 59ea670d9..f53140b24 100644 --- a/packages/repeater/zarf.yaml +++ b/packages/repeater/zarf.yaml @@ -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" diff --git a/packages/text-embeddings/chart/Chart.yaml b/packages/text-embeddings/chart/Chart.yaml index d08f98eb0..22cc540bf 100644 --- a/packages/text-embeddings/chart/Chart.yaml +++ b/packages/text-embeddings/chart/Chart.yaml @@ -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 diff --git a/packages/text-embeddings/chart/values.yaml b/packages/text-embeddings/chart/values.yaml index 98dd5f537..df1626db8 100644 --- a/packages/text-embeddings/chart/values.yaml +++ b/packages/text-embeddings/chart/values.yaml @@ -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 diff --git a/packages/text-embeddings/pyproject.toml b/packages/text-embeddings/pyproject.toml index 47ad45291..e3840dde0 100644 --- a/packages/text-embeddings/pyproject.toml +++ b/packages/text-embeddings/pyproject.toml @@ -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 = [ diff --git a/packages/text-embeddings/zarf.yaml b/packages/text-embeddings/zarf.yaml index 1d90e222f..d33166ebc 100644 --- a/packages/text-embeddings/zarf.yaml +++ b/packages/text-embeddings/zarf.yaml @@ -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" diff --git a/packages/ui/chart/Chart.yaml b/packages/ui/chart/Chart.yaml index 5edbb8c85..521db4a8e 100644 --- a/packages/ui/chart/Chart.yaml +++ b/packages/ui/chart/Chart.yaml @@ -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 diff --git a/packages/ui/zarf.yaml b/packages/ui/zarf.yaml index 4a08a8c41..d933fef74 100644 --- a/packages/ui/zarf.yaml +++ b/packages/ui/zarf.yaml @@ -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### diff --git a/packages/vllm/chart/Chart.yaml b/packages/vllm/chart/Chart.yaml index d08f98eb0..22cc540bf 100644 --- a/packages/vllm/chart/Chart.yaml +++ b/packages/vllm/chart/Chart.yaml @@ -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 diff --git a/packages/vllm/chart/values.yaml b/packages/vllm/chart/values.yaml index a7893c6a8..1c933785b 100644 --- a/packages/vllm/chart/values.yaml +++ b/packages/vllm/chart/values.yaml @@ -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 diff --git a/packages/vllm/pyproject.toml b/packages/vllm/pyproject.toml index 063b5ab83..c759e1871 100644 --- a/packages/vllm/pyproject.toml +++ b/packages/vllm/pyproject.toml @@ -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 = [ diff --git a/packages/vllm/zarf.yaml b/packages/vllm/zarf.yaml index 078a91fc5..ef07ca72c 100644 --- a/packages/vllm/zarf.yaml +++ b/packages/vllm/zarf.yaml @@ -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" diff --git a/packages/whisper/chart/Chart.yaml b/packages/whisper/chart/Chart.yaml index d08f98eb0..22cc540bf 100644 --- a/packages/whisper/chart/Chart.yaml +++ b/packages/whisper/chart/Chart.yaml @@ -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 diff --git a/packages/whisper/chart/values.yaml b/packages/whisper/chart/values.yaml index 541c5b88a..d0e28a53f 100644 --- a/packages/whisper/chart/values.yaml +++ b/packages/whisper/chart/values.yaml @@ -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 diff --git a/packages/whisper/pyproject.toml b/packages/whisper/pyproject.toml index 2589304c4..0499d818e 100644 --- a/packages/whisper/pyproject.toml +++ b/packages/whisper/pyproject.toml @@ -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 = [ diff --git a/packages/whisper/zarf.yaml b/packages/whisper/zarf.yaml index 0de7a6920..47bb07ab4 100644 --- a/packages/whisper/zarf.yaml +++ b/packages/whisper/zarf.yaml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 5c9d71162..ccec91223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "ChatGPT type capabilities for secure, local, air-gapped systems." authors = [{ name = "LeapfrogAI Team", email = "ai@defenseunicorns.com" }] # x-release-please-start-version -version = "0.7.2" +version = "0.8.0" # x-release-please-end readme = "README.md" diff --git a/src/leapfrogai_api/pyproject.toml b/src/leapfrogai_api/pyproject.toml index 116550955..d22e76b72 100644 --- a/src/leapfrogai_api/pyproject.toml +++ b/src/leapfrogai_api/pyproject.toml @@ -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 = [ diff --git a/src/leapfrogai_sdk/pyproject.toml b/src/leapfrogai_sdk/pyproject.toml index 07c674240..0e04aa1b5 100644 --- a/src/leapfrogai_sdk/pyproject.toml +++ b/src/leapfrogai_sdk/pyproject.toml @@ -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 = [ diff --git a/uds-bundles/latest/cpu/uds-bundle.yaml b/uds-bundles/latest/cpu/uds-bundle.yaml index ef155851a..ffd910f54 100644 --- a/uds-bundles/latest/cpu/uds-bundle.yaml +++ b/uds-bundles/latest/cpu/uds-bundle.yaml @@ -5,7 +5,7 @@ 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: @@ -13,7 +13,7 @@ packages: - 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: @@ -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 diff --git a/uds-bundles/latest/gpu/uds-bundle.yaml b/uds-bundles/latest/gpu/uds-bundle.yaml index 441c9cf4b..7ce2b17f5 100644 --- a/uds-bundles/latest/gpu/uds-bundle.yaml +++ b/uds-bundles/latest/gpu/uds-bundle.yaml @@ -5,7 +5,7 @@ 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: @@ -13,7 +13,7 @@ packages: - 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: @@ -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 # Model for generic chat and summarization - name: vllm repository: ghcr.io/defenseunicorns/packages/leapfrogai/vllm # x-release-please-start-version - ref: 0.7.2 + ref: 0.8.0 # x-release-please-end # Model for providing vector embeddings for text - 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 # Model for converting audio to text - 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