Skip to content

Commit d6a2180

Browse files
authored
Release v0.1.3-alpha (#1222)
1 parent f354e60 commit d6a2180

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

infra/helm/inference-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.1.0-alpha"
24+
appVersion: "v0.1.3-alpha"
2525

2626
# An icon for the chart. Currently pointing to the vLLM logo.
2727
icon: https://raw.githubusercontent.com/vllm-project/media-kit/refs/heads/main/vLLM-Logo.png

infra/helm/lumigator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.1.2-alpha"
24+
appVersion: "v0.1.3-alpha"
2525

2626
dependencies:
2727
- name: backend

infra/helm/lumigator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mozilla.ai Lumigator Helm chart
22

3-
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.2-alpha](https://img.shields.io/badge/Version-v0.1.2--alpha-informational?style=flat-square)
3+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.3-alpha](https://img.shields.io/badge/Version-v0.1.3--alpha-informational?style=flat-square)
44

55
This Helm chart is the official way to deploy Lumigator in cloud environments with Kubernetes.
66

infra/helm/lumigator/charts/backend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.1.2-alpha"
24+
appVersion: "v0.1.3-alpha"
2525

2626
dependencies:
2727
- name: postgresql

infra/helm/lumigator/charts/backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Refer to [API settings configuration](../operations-guide/configuration#api-sett
2121
| fullnameOverride | `""` | - |
2222
| image.pullPolicy | `"IfNotPresent"` | The Kubernetes [imagePullPolicy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) value |
2323
| image.repository | `"mzdotai/lumigator"` | Repository where the Lumigator image is located |
24-
| image.tag | `"v0.1.2-alpha"` | The Lumigator Docker image tag |
24+
| image.tag | `"latest"` | The Lumigator Docker image tag |
2525
| imagePullSecrets | `[]` | Configuration for [imagePullSecrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret) so that you can use a private registry for your image |
2626
| nameOverride | `""` | - |
2727
| podSecurityContext | `{}` | Security settings applied to the pod |

infra/helm/lumigator/charts/frontend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.1.2-alpha"
24+
appVersion: "v0.1.3-alpha"

infra/helm/lumigator/charts/frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This Helm chart deploys the Lumigator Frontend built with Vue 3, and Vite, and d
1111
| fullnameOverride | `""` | - |
1212
| image.pullPolicy | `"IfNotPresent"` | The Kubernetes [imagePullPolicy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) value |
1313
| image.repository | `"mzdotai/lumigator-frontend"` | Repository where the Lumigator Frontend image is located |
14-
| image.tag | `"v0.1.2-alpha"` | The Lumigator Frontend Docker image tag |
14+
| image.tag | `"latest"` | The Lumigator Frontend Docker image tag |
1515
| imagePullSecrets | `[]` | Setting to pull an image from a private repository more information can be found [here](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) |
1616
| livenessProbe.httpGet.path | `"/"` | Path against the liveness probe to be executed |
1717
| livenessProbe.httpGet.port | `"http"` | Port against the liveness probe to be executed |

lumigator/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "backend"
3-
version = "0.1.2-alpha"
3+
version = "0.1.3-alpha"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"

lumigator/schemas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lumigator-schemas"
3-
version = "0.1.2-alpha"
3+
version = "0.1.3-alpha"
44
description = "Schemas used for REST API communication"
55
readme = "README.md"
66
requires-python = ">=3.11"

lumigator/sdk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "lumigator-sdk"
3-
version = "0.1.2-alpha"
3+
version = "0.1.3-alpha"
44
description = "Lumigator SDK using the REST API"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"loguru==0.7.2",
99
"requests>=2,<3",
10-
"lumigator-schemas==0.1.2-alpha"
10+
"lumigator-schemas==0.1.3-alpha"
1111
]
1212

1313
[tool.uv]

0 commit comments

Comments
 (0)