diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index d3fc4b83e..b5ddef8d1 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a23950ed8..cc9d52400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [0.11.0](https://github.com/defenseunicorns/leapfrogai/compare/v0.10.0...v0.11.0) (2024-08-16) + + +### Features + +* **ui:** 663- skeleton text for assistant responses ([#898](https://github.com/defenseunicorns/leapfrogai/issues/898)) ([a4b0e1b](https://github.com/defenseunicorns/leapfrogai/commit/a4b0e1b51afecbbb7731b1d165e9419a4adf3c2f)) +* **ui:** 669-annotations ([#908](https://github.com/defenseunicorns/leapfrogai/issues/908)) ([9d14dbf](https://github.com/defenseunicorns/leapfrogai/commit/9d14dbf8bc66758f918e1461a28303a6499a5290)) +* **ui:** download files ([0ff7aa7](https://github.com/defenseunicorns/leapfrogai/commit/0ff7aa78e4f508d22fc315fe1018b6358364ea34)) +* **ui:** settings/profile header btn re-design ([941da3a](https://github.com/defenseunicorns/leapfrogai/commit/941da3af38621c869b5724dc91439238b046febd)) + + +### Bug Fixes + +* **api:** Adds migration to prevent null metadata messages ([#895](https://github.com/defenseunicorns/leapfrogai/issues/895)) ([44aafca](https://github.com/defenseunicorns/leapfrogai/commit/44aafca529edfb64a4cd7f7cae86835c46a6ba24)) +* **api:** Fix invalid nltk reference and bug ([#914](https://github.com/defenseunicorns/leapfrogai/issues/914)) ([6e3e5b8](https://github.com/defenseunicorns/leapfrogai/commit/6e3e5b8831f2fdebfab6f01326464c9b65beca14)) +* **api:** Updates unstructured to fix punkt_tab issue ([#905](https://github.com/defenseunicorns/leapfrogai/issues/905)) ([67a05bb](https://github.com/defenseunicorns/leapfrogai/commit/67a05bb3ab012dac605939d85f6d8d243157ee5c)) +* batch requests to the CreateEmbedding stub ([#887](https://github.com/defenseunicorns/leapfrogai/issues/887)) ([8ed4328](https://github.com/defenseunicorns/leapfrogai/commit/8ed4328a5cb2af51ad5ca1f7c0ead0d187336915)) +* Remove explicit requests install ([#906](https://github.com/defenseunicorns/leapfrogai/issues/906)) ([863e9d6](https://github.com/defenseunicorns/leapfrogai/commit/863e9d64d588fa8d7f026b2c3818c68c70c8a70d)) +* **ui:** CSP ([#913](https://github.com/defenseunicorns/leapfrogai/issues/913)) ([b83ef04](https://github.com/defenseunicorns/leapfrogai/commit/b83ef045e9ea6305d811a847a2fed76ad1c4baa9)) + + +### Miscellaneous + +* add default GH PR workflow triggers to test workflows ([#892](https://github.com/defenseunicorns/leapfrogai/issues/892)) ([c418a4c](https://github.com/defenseunicorns/leapfrogai/commit/c418a4cc46cd7a23f6605252c9474d31e2ee6601)) +* Bumps all the uds core versions to 0.25.0 and updates deployment docs ([#874](https://github.com/defenseunicorns/leapfrogai/issues/874)) ([6ca39f1](https://github.com/defenseunicorns/leapfrogai/commit/6ca39f1b616c436107b9eaf6f36137988b3bade5)) +* Remove "review_requested" as trigger to prevent unintentional test re-runs ([4c20d9e](https://github.com/defenseunicorns/leapfrogai/commit/4c20d9e16eb05ccf9a24a3c9114eb64ecbf8317c)) +* **ui:** content security policy ([#903](https://github.com/defenseunicorns/leapfrogai/issues/903)) ([c2d2262](https://github.com/defenseunicorns/leapfrogai/commit/c2d22622163b21d277eeefedbde020dda6341051)) +* **ui:** improve reliability of playwright test in workflow ([29703cb](https://github.com/defenseunicorns/leapfrogai/commit/29703cb64204879dacee286b158caad63c8c677a)) +* **ui:** improve sveltekit store mocking ([90bef05](https://github.com/defenseunicorns/leapfrogai/commit/90bef057a66ce521d0a6d6276df970c0568121a0)) +* **ui:** typescript updates and fix rag e2e tests ([#883](https://github.com/defenseunicorns/leapfrogai/issues/883)) ([8cd3011](https://github.com/defenseunicorns/leapfrogai/commit/8cd301153a9865e436f90170e971ce482da148bf)) + ## [0.10.0](https://github.com/defenseunicorns/leapfrogai/compare/v0.9.2...v0.10.0) (2024-08-02) diff --git a/packages/api/chart/Chart.yaml b/packages/api/chart/Chart.yaml index 744281aff..441339660 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.10.0 +version: 0.11.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 d96db89fd..463f941a7 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.10.0 + lfaiAPITag: 0.11.0 # x-release-please-end kiwigridTag: 1.23.3 diff --git a/packages/api/zarf.yaml b/packages/api/zarf.yaml index e7bb8e76f..926c4aaf1 100644 --- a/packages/api/zarf.yaml +++ b/packages/api/zarf.yaml @@ -28,7 +28,7 @@ components: namespace: leapfrogai localPath: chart # x-release-please-start-version - version: 0.10.0 + version: 0.11.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 0eddf27e6..a48619d5f 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.10.0 +version: 0.11.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 990341c52..b022021d4 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.10.0 + tag: 0.11.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 c47c875f4..521f4c944 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.10.0" +version = "0.11.0" # x-release-please-end dependencies = [ diff --git a/packages/llama-cpp-python/zarf.yaml b/packages/llama-cpp-python/zarf.yaml index 0bdc4fe72..054f09130 100644 --- a/packages/llama-cpp-python/zarf.yaml +++ b/packages/llama-cpp-python/zarf.yaml @@ -33,7 +33,7 @@ components: localPath: chart releaseName: llama-cpp-python-model # x-release-please-start-version - version: 0.10.0 + version: 0.11.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 906274ace..4df008634 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.10.0 +version: 0.11.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 84db4f3df..cba606240 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.10.0 + tag: 0.11.0 # x-release-please-end nameOverride: repeater diff --git a/packages/repeater/pyproject.toml b/packages/repeater/pyproject.toml index c7a562f97..bc2282e2e 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.10.0" +version = "0.11.0" # x-release-please-end dependencies = [ diff --git a/packages/repeater/zarf-config.yaml b/packages/repeater/zarf-config.yaml index 6b074b8c9..8a9034d1e 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.10.0 + image_version: 0.11.0 # x-release-please-end name: repeater max_package_size: "1000000000" diff --git a/packages/repeater/zarf.yaml b/packages/repeater/zarf.yaml index 84373d464..19fb7b665 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.10.0 + version: 0.11.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 0eddf27e6..a48619d5f 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.10.0 +version: 0.11.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 74da9c8b4..7e62b3ffd 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.10.0 + tag: 0.11.0 # x-release-please-end nameOverride: text-embeddings diff --git a/packages/text-embeddings/pyproject.toml b/packages/text-embeddings/pyproject.toml index 574f2f1d5..94c672dd0 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.10.0" +version = "0.11.0" # x-release-please-end dependencies = [ diff --git a/packages/text-embeddings/zarf.yaml b/packages/text-embeddings/zarf.yaml index 36fa59c6e..bff729139 100644 --- a/packages/text-embeddings/zarf.yaml +++ b/packages/text-embeddings/zarf.yaml @@ -41,7 +41,7 @@ components: localPath: chart releaseName: text-embeddings-model # x-release-please-start-version - version: 0.10.0 + version: 0.11.0 # x-release-please-end valuesFiles: - "embedding-values.yaml" diff --git a/packages/ui/chart/Chart.yaml b/packages/ui/chart/Chart.yaml index 1bfbfbdfb..544e9b174 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.10.0 +version: 0.11.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 83a233f1f..4f6392a53 100644 --- a/packages/ui/zarf.yaml +++ b/packages/ui/zarf.yaml @@ -69,7 +69,7 @@ components: valuesFiles: - 'chart/ui-values.yaml' # x-release-please-start-version - version: 0.10.0 + version: 0.11.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 0eddf27e6..a48619d5f 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.10.0 +version: 0.11.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 d1a125885..1ccd965b5 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.10.0 + tag: 0.11.0 # x-release-please-end nameOverride: vllm diff --git a/packages/vllm/pyproject.toml b/packages/vllm/pyproject.toml index f0b347a7a..7e9a19cd5 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.10.0" +version = "0.11.0" # x-release-please-end dependencies = [ diff --git a/packages/vllm/zarf.yaml b/packages/vllm/zarf.yaml index f69227aa9..c48f9914f 100644 --- a/packages/vllm/zarf.yaml +++ b/packages/vllm/zarf.yaml @@ -32,7 +32,7 @@ components: localPath: chart releaseName: vllm-model # x-release-please-start-version - version: 0.10.0 + version: 0.11.0 # x-release-please-end valuesFiles: - "vllm-values.yaml" diff --git a/packages/whisper/chart/Chart.yaml b/packages/whisper/chart/Chart.yaml index 0eddf27e6..a48619d5f 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.10.0 +version: 0.11.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 c08319215..e9285c0c2 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.10.0 + tag: 0.11.0 # x-release-please-end nameOverride: whisper diff --git a/packages/whisper/pyproject.toml b/packages/whisper/pyproject.toml index 79123cba5..c5a79746e 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.10.0" +version = "0.11.0" # x-release-please-end dependencies = [ diff --git a/packages/whisper/zarf.yaml b/packages/whisper/zarf.yaml index a10252027..e34e8f458 100644 --- a/packages/whisper/zarf.yaml +++ b/packages/whisper/zarf.yaml @@ -42,7 +42,7 @@ components: localPath: chart releaseName: whisper-model # x-release-please-start-version - version: 0.10.0 + version: 0.11.0 # x-release-please-end valuesFiles: - "whisper-values.yaml" diff --git a/pyproject.toml b/pyproject.toml index e794fec99..97f37ac69 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.10.0" +version = "0.11.0" # x-release-please-end readme = "README.md" diff --git a/src/leapfrogai_api/pyproject.toml b/src/leapfrogai_api/pyproject.toml index 3297c3d83..66f44b824 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.10.0" +version = "0.11.0" # x-release-please-end dependencies = [ diff --git a/src/leapfrogai_sdk/pyproject.toml b/src/leapfrogai_sdk/pyproject.toml index 2877c592d..1cc81e60a 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.10.0" +version = "0.11.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 7067da8ea..eb331c78a 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.10.0 + version: 0.11.0 # x-release-please-end packages: @@ -13,40 +13,40 @@ packages: - name: supabase repository: ghcr.io/defenseunicorns/packages/leapfrogai/supabase # x-release-please-start-version - ref: 0.10.0 + ref: 0.11.0 # x-release-please-end # API - name: leapfrogai-api repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api # x-release-please-start-version - ref: 0.10.0 + ref: 0.11.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.10.0 + ref: 0.11.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.10.0 + ref: 0.11.0 # x-release-please-end # Transcription Model - name: whisper repository: ghcr.io/defenseunicorns/packages/leapfrogai/whisper # x-release-please-start-version - ref: 0.10.0 + ref: 0.11.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.10.0 + ref: 0.11.0 # x-release-please-end diff --git a/uds-bundles/latest/gpu/uds-bundle.yaml b/uds-bundles/latest/gpu/uds-bundle.yaml index b25c62ac6..7788a5f56 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.10.0 + version: 0.11.0 # x-release-please-end packages: @@ -13,40 +13,40 @@ packages: - name: supabase repository: ghcr.io/defenseunicorns/packages/leapfrogai/supabase # x-release-please-start-version - ref: 0.10.0 + ref: 0.11.0 # x-release-please-end # OpenAI-like API - name: leapfrogai-api repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api # x-release-please-start-version - ref: 0.10.0 + ref: 0.11.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.10.0 + ref: 0.11.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.10.0 + ref: 0.11.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.10.0 + ref: 0.11.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.10.0 + ref: 0.11.0 # x-release-please-end