Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 17, 2024
1 parent 2d9cff2 commit 534ee0d
Show file tree
Hide file tree
Showing 33 changed files with 65 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.2"
".": "1.0.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.0.0](https://github.com/defenseunicorns/leapfrogai/compare/v0.12.2...v1.0.0) (2024-09-17)


### ⚠ 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))

### Bug Fixes

* **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))


### Miscellaneous

* add containerization and packaging manifest lints ([#937](https://github.com/defenseunicorns/leapfrogai/issues/937)) ([c4d0835](https://github.com/defenseunicorns/leapfrogai/commit/c4d08355d81e57a61dcbd95d80cc346c55084c63))
* 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))

## [0.12.2](https://github.com/defenseunicorns/leapfrogai/compare/v0.12.1...v0.12.2) (2024-09-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/api/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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
# incremented each time you make changes to the application. Versions are not expected to
# 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
4 changes: 2 additions & 2 deletions packages/api/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/api/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions packages/llama-cpp-python/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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
# incremented each time you make changes to the application. Versions are not expected to
# 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
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/repeater/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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
# incremented each time you make changes to the application. Versions are not expected to
# 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
2 changes: 1 addition & 1 deletion packages/repeater/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/text-embeddings/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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
# incremented each time you make changes to the application. Versions are not expected to
# 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
2 changes: 1 addition & 1 deletion packages/text-embeddings/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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
# incremented each time you make changes to the application. Versions are not expected to
# 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
4 changes: 2 additions & 2 deletions packages/ui/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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###
Expand Down
4 changes: 2 additions & 2 deletions packages/vllm/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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
# incremented each time you make changes to the application. Versions are not expected to
# 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
2 changes: 1 addition & 1 deletion packages/vllm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/whisper/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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
# incremented each time you make changes to the application. Versions are not expected to
# 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
2 changes: 1 addition & 1 deletion packages/whisper/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "OpenAI-like capabilities for secure, local, air-gapped systems."
authors = [{ name = "LeapfrogAI Team", email = "[email protected]" }]

# x-release-please-start-version
version = "0.12.2"
version = "1.0.0"
# x-release-please-end

readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_evals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion website/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 534ee0d

Please sign in to comment.