Skip to content

Commit

Permalink
chore(main): release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent 0fec864 commit 9f34dc4
Show file tree
Hide file tree
Showing 33 changed files with 62 additions and 44 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.9.2"
".": "0.10.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.10.0](https://github.com/defenseunicorns/leapfrogai/compare/v0.9.2...v0.10.0) (2024-07-24)


### Features

* **backend:** add k3d gpu image builder ([#797](https://github.com/defenseunicorns/leapfrogai/issues/797)) ([4504085](https://github.com/defenseunicorns/leapfrogai/commit/4504085dc10e9b6cb74115c974ea5e8f8c7fa98c))


### Bug Fixes

* make errors when supabase is unavailable ([#814](https://github.com/defenseunicorns/leapfrogai/issues/814)) ([976635c](https://github.com/defenseunicorns/leapfrogai/commit/976635cd5c5d615cc16adcbf6d6622845ab64eca))


### Miscellaneous

* **api:** Indexing performance improvements ([#799](https://github.com/defenseunicorns/leapfrogai/issues/799)) ([e679ad2](https://github.com/defenseunicorns/leapfrogai/commit/e679ad22f52cb411e47fcc01f6e3eb3d7191ffcd))
* optimize vLLM Dockerfile to reduce layer sizes ([#805](https://github.com/defenseunicorns/leapfrogai/issues/805)) ([0fec864](https://github.com/defenseunicorns/leapfrogai/commit/0fec864f5f870dee560bd60dac74bca11b219442))

## [0.9.2](https://github.com/defenseunicorns/leapfrogai/compare/v0.9.1...v0.9.2) (2024-07-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2
version: 0.10.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/api/chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
# x-release-please-start-version
lfaiAPITag: 0.9.2
lfaiAPITag: 0.10.0
# x-release-please-end
kiwigridTag: 1.23.3

Expand Down
2 changes: 1 addition & 1 deletion packages/api/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components:
namespace: leapfrogai
localPath: chart
# x-release-please-start-version
version: 0.9.2
version: 0.10.0
# x-release-please-end
valuesFiles:
- "lfai-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2
version: 0.10.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
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 @@ -9,7 +9,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.9.2
tag: 0.10.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.9.2"
version = "0.10.0"
# x-release-please-end

dependencies = [
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 @@ -20,7 +20,7 @@ components:
localPath: chart
releaseName: llama-cpp-python-model
# x-release-please-start-version
version: 0.9.2
version: 0.10.0
# x-release-please-end
valuesFiles:
- "llama-cpp-python-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2
version: 0.10.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.9.2
tag: 0.10.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.9.2"
version = "0.10.0"
# x-release-please-end

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
set:
image_repository: "ghcr.io/defenseunicorns/leapfrogai/repeater"
# x-release-please-start-version
image_version: 0.9.2
image_version: 0.10.0
# x-release-please-end
name: repeater
max_package_size: "1000000000"
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
localPath: chart
releaseName: repeater
# x-release-please-start-version
version: 0.9.2
version: 0.10.0
# x-release-please-end
valuesFiles:
- "repeater-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2
version: 0.10.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.9.2
tag: 0.10.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.9.2"
version = "0.10.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 @@ -26,7 +26,7 @@ components:
localPath: chart
releaseName: text-embeddings-model
# x-release-please-start-version
version: 0.9.2
version: 0.10.0
# x-release-please-end
valuesFiles:
- "embedding-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2
version: 0.10.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ components:
valuesFiles:
- 'chart/ui-values.yaml'
# x-release-please-start-version
version: 0.9.2
version: 0.10.0
# x-release-please-end
images:
- ghcr.io/defenseunicorns/leapfrogai/leapfrogai-ui:###ZARF_PKG_TMPL_IMAGE_VERSION###
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2
version: 0.10.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.9.2
tag: 0.10.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.9.2"
version = "0.10.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 @@ -19,7 +19,7 @@ components:
localPath: chart
releaseName: vllm-model
# x-release-please-start-version
version: 0.9.2
version: 0.10.0
# x-release-please-end
valuesFiles:
- "vllm-values.yaml"
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2
version: 0.10.0
# x-release-please-end

# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# x-release-please-start-version
tag: 0.9.2
tag: 0.10.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.9.2"
version = "0.10.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 @@ -26,7 +26,7 @@ components:
localPath: chart
releaseName: whisper-model
# x-release-please-start-version
version: 0.9.2
version: 0.10.0
# x-release-please-end
valuesFiles:
- "whisper-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 = "ChatGPT type capabilities for secure, local, air-gapped systems."
authors = [{ name = "LeapfrogAI Team", email = "ai@defenseunicorns.com" }]

# x-release-please-start-version
version = "0.9.2"
version = "0.10.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.9.2"
version = "0.10.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.9.2"
version = "0.10.0"
# x-release-please-end

dependencies = [
Expand Down
14 changes: 7 additions & 7 deletions uds-bundles/latest/cpu/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,48 @@ metadata:
name: leapfrogai
description: A UDS bundle for deploying LeapfrogAI
# x-release-please-start-version
version: 0.9.2
version: 0.10.0
# x-release-please-end

packages:
# 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.9.2
ref: 0.10.0
# x-release-please-end

# API
- name: leapfrogai-api
repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api
# x-release-please-start-version
ref: 0.9.2
ref: 0.10.0
# 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.9.2
ref: 0.10.0
# 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.9.2
ref: 0.10.0
# x-release-please-end

# Transcription Model
- name: whisper
repository: ghcr.io/defenseunicorns/packages/leapfrogai/whisper
# x-release-please-start-version
ref: 0.9.2
ref: 0.10.0
# x-release-please-end

# UI - new UI TODO - point to ghcr image after Sprint 0.7.0
- name: leapfrogai-ui
repository: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-ui
# x-release-please-start-version
ref: 0.9.2
ref: 0.10.0
# x-release-please-end
Loading

0 comments on commit 9f34dc4

Please sign in to comment.