From eda4c4d3543111d45f9fe99bd22485e8de9b63ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:53:34 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 41 +++++++++++++++++++++ packages/api/chart/Chart.yaml | 4 +- packages/api/chart/values.yaml | 4 +- packages/api/common/zarf.yaml | 2 +- packages/llama-cpp-python/chart/Chart.yaml | 4 +- 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 | 4 +- packages/repeater/chart/values.yaml | 2 +- packages/repeater/pyproject.toml | 2 +- packages/repeater/zarf.yaml | 2 +- packages/text-embeddings/chart/Chart.yaml | 4 +- packages/text-embeddings/chart/values.yaml | 2 +- packages/text-embeddings/pyproject.toml | 2 +- packages/text-embeddings/zarf.yaml | 2 +- packages/ui/chart/Chart.yaml | 4 +- packages/ui/chart/values.yaml | 4 +- packages/ui/zarf.yaml | 2 +- packages/vllm/chart/Chart.yaml | 4 +- packages/vllm/chart/values.yaml | 2 +- packages/vllm/pyproject.toml | 2 +- packages/vllm/zarf.yaml | 2 +- packages/whisper/chart/Chart.yaml | 4 +- 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_evals/pyproject.toml | 2 +- src/leapfrogai_sdk/pyproject.toml | 2 +- website/hugo.toml | 2 +- 33 files changed, 82 insertions(+), 41 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6eff247e2b..1772e6fa2d 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.2" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bdee5d9a44..42337ad751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,46 @@ # Changelog +## [1.0.0](https://github.com/defenseunicorns/leapfrogai/compare/v0.12.2...v1.0.0) (2024-09-20) + + +### ⚠ BREAKING CHANGES + +* add containerization and packaging manifest lints ([#937](https://github.com/defenseunicorns/leapfrogai/issues/937)) +* uds bundle refs for upstream flavor and namespace ([#977](https://github.com/defenseunicorns/leapfrogai/issues/977)) + +### Features + +* add LLM as judge evaluations ([#960](https://github.com/defenseunicorns/leapfrogai/issues/960)) ([3e5f1e0](https://github.com/defenseunicorns/leapfrogai/commit/3e5f1e0dd60fc451b3462c617c2a351e6a34467f)) +* **ui:** transcription ([#1062](https://github.com/defenseunicorns/leapfrogai/issues/1062)) ([8e1641d](https://github.com/defenseunicorns/leapfrogai/commit/8e1641d0f1f58520f2a3d7f829d53a674c0556a3)) +* **ui:** translation ([#1046](https://github.com/defenseunicorns/leapfrogai/issues/1046)) ([d954c33](https://github.com/defenseunicorns/leapfrogai/commit/d954c33681128a3c0db851fdccef84d79129a0aa)) + + +### Bug Fixes + +* **api, tests:** configmap reloading core dump ([#1085](https://github.com/defenseunicorns/leapfrogai/issues/1085)) ([4a19c8e](https://github.com/defenseunicorns/leapfrogai/commit/4a19c8e1ad1954e7c090e762b57a6736ef8d17b1)) +* **make:** make clean changed to make clean-artifacts ([#1073](https://github.com/defenseunicorns/leapfrogai/issues/1073)) ([480a35b](https://github.com/defenseunicorns/leapfrogai/commit/480a35b88fc9170d6432601d022363d908742764)) +* **sdk:** best_of in completions was an int and should be a string ([#1031](https://github.com/defenseunicorns/leapfrogai/issues/1031)) ([4e5c1b6](https://github.com/defenseunicorns/leapfrogai/commit/4e5c1b6a35a9a86fa928466572adb2535519312c)) +* **ui:** broken playwright authentication for cleanup ([#1016](https://github.com/defenseunicorns/leapfrogai/issues/1016)) ([6d17187](https://github.com/defenseunicorns/leapfrogai/commit/6d1718738c6bdc7c6714a3ee12bada88380800d1)) +* **ui:** delete avatar ([#978](https://github.com/defenseunicorns/leapfrogai/issues/978)) ([3ddb98c](https://github.com/defenseunicorns/leapfrogai/commit/3ddb98ccb307cbe89810879f4d1586ec7c7d609e)) +* **ui:** header flicker and hamburger on thread page ([#1024](https://github.com/defenseunicorns/leapfrogai/issues/1024)) ([84a6d70](https://github.com/defenseunicorns/leapfrogai/commit/84a6d70fdac7c131c9ee4516ee99b88454dad6d7)) +* **ui:** small screen chat page style ([#1025](https://github.com/defenseunicorns/leapfrogai/issues/1025)) ([8fee760](https://github.com/defenseunicorns/leapfrogai/commit/8fee760d55918726a33932a001094d60bb4e5f39)) + + +### Miscellaneous + +* add containerization and packaging manifest lints ([#937](https://github.com/defenseunicorns/leapfrogai/issues/937)) ([c4d0835](https://github.com/defenseunicorns/leapfrogai/commit/c4d08355d81e57a61dcbd95d80cc346c55084c63)) +* **api:** update langchain to 0.2.12 ([#1048](https://github.com/defenseunicorns/leapfrogai/issues/1048)) ([3994547](https://github.com/defenseunicorns/leapfrogai/commit/3994547593a0e0d4bcc037aa9eca34f888c5b38e)) +* **deps:** ensure a dependency workflow checks all upstream resources and dependencies ([#1042](https://github.com/defenseunicorns/leapfrogai/issues/1042)) ([c37c698](https://github.com/defenseunicorns/leapfrogai/commit/c37c69805be3a68501039b3ef04846f360a03577)) +* new 'types' module ([#1009](https://github.com/defenseunicorns/leapfrogai/issues/1009)) ([a6ad11c](https://github.com/defenseunicorns/leapfrogai/commit/a6ad11cf91b2ac61e336f436528bd497a53ed32e)) +* **sdk, api:** fix types, enhance chat, audio and completion tests ([#1038](https://github.com/defenseunicorns/leapfrogai/issues/1038)) ([014329c](https://github.com/defenseunicorns/leapfrogai/commit/014329c84fd9a7f429fbf79353edeefd72748b4c)) +* split up make clean target ([#1029](https://github.com/defenseunicorns/leapfrogai/issues/1029)) ([2d9cff2](https://github.com/defenseunicorns/leapfrogai/commit/2d9cff2eb62cd6940270337d2b45fa5f9266d037)) +* **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)) +* **test:** prevent E2E tests from running in draft PRs ([#1015](https://github.com/defenseunicorns/leapfrogai/issues/1015)) ([11526e8](https://github.com/defenseunicorns/leapfrogai/commit/11526e8fe28d7699f8a7bf115d7920f95f66ea8e)) +* uds bundle refs for upstream flavor and namespace ([#977](https://github.com/defenseunicorns/leapfrogai/issues/977)) ([caf4f9c](https://github.com/defenseunicorns/leapfrogai/commit/caf4f9c3093a55a003b49fcbf05c03221be6a232)) +* **ui:** html/markdown security ([#1006](https://github.com/defenseunicorns/leapfrogai/issues/1006)) ([6a0038a](https://github.com/defenseunicorns/leapfrogai/commit/6a0038ab44d9fca35dd014a17f3f5c89ebe8a6d0)) +* **ui:** package updates ([8fbe561](https://github.com/defenseunicorns/leapfrogai/commit/8fbe561ee7d29b883b306db863875d780431bcb1)) +* variablize uds distro for uds make target ([#1065](https://github.com/defenseunicorns/leapfrogai/issues/1065)) ([eb35830](https://github.com/defenseunicorns/leapfrogai/commit/eb358309db669ff062ca6a834d4718e9ed54515a)) + ## [0.12.2](https://github.com/defenseunicorns/leapfrogai/compare/v0.12.1...v0.12.2) (2024-09-06) diff --git a/packages/api/chart/Chart.yaml b/packages/api/chart/Chart.yaml index c8c9d1787a..6d4fd0deb4 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: 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.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: 1.0.0 # x-release-please-end diff --git a/packages/api/chart/values.yaml b/packages/api/chart/values.yaml index 9fb7980505..49a06b803b 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.12.2 + tag: 1.0.0 # x-release-please-end imagePullPolicy: Always @@ -47,7 +47,7 @@ api: image: repository: "ghcr.io/defenseunicorns/leapfrogai/api-migrations" # x-release-please-start-version - tag: 0.12.2 + 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 7d5df01ca8..0b481d9428 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: 1.0.0 # 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 bd6d1fa1e0..9c34be9d10 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: 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.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: 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 4b37c05fc0..1fa9ea61b8 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.12.2 + 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 db5adade04..ad4be39e1f 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 = "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 344cd19249..b68b6d45c1 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: 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 fbb64bb598..9ff92b8800 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: 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.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: 1.0.0 # x-release-please-end diff --git a/packages/repeater/chart/values.yaml b/packages/repeater/chart/values.yaml index 817fbeb85c..6a5a812d0f 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.12.2 + tag: 1.0.0 # x-release-please-end nameOverride: "repeater" diff --git a/packages/repeater/pyproject.toml b/packages/repeater/pyproject.toml index 23f9f77851..31d74adcff 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 = "1.0.0" # x-release-please-end dependencies = ["leapfrogai-sdk"] diff --git a/packages/repeater/zarf.yaml b/packages/repeater/zarf.yaml index f6b9ecde67..5924f82f0a 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.12.2 + 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 1e5d702b5f..06f0560843 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: 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.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: 1.0.0 # x-release-please-end diff --git a/packages/text-embeddings/chart/values.yaml b/packages/text-embeddings/chart/values.yaml index d598dab475..fcdd19ae47 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.12.2 + 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 eab3faf592..618db2f671 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 = "1.0.0" # x-release-please-end dependencies = [ diff --git a/packages/text-embeddings/zarf.yaml b/packages/text-embeddings/zarf.yaml index e9cb069c12..4384d921e3 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: 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 545d8ef4ab..f1e09e81ed 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: 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.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: 1.0.0 # x-release-please-end diff --git a/packages/ui/chart/values.yaml b/packages/ui/chart/values.yaml index 403e2ab2c6..2ab21ffc40 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.12.2 + 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.12.2 + tag: 1.0.0 # x-release-please-end imagePullPolicy: Always diff --git a/packages/ui/zarf.yaml b/packages/ui/zarf.yaml index 3eca0c9976..2297802011 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.12.2 + 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 b8f9b997d3..bb96b7bb02 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: 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.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: 1.0.0 # x-release-please-end diff --git a/packages/vllm/chart/values.yaml b/packages/vllm/chart/values.yaml index dbe88e500e..61fc78cd33 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.12.2 + tag: 1.0.0 # x-release-please-end nameOverride: "vllm" diff --git a/packages/vllm/pyproject.toml b/packages/vllm/pyproject.toml index 22f3415858..552c3dacf8 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 = "1.0.0" # x-release-please-end dependencies = [ diff --git a/packages/vllm/zarf.yaml b/packages/vllm/zarf.yaml index 13ad67dd26..f7eed2b10b 100644 --- a/packages/vllm/zarf.yaml +++ b/packages/vllm/zarf.yaml @@ -42,7 +42,7 @@ components: localPath: chart releaseName: vllm-model # x-release-please-start-version - version: 0.12.2 + 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 9cfcaf7300..ce27c75662 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: 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.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: 1.0.0 # x-release-please-end diff --git a/packages/whisper/chart/values.yaml b/packages/whisper/chart/values.yaml index 3241c2623b..4337b38665 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.12.2 + tag: 1.0.0 # x-release-please-end nameOverride: "whisper" diff --git a/packages/whisper/pyproject.toml b/packages/whisper/pyproject.toml index 5cb08fa32e..41691c1b00 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 = "1.0.0" # x-release-please-end dependencies = [ diff --git a/packages/whisper/zarf.yaml b/packages/whisper/zarf.yaml index 9dd2738158..e4dd0dc299 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: 1.0.0 # x-release-please-end valuesFiles: - "values/upstream-values.yaml" diff --git a/pyproject.toml b/pyproject.toml index 69a89a17bf..b0dea92758 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 = "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 1085cd5b22..fa2c387fa7 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 = "1.0.0" # x-release-please-end dependencies = [ diff --git a/src/leapfrogai_evals/pyproject.toml b/src/leapfrogai_evals/pyproject.toml index 0590c0fc34..59b11df99b 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 = "1.0.0" # x-release-please-end dependencies = [ diff --git a/src/leapfrogai_sdk/pyproject.toml b/src/leapfrogai_sdk/pyproject.toml index 6bed4933bf..795d982dfd 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 = "1.0.0" # x-release-please-end dependencies = [ diff --git a/website/hugo.toml b/website/hugo.toml index 36415ba6e7..c33c1e8102 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 = "v1.0.0" # x-release-please-end # version_menu = "v1"