diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6db3039d0..f77e08488 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ec98429..16e67c8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.1](https://github.com/defenseunicorns/leapfrogai/compare/v0.9.0...v0.9.1) (2024-07-15) + + +### Bug Fixes + +* fix references to architectures across various Dockerfiles ([#779](https://github.com/defenseunicorns/leapfrogai/issues/779)) ([eb3b77d](https://github.com/defenseunicorns/leapfrogai/commit/eb3b77d46cde82734628a45f548748537ced555c)) + ## [0.9.0](https://github.com/defenseunicorns/leapfrogai/compare/v0.8.0...v0.9.0) (2024-07-12) diff --git a/packages/api/chart/Chart.yaml b/packages/api/chart/Chart.yaml index d6347e3bf..e4cba2168 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.9.0 +version: 0.9.1 # 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 d0d42dbfd..89fdf3f1b 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.9.0 + lfaiAPITag: 0.9.1 # x-release-please-end kiwigridTag: 1.23.3 diff --git a/packages/api/zarf.yaml b/packages/api/zarf.yaml index 8b50b2908..4a79521b2 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.9.0 + version: 0.9.1 # 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 01a8ea03b..8cd576556 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.9.0 +version: 0.9.1 # 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 5d7dc4024..d2f519c7c 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.9.0 + tag: 0.9.1 # 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 8fc12430d..efb8e036f 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.9.0" +version = "0.9.1" # x-release-please-end dependencies = [ diff --git a/packages/llama-cpp-python/zarf.yaml b/packages/llama-cpp-python/zarf.yaml index 705e6a0d4..121d82de2 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.9.0 + version: 0.9.1 # 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 ba267c311..6ecbb5051 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.9.0 +version: 0.9.1 # 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 88d258907..ffd7333dd 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.9.0 + tag: 0.9.1 # x-release-please-end nameOverride: repeater diff --git a/packages/repeater/pyproject.toml b/packages/repeater/pyproject.toml index 6854a1470..5cd039fe6 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.9.0" +version = "0.9.1" # x-release-please-end dependencies = [ diff --git a/packages/repeater/zarf-config.yaml b/packages/repeater/zarf-config.yaml index 62c77e35e..483f4308a 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.9.0 + image_version: 0.9.1 # x-release-please-end name: repeater max_package_size: "1000000000" diff --git a/packages/repeater/zarf.yaml b/packages/repeater/zarf.yaml index 31bbdc60d..a1e34a4b8 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.9.0 + version: 0.9.1 # 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 01a8ea03b..8cd576556 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.9.0 +version: 0.9.1 # 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 7d05d9cf3..a54bdb073 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.9.0 + tag: 0.9.1 # x-release-please-end nameOverride: text-embeddings diff --git a/packages/text-embeddings/pyproject.toml b/packages/text-embeddings/pyproject.toml index fbb66bbc6..88bfc35c0 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.9.0" +version = "0.9.1" # x-release-please-end dependencies = [ diff --git a/packages/text-embeddings/zarf.yaml b/packages/text-embeddings/zarf.yaml index 9693957ee..2df72df72 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.9.0 + version: 0.9.1 # x-release-please-end valuesFiles: - "embedding-values.yaml" diff --git a/packages/ui/chart/Chart.yaml b/packages/ui/chart/Chart.yaml index 0bf8cac0c..03875e9d4 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.9.0 +version: 0.9.1 # 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 6da68cdf2..e0123f219 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.9.0 + version: 0.9.1 # 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 01a8ea03b..8cd576556 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.9.0 +version: 0.9.1 # 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 0074c1305..dadc89ce6 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.9.0 + tag: 0.9.1 # x-release-please-end nameOverride: vllm diff --git a/packages/vllm/pyproject.toml b/packages/vllm/pyproject.toml index b008ab099..4e583eb9b 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.9.0" +version = "0.9.1" # x-release-please-end dependencies = [ diff --git a/packages/vllm/zarf.yaml b/packages/vllm/zarf.yaml index 41a32193e..dd9c94892 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.9.0 + version: 0.9.1 # x-release-please-end valuesFiles: - "vllm-values.yaml" diff --git a/packages/whisper/chart/Chart.yaml b/packages/whisper/chart/Chart.yaml index 01a8ea03b..8cd576556 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.9.0 +version: 0.9.1 # 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 330dcc35c..57c4f24bc 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.9.0 + tag: 0.9.1 # x-release-please-end nameOverride: whisper diff --git a/packages/whisper/pyproject.toml b/packages/whisper/pyproject.toml index d02231a82..566c9e7ae 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.9.0" +version = "0.9.1" # x-release-please-end dependencies = [ diff --git a/packages/whisper/zarf.yaml b/packages/whisper/zarf.yaml index bc62eb43d..762e3862d 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.9.0 + version: 0.9.1 # x-release-please-end valuesFiles: - "whisper-values.yaml" diff --git a/pyproject.toml b/pyproject.toml index 5324e5dbe..1eab1de18 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.9.0" +version = "0.9.1" # x-release-please-end readme = "README.md" diff --git a/src/leapfrogai_api/pyproject.toml b/src/leapfrogai_api/pyproject.toml index c40abf96f..f8a5bee02 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.9.0" +version = "0.9.1" # x-release-please-end dependencies = [ diff --git a/src/leapfrogai_sdk/pyproject.toml b/src/leapfrogai_sdk/pyproject.toml index 39b84094f..5f773c89c 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.9.0" +version = "0.9.1" # x-release-please-end dependencies = [ diff --git a/uds-bundles/latest/cpu/uds-bundle.yaml b/uds-bundles/latest/cpu/uds-bundle.yaml index 46c329f89..d28abb1b2 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.9.0 + version: 0.9.1 # 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.9.0 + ref: 0.9.1 # x-release-please-end # API - name: leapfrogai-api repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api # x-release-please-start-version - ref: 0.9.0 + ref: 0.9.1 # 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.9.0 + ref: 0.9.1 # 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.9.0 + ref: 0.9.1 # x-release-please-end # Transcription Model - name: whisper repository: ghcr.io/defenseunicorns/packages/leapfrogai/whisper # x-release-please-start-version - ref: 0.9.0 + ref: 0.9.1 # 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.9.0 + ref: 0.9.1 # x-release-please-end diff --git a/uds-bundles/latest/gpu/uds-bundle.yaml b/uds-bundles/latest/gpu/uds-bundle.yaml index a851601c4..22c8139d4 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.9.0 + version: 0.9.1 # 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.9.0 + ref: 0.9.1 # 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.9.0 + ref: 0.9.1 # 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.9.0 + ref: 0.9.1 # 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.9.0 + ref: 0.9.1 # 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.9.0 + ref: 0.9.1 # 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.9.0 + ref: 0.9.1 # x-release-please-end