From 47249c410feae6352fff134b75174c736d21a09b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 00:31:49 -0400 Subject: [PATCH] chore(main): release 0.7.1 (#511) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 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, 57 insertions(+), 44 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 77c0d292c..87554f29c 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1505f324a..313aa4a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.1](https://github.com/defenseunicorns/leapfrogai/compare/v0.7.0...v0.7.1) (2024-05-15) + + +### Bug Fixes + +* allow release-please to update pyrpoject.toml files ([#509](https://github.com/defenseunicorns/leapfrogai/issues/509)) ([3e1f0a6](https://github.com/defenseunicorns/leapfrogai/commit/3e1f0a6c3a749e868caabf31035ddbbe6831bb1c)) +* update 'latest' bundles to reference ui and supabase via reposistory instead of path ([#508](https://github.com/defenseunicorns/leapfrogai/issues/508)) ([818f55a](https://github.com/defenseunicorns/leapfrogai/commit/818f55ab8c0d173355345f58f46e36dca7f9e51b)) + + +### Miscellaneous + +* Turn supabase domain into a templated value ([#512](https://github.com/defenseunicorns/leapfrogai/issues/512)) ([312d587](https://github.com/defenseunicorns/leapfrogai/commit/312d5874e7c8fd28f2c50b1b91082e5f25356c08)) + ## [0.7.0](https://github.com/defenseunicorns/leapfrogai/compare/v0.6.1...v0.7.0) (2024-05-14) diff --git a/packages/api/chart/Chart.yaml b/packages/api/chart/Chart.yaml index 7def20171..896355ad6 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.0 +version: 0.7.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 6161dccaa..28db77b2d 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.0 + lfaiAPITag: 0.7.1 # x-release-please-end kiwigridTag: 1.23.3 diff --git a/packages/api/zarf.yaml b/packages/api/zarf.yaml index 75eb766a6..ab8760b18 100644 --- a/packages/api/zarf.yaml +++ b/packages/api/zarf.yaml @@ -27,7 +27,7 @@ components: namespace: leapfrogai localPath: chart # x-release-please-start-version - version: 0.7.0 + version: 0.7.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 35e873331..c5ce8895c 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.0 +version: 0.7.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 103c028da..dba8dd32c 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.0 + tag: 0.7.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 b02422260..0b57405a1 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.0" +version = "0.7.1" # x-release-please-end dependencies = [ diff --git a/packages/llama-cpp-python/zarf.yaml b/packages/llama-cpp-python/zarf.yaml index da5e6d93d..e55dd75ea 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.0 + version: 0.7.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 26b91ddd5..8ce4b910a 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.0 +version: 0.7.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 40789c6c0..5f1565b54 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.0 + tag: 0.7.1 # x-release-please-end nameOverride: repeater diff --git a/packages/repeater/pyproject.toml b/packages/repeater/pyproject.toml index 07d7851e5..477ca5420 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.0" +version = "0.7.1" # x-release-please-end dependencies = [ diff --git a/packages/repeater/zarf-config.yaml b/packages/repeater/zarf-config.yaml index 8de1303fe..e96ab90c8 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.0 + image_version: 0.7.1 # x-release-please-end name: repeater max_package_size: "1000000000" diff --git a/packages/repeater/zarf.yaml b/packages/repeater/zarf.yaml index bd84ce4e6..f3ed19b5c 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.0 + version: 0.7.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 35e873331..c5ce8895c 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.0 +version: 0.7.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 4329d5951..842d008a5 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.0 + tag: 0.7.1 # x-release-please-end nameOverride: text-embeddings diff --git a/packages/text-embeddings/pyproject.toml b/packages/text-embeddings/pyproject.toml index 04c0d36b9..7bcbf32f4 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.0" +version = "0.7.1" # x-release-please-end dependencies = [ diff --git a/packages/text-embeddings/zarf.yaml b/packages/text-embeddings/zarf.yaml index 8d9380bbb..64b6ef61f 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.0 + version: 0.7.1 # x-release-please-end valuesFiles: - "embedding-values.yaml" diff --git a/packages/ui/chart/Chart.yaml b/packages/ui/chart/Chart.yaml index 103cf1991..94dd4b36f 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.0 +version: 0.7.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 2053b7292..578a4841e 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.0 + version: 0.7.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 35e873331..c5ce8895c 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.0 +version: 0.7.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 ed5768de3..916e97ea5 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.0 + tag: 0.7.1 # x-release-please-end nameOverride: vllm diff --git a/packages/vllm/pyproject.toml b/packages/vllm/pyproject.toml index 01e10153a..60b0db092 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.0" +version = "0.7.1" # x-release-please-end dependencies = [ diff --git a/packages/vllm/zarf.yaml b/packages/vllm/zarf.yaml index 4d4e8b5b7..96d84bd75 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.0 + version: 0.7.1 # x-release-please-end valuesFiles: - "vllm-values.yaml" diff --git a/packages/whisper/chart/Chart.yaml b/packages/whisper/chart/Chart.yaml index 35e873331..c5ce8895c 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.0 +version: 0.7.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 db03c7950..0d47f4101 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.0 + tag: 0.7.1 # x-release-please-end nameOverride: whisper diff --git a/packages/whisper/pyproject.toml b/packages/whisper/pyproject.toml index 8e1347c62..b8efb560c 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.0" +version = "0.7.1" # x-release-please-end dependencies = [ diff --git a/packages/whisper/zarf.yaml b/packages/whisper/zarf.yaml index 1c337faf7..df6eed831 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.0 + version: 0.7.1 # x-release-please-end valuesFiles: - "whisper-values.yaml" diff --git a/pyproject.toml b/pyproject.toml index 528d4347a..e84432c70 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.0" +version = "0.7.1" # x-release-please-end readme = "README.md" diff --git a/src/leapfrogai_api/pyproject.toml b/src/leapfrogai_api/pyproject.toml index fc984d2cd..f9b3a741d 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.0" +version = "0.7.1" # x-release-please-end dependencies = [ diff --git a/src/leapfrogai_sdk/pyproject.toml b/src/leapfrogai_sdk/pyproject.toml index b10e30d8e..191191f53 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.0" +version = "0.7.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 d418f039f..80ace3118 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.0 + version: 0.7.1 # x-release-please-end packages: @@ -13,21 +13,21 @@ packages: - name: leapfrogai-api repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api # x-release-please-start-version - ref: 0.7.0 + ref: 0.7.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.7.0 + ref: 0.7.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.7.0 + ref: 0.7.1 # x-release-please-end # Legacy: Backend capability for RAG and VectorDB @@ -39,14 +39,14 @@ packages: - name: whisper repository: ghcr.io/defenseunicorns/packages/leapfrogai/whisper # x-release-please-start-version - ref: 0.7.0 + ref: 0.7.1 # x-release-please-end # 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.0 + ref: 0.7.1 # x-release-please-end overrides: supabase: @@ -65,5 +65,5 @@ packages: - name: leapfrogai-ui repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-ui # x-release-please-start-version - ref: 0.7.0 + ref: 0.7.1 # x-release-please-end diff --git a/uds-bundles/latest/gpu/uds-bundle.yaml b/uds-bundles/latest/gpu/uds-bundle.yaml index 2279b2283..9769434fb 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.0 + version: 0.7.1 # x-release-please-end packages: @@ -13,21 +13,21 @@ packages: - name: leapfrogai-api repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api # x-release-please-start-version - ref: 0.7.0 + ref: 0.7.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.7.0 + ref: 0.7.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.7.0 + ref: 0.7.1 # x-release-please-end # Legacy: Backend capability for RAG and VectorDB @@ -39,14 +39,14 @@ packages: - name: whisper repository: ghcr.io/defenseunicorns/packages/leapfrogai/whisper # x-release-please-start-version - ref: 0.7.0 + ref: 0.7.1 # x-release-please-end # 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.0 + ref: 0.7.1 # x-release-please-end overrides: supabase: @@ -65,5 +65,5 @@ packages: - name: leapfrogai-ui repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-ui # x-release-please-start-version - ref: 0.7.0 + ref: 0.7.1 # x-release-please-end