From bc065949ec16de04fb97c88607e8c8e4882b55f0 Mon Sep 17 00:00:00 2001 From: Jonathan Perry Date: Fri, 12 Apr 2024 18:05:30 -0400 Subject: [PATCH] chore: update version refs to 0.6.1 (#389) --- 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/zarf.yaml | 2 +- packages/text-embeddings/chart/Chart.yaml | 2 +- packages/text-embeddings/chart/values.yaml | 2 +- packages/text-embeddings/zarf.yaml | 2 +- packages/vllm/chart/Chart.yaml | 2 +- packages/vllm/chart/values.yaml | 2 +- packages/vllm/zarf.yaml | 2 +- packages/whisper/chart/Chart.yaml | 2 +- packages/whisper/chart/values.yaml | 2 +- packages/whisper/zarf.yaml | 2 +- pyproject.toml | 2 +- uds-bundles/latest/cpu/uds-bundle.yaml | 8 ++++---- uds-bundles/latest/gpu/uds-bundle.yaml | 8 ++++---- 18 files changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/api/chart/Chart.yaml b/packages/api/chart/Chart.yaml index 8b3a39043..0a2ac7b3d 100644 --- a/packages/api/chart/Chart.yaml +++ b/packages/api/chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.0 +version: 0.6.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/api/chart/values.yaml b/packages/api/chart/values.yaml index dcfef19fb..529930905 100644 --- a/packages/api/chart/values.yaml +++ b/packages/api/chart/values.yaml @@ -1,5 +1,5 @@ image: - lfaiAPITag: 0.6.0 + lfaiAPITag: 0.6.1 kiwigridTag: 1.23.3 api: diff --git a/packages/api/zarf.yaml b/packages/api/zarf.yaml index 9e766cf63..79ae224c7 100644 --- a/packages/api/zarf.yaml +++ b/packages/api/zarf.yaml @@ -21,7 +21,7 @@ components: - name: leapfrogai namespace: leapfrogai localPath: chart - version: 0.6.0 + version: 0.6.1 valuesFiles: - "lfai-values.yaml" images: diff --git a/packages/llama-cpp-python/chart/Chart.yaml b/packages/llama-cpp-python/chart/Chart.yaml index b60f1ebb4..539831420 100644 --- a/packages/llama-cpp-python/chart/Chart.yaml +++ b/packages/llama-cpp-python/chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.0 +version: 0.6.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/llama-cpp-python/chart/values.yaml b/packages/llama-cpp-python/chart/values.yaml index e2ab5bfad..5ff968205 100644 --- a/packages/llama-cpp-python/chart/values.yaml +++ b/packages/llama-cpp-python/chart/values.yaml @@ -8,7 +8,7 @@ image: repository: "ghcr.io/defenseunicorns/leapfrogai/llama-cpp-python" pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: 0.6.0 + tag: 0.6.1 nameOverride: llama-cpp-python fullnameOverride: "" diff --git a/packages/llama-cpp-python/zarf.yaml b/packages/llama-cpp-python/zarf.yaml index 49df7a0f8..ce5ebf068 100644 --- a/packages/llama-cpp-python/zarf.yaml +++ b/packages/llama-cpp-python/zarf.yaml @@ -19,7 +19,7 @@ components: namespace: leapfrogai localPath: chart releaseName: llama-cpp-python-model - version: 0.6.0 + version: 0.6.1 valuesFiles: - "llama-cpp-python-values.yaml" images: diff --git a/packages/text-embeddings/chart/Chart.yaml b/packages/text-embeddings/chart/Chart.yaml index b60f1ebb4..539831420 100644 --- a/packages/text-embeddings/chart/Chart.yaml +++ b/packages/text-embeddings/chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.0 +version: 0.6.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/text-embeddings/chart/values.yaml b/packages/text-embeddings/chart/values.yaml index 76d58ab14..8c75214a7 100644 --- a/packages/text-embeddings/chart/values.yaml +++ b/packages/text-embeddings/chart/values.yaml @@ -8,7 +8,7 @@ image: repository: "ghcr.io/defenseunicorns/leapfrogai/text-embeddings" pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: 0.6.0 + tag: 0.6.1 nameOverride: text-embeddings fullnameOverride: "" diff --git a/packages/text-embeddings/zarf.yaml b/packages/text-embeddings/zarf.yaml index ab7fcbf44..e02c7a875 100644 --- a/packages/text-embeddings/zarf.yaml +++ b/packages/text-embeddings/zarf.yaml @@ -25,7 +25,7 @@ components: namespace: leapfrogai localPath: chart releaseName: text-embeddings-model - version: 0.6.0 + version: 0.6.1 valuesFiles: - "embedding-values.yaml" images: diff --git a/packages/vllm/chart/Chart.yaml b/packages/vllm/chart/Chart.yaml index b60f1ebb4..539831420 100644 --- a/packages/vllm/chart/Chart.yaml +++ b/packages/vllm/chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.0 +version: 0.6.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/vllm/chart/values.yaml b/packages/vllm/chart/values.yaml index a85c66871..3832f40e0 100644 --- a/packages/vllm/chart/values.yaml +++ b/packages/vllm/chart/values.yaml @@ -8,7 +8,7 @@ image: repository: "ghcr.io/defenseunicorns/leapfrogai/vllm" pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: 0.6.0 + tag: 0.6.1 nameOverride: vllm fullnameOverride: "" diff --git a/packages/vllm/zarf.yaml b/packages/vllm/zarf.yaml index 48d369cc4..946396c28 100644 --- a/packages/vllm/zarf.yaml +++ b/packages/vllm/zarf.yaml @@ -18,7 +18,7 @@ components: namespace: leapfrogai localPath: chart releaseName: vllm-model - version: 0.6.0 + version: 0.6.1 valuesFiles: - "vllm-values.yaml" images: diff --git a/packages/whisper/chart/Chart.yaml b/packages/whisper/chart/Chart.yaml index b60f1ebb4..539831420 100644 --- a/packages/whisper/chart/Chart.yaml +++ b/packages/whisper/chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.0 +version: 0.6.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/whisper/chart/values.yaml b/packages/whisper/chart/values.yaml index c02386a07..dec69c874 100644 --- a/packages/whisper/chart/values.yaml +++ b/packages/whisper/chart/values.yaml @@ -8,7 +8,7 @@ image: repository: "ghcr.io/defenseunicorns/leapfrogai/whisper" pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: 0.6.0 + tag: 0.6.1 nameOverride: whisper fullnameOverride: "" diff --git a/packages/whisper/zarf.yaml b/packages/whisper/zarf.yaml index 0d1d397b9..4a304ba1f 100644 --- a/packages/whisper/zarf.yaml +++ b/packages/whisper/zarf.yaml @@ -25,7 +25,7 @@ components: namespace: leapfrogai localPath: chart releaseName: whisper-model - version: 0.6.0 + version: 0.6.1 valuesFiles: - "whisper-values.yaml" images: diff --git a/pyproject.toml b/pyproject.toml index b6c0fe22b..430869fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leapfrogai-api" -version = "0.6.0" +version = "0.6.1" dependencies = [ "fastapi >= 0.109.1", "uvicorn >= 0.23.2", diff --git a/uds-bundles/latest/cpu/uds-bundle.yaml b/uds-bundles/latest/cpu/uds-bundle.yaml index 0989fdedc..33f888566 100644 --- a/uds-bundles/latest/cpu/uds-bundle.yaml +++ b/uds-bundles/latest/cpu/uds-bundle.yaml @@ -8,7 +8,7 @@ packages: # API - name: leapfrogai-api repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api - ref: 0.6.0 + ref: 0.6.1 # Legacy: AI chat, transcription, and summarization frontend - name: leapfrogai-ui @@ -18,12 +18,12 @@ packages: # Chat Model - name: llama-cpp-python repository: ghcr.io/defenseunicorns/packages/leapfrogai/llama-cpp-python - ref: 0.6.0 + ref: 0.6.1 # Text Embeddings Model - name: text-embeddings repository: ghcr.io/defenseunicorns/packages/leapfrogai/text-embeddings - ref: 0.6.0 + ref: 0.6.1 # Legacy: Backend capability for RAG and VectorDB - name: rag @@ -33,4 +33,4 @@ packages: # Transcription Model - name: whisper repository: ghcr.io/defenseunicorns/packages/leapfrogai/whisper - ref: 0.6.0 + ref: 0.6.1 diff --git a/uds-bundles/latest/gpu/uds-bundle.yaml b/uds-bundles/latest/gpu/uds-bundle.yaml index efb618b72..79c53dee0 100644 --- a/uds-bundles/latest/gpu/uds-bundle.yaml +++ b/uds-bundles/latest/gpu/uds-bundle.yaml @@ -8,7 +8,7 @@ packages: # OpenAI-like API - name: leapfrogai-api repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api - ref: 0.6.0 + ref: 0.6.1 # Legacy: AI chat, transcription, and summarization frontend - name: leapfrogai-ui @@ -18,12 +18,12 @@ packages: # Model for generic chat and summarization - name: vllm repository: ghcr.io/defenseunicorns/packages/leapfrogai/vllm - ref: 0.6.0 + ref: 0.6.1 # Model for providing vector embeddings for text - name: text-embeddings repository: ghcr.io/defenseunicorns/packages/leapfrogai/text-embeddings - ref: 0.6.0 + ref: 0.6.1 # Legacy: Backend capability for RAG and VectorDB - name: rag @@ -33,4 +33,4 @@ packages: # Model for converting audio to text - name: whisper repository: ghcr.io/defenseunicorns/packages/leapfrogai/whisper - ref: 0.6.0 + ref: 0.6.1