diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6eff247e2b..66a91f7c65 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.2" + ".": "0.12.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bdee5d9a44..454493a61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.3](https://github.com/defenseunicorns/leapfrogai/compare/v0.12.2...v0.12.3) (2024-09-09) + + +### Miscellaneous + +* **test:** fix and re-activate integration and unit tests ([#1004](https://github.com/defenseunicorns/leapfrogai/issues/1004)) ([d32bd72](https://github.com/defenseunicorns/leapfrogai/commit/d32bd72dc0d05b4a1e3cf299040ff5bb3d15ba47)) + ## [0.12.2](https://github.com/defenseunicorns/leapfrogai/compare/v0.12.1...v0.12.2) (2024-09-06) diff --git a/bundles/latest/cpu/uds-bundle.yaml b/bundles/latest/cpu/uds-bundle.yaml index 3e183415f5..8f51164b7d 100644 --- a/bundles/latest/cpu/uds-bundle.yaml +++ b/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.12.2 + version: 0.12.3 # x-release-please-end packages: diff --git a/bundles/latest/gpu/uds-bundle.yaml b/bundles/latest/gpu/uds-bundle.yaml index d7147c4ff3..0be9b1ab73 100644 --- a/bundles/latest/gpu/uds-bundle.yaml +++ b/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.12.2 + version: 0.12.3 # x-release-please-end packages: diff --git a/packages/api/chart/Chart.yaml b/packages/api/chart/Chart.yaml index c8c9d1787a..85d8d6de2d 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.12.2 +version: 0.12.3 # x-release-please-end # This is the version number of the application being deployed. This version number should be @@ -24,5 +24,5 @@ version: 0.12.2 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. # x-release-please-start-version -appVersion: 0.12.2 +appVersion: 0.12.3 # x-release-please-end diff --git a/packages/api/chart/values.yaml b/packages/api/chart/values.yaml index 949483cb93..536052ee5d 100644 --- a/packages/api/chart/values.yaml +++ b/packages/api/chart/values.yaml @@ -6,7 +6,7 @@ api: image: repository: ghcr.io/defenseunicorns/leapfrogai/leapfrogai-api # x-release-please-start-version - tag: 0.12.2 + tag: 0.12.3 # x-release-please-end imagePullPolicy: Always @@ -34,7 +34,7 @@ api: image: repository: ghcr.io/defenseunicorns/leapfrogai/api-migrations # x-release-please-start-version - tag: 0.12.2 + tag: 0.12.3 # x-release-please-end imagePullPolicy: Always securityContext: diff --git a/packages/api/common/zarf.yaml b/packages/api/common/zarf.yaml index 36745c32e2..26a44db8ff 100644 --- a/packages/api/common/zarf.yaml +++ b/packages/api/common/zarf.yaml @@ -15,7 +15,7 @@ components: namespace: leapfrogai localPath: ../chart # x-release-please-start-version - version: 0.12.2 + version: 0.12.3 # x-release-please-end actions: onDeploy: diff --git a/packages/llama-cpp-python/chart/Chart.yaml b/packages/llama-cpp-python/chart/Chart.yaml index dd8e562ed4..1b4dcb4b30 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.12.2 +version: 0.12.3 # 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 e1bdac0a1a..adacfd2953 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.12.2 + tag: 0.12.3 # 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 db5adade04..32ec2feaa1 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.12.2" +version = "0.12.3" # x-release-please-end dependencies = ["llama-cpp-python == 0.2.72", "leapfrogai-sdk"] diff --git a/packages/llama-cpp-python/zarf.yaml b/packages/llama-cpp-python/zarf.yaml index 047e2bd8a3..ca8f2ffc4c 100644 --- a/packages/llama-cpp-python/zarf.yaml +++ b/packages/llama-cpp-python/zarf.yaml @@ -35,7 +35,7 @@ components: localPath: chart releaseName: llama-cpp-python-model # x-release-please-start-version - version: 0.12.2 + version: 0.12.3 # 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 fb242b84ac..1b91aec1aa 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.12.2 +version: 0.12.3 # 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 8f9e3770f1..0c34ab2679 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.12.2 + tag: 0.12.3 # x-release-please-end nameOverride: repeater diff --git a/packages/repeater/pyproject.toml b/packages/repeater/pyproject.toml index 23f9f77851..e333a77030 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.12.2" +version = "0.12.3" # x-release-please-end dependencies = ["leapfrogai-sdk"] diff --git a/packages/repeater/zarf-config.yaml b/packages/repeater/zarf-config.yaml index 471cb46636..17093ef8c3 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.12.2 + image_version: 0.12.3 # x-release-please-end name: repeater max_package_size: "1000000000" diff --git a/packages/repeater/zarf.yaml b/packages/repeater/zarf.yaml index ce3522d9c2..d5410c9590 100644 --- a/packages/repeater/zarf.yaml +++ b/packages/repeater/zarf.yaml @@ -20,7 +20,7 @@ components: localPath: chart releaseName: repeater # x-release-please-start-version - version: 0.12.2 + version: 0.12.3 # 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 dd8e562ed4..1b4dcb4b30 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.12.2 +version: 0.12.3 # 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 48e7125c06..140819c69f 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.12.2 + tag: 0.12.3 # x-release-please-end nameOverride: text-embeddings diff --git a/packages/text-embeddings/pyproject.toml b/packages/text-embeddings/pyproject.toml index eab3faf592..7d9d657a73 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.12.2" +version = "0.12.3" # x-release-please-end dependencies = [ diff --git a/packages/text-embeddings/zarf.yaml b/packages/text-embeddings/zarf.yaml index ff775fd094..d9888fcbbb 100644 --- a/packages/text-embeddings/zarf.yaml +++ b/packages/text-embeddings/zarf.yaml @@ -43,7 +43,7 @@ components: localPath: chart releaseName: text-embeddings-model # x-release-please-start-version - version: 0.12.2 + version: 0.12.3 # x-release-please-end valuesFiles: - "embedding-values.yaml" diff --git a/packages/ui/chart/Chart.yaml b/packages/ui/chart/Chart.yaml index 999dda11dc..53308aef16 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.12.2 +version: 0.12.3 # 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 834884cc0b..a9ad48d153 100644 --- a/packages/ui/zarf.yaml +++ b/packages/ui/zarf.yaml @@ -71,7 +71,7 @@ components: valuesFiles: - 'chart/ui-values.yaml' # x-release-please-start-version - version: 0.12.2 + version: 0.12.3 # 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 dd8e562ed4..1b4dcb4b30 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.12.2 +version: 0.12.3 # 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 7679bb1acd..2e83c0df0b 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.12.2 + tag: 0.12.3 # x-release-please-end nameOverride: vllm diff --git a/packages/vllm/pyproject.toml b/packages/vllm/pyproject.toml index 22f3415858..e7914e1ce1 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.12.2" +version = "0.12.3" # x-release-please-end dependencies = [ diff --git a/packages/vllm/zarf.yaml b/packages/vllm/zarf.yaml index bdffd6f4c2..44772d397d 100644 --- a/packages/vllm/zarf.yaml +++ b/packages/vllm/zarf.yaml @@ -34,7 +34,7 @@ components: localPath: chart releaseName: vllm-model # x-release-please-start-version - version: 0.12.2 + version: 0.12.3 # x-release-please-end valuesFiles: - "vllm-values.yaml" diff --git a/packages/whisper/chart/Chart.yaml b/packages/whisper/chart/Chart.yaml index dd8e562ed4..1b4dcb4b30 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.12.2 +version: 0.12.3 # 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 b3e1754e69..b766677682 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.12.2 + tag: 0.12.3 # x-release-please-end nameOverride: whisper diff --git a/packages/whisper/pyproject.toml b/packages/whisper/pyproject.toml index 5cb08fa32e..41490530fc 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.12.2" +version = "0.12.3" # x-release-please-end dependencies = [ diff --git a/packages/whisper/zarf.yaml b/packages/whisper/zarf.yaml index 9d3787b9dc..0f6225b3cc 100644 --- a/packages/whisper/zarf.yaml +++ b/packages/whisper/zarf.yaml @@ -44,7 +44,7 @@ components: localPath: chart releaseName: whisper-model # x-release-please-start-version - version: 0.12.2 + version: 0.12.3 # x-release-please-end valuesFiles: - "whisper-values.yaml" diff --git a/pyproject.toml b/pyproject.toml index 1b99472fad..f44e5f823e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "OpenAI-like capabilities for secure, local, air-gapped systems." authors = [{ name = "LeapfrogAI Team", email = "ai@defenseunicorns.com" }] # x-release-please-start-version -version = "0.12.2" +version = "0.12.3" # x-release-please-end readme = "README.md" diff --git a/src/leapfrogai_api/pyproject.toml b/src/leapfrogai_api/pyproject.toml index 7e99218252..9c568951a0 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.12.2" +version = "0.12.3" # x-release-please-end dependencies = [ diff --git a/src/leapfrogai_evals/pyproject.toml b/src/leapfrogai_evals/pyproject.toml index 07e2129edb..a8e33ad350 100644 --- a/src/leapfrogai_evals/pyproject.toml +++ b/src/leapfrogai_evals/pyproject.toml @@ -3,7 +3,7 @@ name = "leapfrogai-evals" description = "A framework for running evaluations in LeapfrogAI" # x-release-please-start-version -version = "0.12.2" +version = "0.12.3" # x-release-please-end dependencies = [ diff --git a/src/leapfrogai_sdk/pyproject.toml b/src/leapfrogai_sdk/pyproject.toml index 6bed4933bf..0b8f0e2726 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.12.2" +version = "0.12.3" # x-release-please-end dependencies = [ diff --git a/website/hugo.toml b/website/hugo.toml index 36415ba6e7..cb7a0b9e79 100644 --- a/website/hugo.toml +++ b/website/hugo.toml @@ -52,7 +52,7 @@ proxy = "direct" github_project_repo = "https://github.com/defenseunicorns/leapfrogai" github_repo = "https://github.com/defenseunicorns/leapfrogai" # x-release-please-start-version - version = "v0.12.2" + version = "v0.12.3" # x-release-please-end # version_menu = "v1"