diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index e5cba9832..1772e6fa2 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.1" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1d9fef3..e78a886c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,50 @@ # Changelog +## [1.0.0](https://github.com/defenseunicorns/leapfrogai/compare/v0.13.1...v1.0.0) (2024-10-07) + + +### ⚠ BREAKING CHANGES + +* **vllm:** upgrade vllm backend and refactor deployment ([#854](https://github.com/defenseunicorns/leapfrogai/issues/854)) + +### Features + +* **api:** add prometheus monitoring ([#1166](https://github.com/defenseunicorns/leapfrogai/issues/1166)) ([81ff6a3](https://github.com/defenseunicorns/leapfrogai/commit/81ff6a3d7a714e0920bea0f75d47189c2f47fdb9)) +* **api:** openai compliant annotations and vector_content retrieval ([#1164](https://github.com/defenseunicorns/leapfrogai/issues/1164)) ([96d89f0](https://github.com/defenseunicorns/leapfrogai/commit/96d89f0351d743b6f4150e5a8f28da6975eb61b5)) +* **api:** reranking backend integrated in with rag ([#1090](https://github.com/defenseunicorns/leapfrogai/issues/1090)) ([2f80d87](https://github.com/defenseunicorns/leapfrogai/commit/2f80d879c218a72b9ce5bf370dc1f9124394d50f)) +* use chunk data in NIAH and QA evals ([#1176](https://github.com/defenseunicorns/leapfrogai/issues/1176)) ([ad697cd](https://github.com/defenseunicorns/leapfrogai/commit/ad697cdf2bf3f9f7c2bfd241383e0bded0644a01)) +* **vllm:** upgrade vllm backend and refactor deployment ([#854](https://github.com/defenseunicorns/leapfrogai/issues/854)) ([fd3cbc4](https://github.com/defenseunicorns/leapfrogai/commit/fd3cbc4178fed7b29e474f05ab1712b1a9f70481)) + + +### Bug Fixes + +* **api:** make model field optional in ModifyAssistantRequest type ([#1159](https://github.com/defenseunicorns/leapfrogai/issues/1159)) ([75cf696](https://github.com/defenseunicorns/leapfrogai/commit/75cf696ea4859a2f21a29e98290840b01b4f25f9)) +* **docs:** cron-job badges should look at main branch workflows only ([31178d1](https://github.com/defenseunicorns/leapfrogai/commit/31178d12887e0866ca4ea1fb3e4673e0ea88e743)) +* nightly snapshots repository typo ([#1177](https://github.com/defenseunicorns/leapfrogai/issues/1177)) ([432b380](https://github.com/defenseunicorns/leapfrogai/commit/432b380da1355c5f0f6e9612d257a0dba0015a3c)) +* remove nightly snapshots release workflow from release-please ([#1163](https://github.com/defenseunicorns/leapfrogai/issues/1163)) ([48507da](https://github.com/defenseunicorns/leapfrogai/commit/48507da66cd74721b2e133c20bf399a29f9d8006)) +* replace file ids with replacement text ([#1201](https://github.com/defenseunicorns/leapfrogai/issues/1201)) ([bf14dde](https://github.com/defenseunicorns/leapfrogai/commit/bf14dde1fcbfbc50b043ba1444124d81a8be5ea1)) +* **ui:** allow large transcribe and translate responses ([185dcbb](https://github.com/defenseunicorns/leapfrogai/commit/185dcbb85e91c67654a801ea7c4e39d4861acc21)) +* **ui:** assistants chat ([#1151](https://github.com/defenseunicorns/leapfrogai/issues/1151)) ([04ae4b0](https://github.com/defenseunicorns/leapfrogai/commit/04ae4b0243f38124e6e83e4bdd7dc30022c7b106)) +* **ui:** bullets item styling ([b6fff15](https://github.com/defenseunicorns/leapfrogai/commit/b6fff15b061a1d692fc2b4f7811f72e746c25efc)) +* **whisper:** failing gpu pod due to mangled env variable ([bb5e58c](https://github.com/defenseunicorns/leapfrogai/commit/bb5e58c7ad4014d01a13986644e8fbbc8d665618)) + + +### Miscellaneous + +* add Made for UDS badge verification task and workflow ([#1149](https://github.com/defenseunicorns/leapfrogai/issues/1149)) ([228c55c](https://github.com/defenseunicorns/leapfrogai/commit/228c55caf491173668e0b16bdeb670b1b3a454ae)) +* **api, tests:** refactor api tests to centralize file pathing ([#1165](https://github.com/defenseunicorns/leapfrogai/issues/1165)) ([e2ce0f4](https://github.com/defenseunicorns/leapfrogai/commit/e2ce0f435fc65d9aee9e5cfec0f4f7915a19e144)) +* **deps:** update actions/checkout action to v4.2.0 ([#1059](https://github.com/defenseunicorns/leapfrogai/issues/1059)) ([fcd8087](https://github.com/defenseunicorns/leapfrogai/commit/fcd80879c8aa734c9eb6d8203cbafbaf335ccff0)) +* **deps:** update actions/upload-artifact action to v4.4.0 ([#1133](https://github.com/defenseunicorns/leapfrogai/issues/1133)) ([e2bd44f](https://github.com/defenseunicorns/leapfrogai/commit/e2bd44fc30d838fa366f5409070d4f46c6e66492)) +* **deps:** update dependency defenseunicorns/uds-cli to v0.16.0 ([#1139](https://github.com/defenseunicorns/leapfrogai/issues/1139)) ([c3824c2](https://github.com/defenseunicorns/leapfrogai/commit/c3824c219bec89dd910905361d7b0717273a6cd1)) +* **deps:** update dependency grpcio to v1.66.1 ([#1145](https://github.com/defenseunicorns/leapfrogai/issues/1145)) ([cd5ca6f](https://github.com/defenseunicorns/leapfrogai/commit/cd5ca6f93b11d95b5fe602cabefd0618372037be)) +* **deps:** update dependency huggingface-hub to v0.25.1 ([#1189](https://github.com/defenseunicorns/leapfrogai/issues/1189)) ([8129c34](https://github.com/defenseunicorns/leapfrogai/commit/8129c34d0408975045c28f708203b1ca582f7106)) +* **docs:** add workflow badges to readme ([#1152](https://github.com/defenseunicorns/leapfrogai/issues/1152)) ([6880569](https://github.com/defenseunicorns/leapfrogai/commit/6880569ae010fde79353e4e49d3e06be984212fe)) +* **test, release:** nightly snapshot release and upgrade testing ([#1141](https://github.com/defenseunicorns/leapfrogai/issues/1141)) ([b43c30c](https://github.com/defenseunicorns/leapfrogai/commit/b43c30c7cf583fb6c9bcd5a70e8e761fd17e43dc)) +* **ui:** better assistant error handling ([#1158](https://github.com/defenseunicorns/leapfrogai/issues/1158)) ([0596115](https://github.com/defenseunicorns/leapfrogai/commit/0596115e1db25853519ec587d4778429d13fde77)) +* **ui:** bump @sveltejs/kit and fix e2es ([b9f6413](https://github.com/defenseunicorns/leapfrogai/commit/b9f6413cfd0b749d235290583074092a8cf3e4a4)) +* **ui:** style updates part1 ([#1168](https://github.com/defenseunicorns/leapfrogai/issues/1168)) ([bab2dcd](https://github.com/defenseunicorns/leapfrogai/commit/bab2dcd4a0a9c9b6a11ffc42cc0a534e4634b4fa)) +* update registry1 weekly to 0.13.1, API, and testing workflows ([#1101](https://github.com/defenseunicorns/leapfrogai/issues/1101)) ([022e98d](https://github.com/defenseunicorns/leapfrogai/commit/022e98df481f13728d4cb370b4548bd09cfaee0c)) + ## [0.13.1](https://github.com/defenseunicorns/leapfrogai/compare/v0.13.0...v0.13.1) (2024-09-26) diff --git a/packages/api/chart/Chart.yaml b/packages/api/chart/Chart.yaml index 92781525d..6d4fd0deb 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.13.1 +version: 1.0.0 # 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.13.1 # 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.13.1 +appVersion: 1.0.0 # x-release-please-end diff --git a/packages/api/chart/values.yaml b/packages/api/chart/values.yaml index 4c217ba8a..3bcfa17ee 100644 --- a/packages/api/chart/values.yaml +++ b/packages/api/chart/values.yaml @@ -4,7 +4,7 @@ api: image: repository: "ghcr.io/defenseunicorns/leapfrogai/leapfrogai-api" # x-release-please-start-version - tag: 0.13.1 + tag: 1.0.0 # x-release-please-end imagePullPolicy: Always @@ -49,7 +49,7 @@ api: image: repository: "ghcr.io/defenseunicorns/leapfrogai/api-migrations" # x-release-please-start-version - tag: 0.13.1 + tag: 1.0.0 # x-release-please-end imagePullPolicy: Always diff --git a/packages/api/common/zarf.yaml b/packages/api/common/zarf.yaml index 3462103d2..855f68a0f 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.13.1 + version: 1.0.0 # x-release-please-end actions: onDeploy: diff --git a/packages/api/zarf-config.yaml b/packages/api/zarf-config.yaml index 475ac2d48..5d773e538 100644 --- a/packages/api/zarf-config.yaml +++ b/packages/api/zarf-config.yaml @@ -2,5 +2,5 @@ package: create: set: # x-release-please-start-version - image_version: "0.13.1" + image_version: "1.0.0" # x-release-please-end diff --git a/packages/llama-cpp-python/chart/Chart.yaml b/packages/llama-cpp-python/chart/Chart.yaml index 65c1c3cc1..9c34be9d1 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.13.1 +version: 1.0.0 # 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.13.1 # 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.13.1 +appVersion: 1.0.0 # x-release-please-end diff --git a/packages/llama-cpp-python/chart/values.yaml b/packages/llama-cpp-python/chart/values.yaml index 8f5d76f96..1fa9ea61b 100644 --- a/packages/llama-cpp-python/chart/values.yaml +++ b/packages/llama-cpp-python/chart/values.yaml @@ -7,7 +7,7 @@ image: pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # x-release-please-start-version - tag: 0.13.1 + tag: 1.0.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 4879f51ae..8de41e286 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.13.1" +version = "1.0.0" # 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 49ac98f34..9d8c19d9a 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.13.1 + version: 1.0.0 # x-release-please-end valuesFiles: - "values/upstream-values.yaml" diff --git a/packages/repeater/chart/Chart.yaml b/packages/repeater/chart/Chart.yaml index d59f067c3..9ff92b880 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.13.1 +version: 1.0.0 # 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.13.1 # 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.13.1 +appVersion: 1.0.0 # x-release-please-end diff --git a/packages/repeater/chart/values.yaml b/packages/repeater/chart/values.yaml index e0d13feff..6a5a812d0 100644 --- a/packages/repeater/chart/values.yaml +++ b/packages/repeater/chart/values.yaml @@ -7,7 +7,7 @@ image: pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # x-release-please-start-version - tag: 0.13.1 + tag: 1.0.0 # x-release-please-end nameOverride: "repeater" diff --git a/packages/repeater/pyproject.toml b/packages/repeater/pyproject.toml index 15f6066c9..31d74adcf 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.13.1" +version = "1.0.0" # x-release-please-end dependencies = ["leapfrogai-sdk"] diff --git a/packages/repeater/zarf.yaml b/packages/repeater/zarf.yaml index 38d6090f2..2bc95f5ba 100644 --- a/packages/repeater/zarf.yaml +++ b/packages/repeater/zarf.yaml @@ -22,7 +22,7 @@ components: localPath: chart releaseName: repeater # x-release-please-start-version - version: 0.13.1 + version: 1.0.0 # x-release-please-end valuesFiles: - "values/upstream-values.yaml" diff --git a/packages/text-embeddings/chart/Chart.yaml b/packages/text-embeddings/chart/Chart.yaml index 438fbd547..06f056084 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.13.1 +version: 1.0.0 # 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.13.1 # 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.13.1 +appVersion: 1.0.0 # x-release-please-end diff --git a/packages/text-embeddings/chart/values.yaml b/packages/text-embeddings/chart/values.yaml index 30ecf1dd3..fcdd19ae4 100644 --- a/packages/text-embeddings/chart/values.yaml +++ b/packages/text-embeddings/chart/values.yaml @@ -7,7 +7,7 @@ image: pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # x-release-please-start-version - tag: 0.13.1 + tag: 1.0.0 # x-release-please-end nameOverride: "text-embeddings" diff --git a/packages/text-embeddings/pyproject.toml b/packages/text-embeddings/pyproject.toml index beccdcf3d..765ab0d1a 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.13.1" +version = "1.0.0" # x-release-please-end dependencies = [ diff --git a/packages/text-embeddings/zarf.yaml b/packages/text-embeddings/zarf.yaml index fc270d48a..2dcf0a17b 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.13.1 + version: 1.0.0 # x-release-please-end valuesFiles: - "values/upstream-values.yaml" diff --git a/packages/ui/chart/Chart.yaml b/packages/ui/chart/Chart.yaml index 5003506c9..f1e09e81e 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.13.1 +version: 1.0.0 # 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.13.1 # 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.13.1 +appVersion: 1.0.0 # x-release-please-end diff --git a/packages/ui/chart/values.yaml b/packages/ui/chart/values.yaml index 51955875e..2ab21ffc4 100644 --- a/packages/ui/chart/values.yaml +++ b/packages/ui/chart/values.yaml @@ -2,7 +2,7 @@ image: repository: "ghcr.io/defenseunicorns/leapfrogai/leapfrogai-ui" pullPolicy: Always # x-release-please-start-version - tag: 0.13.1 + tag: 1.0.0 # x-release-please-end service: @@ -66,7 +66,7 @@ migration: image: repository: ghcr.io/defenseunicorns/leapfrogai/ui-migrations # x-release-please-start-version - tag: 0.13.1 + tag: 1.0.0 # x-release-please-end imagePullPolicy: Always diff --git a/packages/ui/zarf.yaml b/packages/ui/zarf.yaml index 7a0741a5e..0cca20ca1 100644 --- a/packages/ui/zarf.yaml +++ b/packages/ui/zarf.yaml @@ -73,7 +73,7 @@ components: valuesFiles: - "values/upstream-values.yaml" # x-release-please-start-version - version: 0.13.1 + version: 1.0.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 a393a555d..bb96b7bb0 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.13.1 +version: 1.0.0 # 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.13.1 # 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.13.1 +appVersion: 1.0.0 # x-release-please-end diff --git a/packages/vllm/chart/values.yaml b/packages/vllm/chart/values.yaml index 0209a8b34..2783c39ac 100644 --- a/packages/vllm/chart/values.yaml +++ b/packages/vllm/chart/values.yaml @@ -7,7 +7,7 @@ image: pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # x-release-please-start-version - tag: 0.13.1 + tag: 1.0.0 # x-release-please-end nameOverride: "vllm" diff --git a/packages/vllm/pyproject.toml b/packages/vllm/pyproject.toml index 910d2454f..37f53daa8 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.13.1" +version = "1.0.0" # x-release-please-end dependencies = [ diff --git a/packages/vllm/zarf-config.yaml b/packages/vllm/zarf-config.yaml index 5f032eecb..06cf4ede4 100644 --- a/packages/vllm/zarf-config.yaml +++ b/packages/vllm/zarf-config.yaml @@ -2,7 +2,7 @@ package: create: set: # x-release-please-start-version - image_version: "0.13.0" + image_version: "1.0.0" # x-release-please-end model_repo_id: "TheBloke/Synthia-7B-v2.0-GPTQ" diff --git a/packages/vllm/zarf.yaml b/packages/vllm/zarf.yaml index f87564e36..4092292a7 100644 --- a/packages/vllm/zarf.yaml +++ b/packages/vllm/zarf.yaml @@ -101,7 +101,7 @@ components: localPath: chart releaseName: "###ZARF_PKG_TMPL_NAME_OVERRIDE###-model" # x-release-please-start-version - version: 0.13.1 + version: 1.0.0 # x-release-please-end valuesFiles: - "values/upstream-values.yaml" diff --git a/packages/whisper/chart/Chart.yaml b/packages/whisper/chart/Chart.yaml index 44f89f2c1..ce27c7566 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.13.1 +version: 1.0.0 # 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.13.1 # 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.13.1 +appVersion: 1.0.0 # x-release-please-end diff --git a/packages/whisper/chart/values.yaml b/packages/whisper/chart/values.yaml index 345005023..4337b3866 100644 --- a/packages/whisper/chart/values.yaml +++ b/packages/whisper/chart/values.yaml @@ -7,7 +7,7 @@ image: pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # x-release-please-start-version - tag: 0.13.1 + tag: 1.0.0 # x-release-please-end nameOverride: "whisper" diff --git a/packages/whisper/pyproject.toml b/packages/whisper/pyproject.toml index be179d46c..bc4aed09a 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.13.1" +version = "1.0.0" # x-release-please-end dependencies = [ diff --git a/packages/whisper/zarf.yaml b/packages/whisper/zarf.yaml index 06ef87cce..028004a36 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.13.1 + version: 1.0.0 # x-release-please-end valuesFiles: - "values/upstream-values.yaml" diff --git a/pyproject.toml b/pyproject.toml index 560441a4b..e07e5eabf 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.13.1" +version = "1.0.0" # x-release-please-end readme = "README.md" diff --git a/src/leapfrogai_api/pyproject.toml b/src/leapfrogai_api/pyproject.toml index 4542f7922..d70202078 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.13.1" +version = "1.0.0" # x-release-please-end dependencies = [ diff --git a/src/leapfrogai_evals/pyproject.toml b/src/leapfrogai_evals/pyproject.toml index e6a91d13a..719dc71ab 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.13.1" +version = "1.0.0" # x-release-please-end dependencies = [ diff --git a/src/leapfrogai_sdk/pyproject.toml b/src/leapfrogai_sdk/pyproject.toml index 1387fa514..be6e4ea57 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.13.1" +version = "1.0.0" # x-release-please-end dependencies = [ diff --git a/website/hugo.toml b/website/hugo.toml index a3eba8645..c33c1e810 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.13.1" + version = "v1.0.0" # x-release-please-end # version_menu = "v1"