From 0dcc4003b8f9e94038a2094903f463dfad005e5b Mon Sep 17 00:00:00 2001 From: Sourabh Desai Date: Wed, 18 Dec 2024 18:03:53 -0800 Subject: [PATCH] release 0.1.39 (#46) * release 0.1.39 * changelog --- CHANGELOG.md | 4 ++++ charts/llamacloud/Chart.yaml | 4 ++-- charts/llamacloud/README.md | 14 +++++++------- charts/llamacloud/values.yaml | 14 +++++++------- 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3281e1a..9ad18b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## [0.1.39] - 2024-12-18 + +- One more frontend login bug fix + ## [0.1.38] - 2024-12-17 - Frontend bug fix for BYOC login diff --git a/charts/llamacloud/Chart.yaml b/charts/llamacloud/Chart.yaml index 430f60b..b1b1d9d 100644 --- a/charts/llamacloud/Chart.yaml +++ b/charts/llamacloud/Chart.yaml @@ -45,5 +45,5 @@ keywords: - llamacloud - rag -version: 0.1.38 -appVersion: "0.1.38" +version: 0.1.39 +appVersion: "0.1.39" diff --git a/charts/llamacloud/README.md b/charts/llamacloud/README.md index ad02ebe..6c42fd0 100644 --- a/charts/llamacloud/README.md +++ b/charts/llamacloud/README.md @@ -113,7 +113,7 @@ For more information about using this chart, feel free to visit the [Official Ll | `frontend.replicas` | Number of replicas of Frontend Deployment | `1` | | `frontend.image.registry` | Frontend Image registry | `docker.io` | | `frontend.image.repository` | Frontend Image repository | `llamaindex/llamacloud-frontend` | -| `frontend.image.tag` | Frontend Image tag | `0.1.38` | +| `frontend.image.tag` | Frontend Image tag | `0.1.39` | | `frontend.image.pullPolicy` | Frontend Image pull policy | `IfNotPresent` | | `frontend.service.type` | Frontend Service type | `ClusterIP` | | `frontend.service.port` | Frontend Service port | `3000` | @@ -169,7 +169,7 @@ For more information about using this chart, feel free to visit the [Official Ll | `backend.replicas` | Number of replicas of Backend Deployment | `1` | | `backend.image.registry` | Backend Image registry | `docker.io` | | `backend.image.repository` | Backend Image repository | `llamaindex/llamacloud-backend` | -| `backend.image.tag` | Backend Image tag | `0.1.38` | +| `backend.image.tag` | Backend Image tag | `0.1.39` | | `backend.image.pullPolicy` | Backend Image pull policy | `IfNotPresent` | | `backend.service.type` | Backend Service type | `ClusterIP` | | `backend.service.port` | Backend Service port | `8000` | @@ -226,7 +226,7 @@ For more information about using this chart, feel free to visit the [Official Ll | `jobsService.replicas` | Number of replicas of JobsService Deployment | `1` | | `jobsService.image.registry` | JobsService Image registry | `docker.io` | | `jobsService.image.repository` | JobsService Image repository | `llamaindex/llamacloud-jobs-service` | -| `jobsService.image.tag` | JobsService Image tag | `0.1.38` | +| `jobsService.image.tag` | JobsService Image tag | `0.1.39` | | `jobsService.image.pullPolicy` | JobsService Image pull policy | `IfNotPresent` | | `jobsService.service.type` | JobsService Service type | `ClusterIP` | | `jobsService.service.port` | JobsService Service port | `8002` | @@ -274,7 +274,7 @@ For more information about using this chart, feel free to visit the [Official Ll | `jobsWorker.replicas` | Number of replicas of JobsWorker Deployment | `1` | | `jobsWorker.image.registry` | JobsWorker Image registry | `docker.io` | | `jobsWorker.image.repository` | JobsWorker Image repository | `llamaindex/llamacloud-jobs-worker` | -| `jobsWorker.image.tag` | JobsWorker Image tag | `0.1.38` | +| `jobsWorker.image.tag` | JobsWorker Image tag | `0.1.39` | | `jobsWorker.image.pullPolicy` | JobsWorker Image pull policy | `IfNotPresent` | | `jobsWorker.service.type` | JobsWorker Service type | `ClusterIP` | | `jobsWorker.service.port` | JobsWorker Service port | `8001` | @@ -345,7 +345,7 @@ For more information about using this chart, feel free to visit the [Official Ll | `llamaParse.replicas` | Number of replicas of LlamaParse Deployment | `2` | | `llamaParse.image.registry` | LlamaParse Image registry | `docker.io` | | `llamaParse.image.repository` | LlamaParse Image repository | `llamaindex/llamacloud-llamaparse` | -| `llamaParse.image.tag` | LlamaParse Image tag | `0.1.38` | +| `llamaParse.image.tag` | LlamaParse Image tag | `0.1.39` | | `llamaParse.image.pullPolicy` | LlamaParse Image pull policy | `IfNotPresent` | | `llamaParse.serviceAccount.create` | Whether or not to create a new service account | `true` | | `llamaParse.serviceAccount.name` | Name of the service account | `""` | @@ -387,7 +387,7 @@ For more information about using this chart, feel free to visit the [Official Ll | `llamaParseOcr.replicas` | Number of replicas of LlamaParseOcr Deployment | `2` | | `llamaParseOcr.image.registry` | LlamaParseOcr Image registry | `docker.io` | | `llamaParseOcr.image.repository` | LlamaParseOcr Image repository | `llamaindex/llamacloud-llamaparse-ocr` | -| `llamaParseOcr.image.tag` | LlamaParseOcr Image tag | `0.1.38` | +| `llamaParseOcr.image.tag` | LlamaParseOcr Image tag | `0.1.39` | | `llamaParseOcr.image.pullPolicy` | LlamaParseOcr Image pull policy | `IfNotPresent` | | `llamaParseOcr.service.type` | LlamaParseOcr Service type | `ClusterIP` | | `llamaParseOcr.service.port` | LlamaParseOcr Service port | `8080` | @@ -443,7 +443,7 @@ For more information about using this chart, feel free to visit the [Official Ll | `usage.replicas` | Number of replicas of usage Deployment | `1` | | `usage.image.registry` | Usage Image registry | `docker.io` | | `usage.image.repository` | Usage Image repository | `llamaindex/llamacloud-usage` | -| `usage.image.tag` | Usage Image tag | `0.1.38` | +| `usage.image.tag` | Usage Image tag | `0.1.39` | | `usage.image.pullPolicy` | Usage Image pull policy | `IfNotPresent` | | `usage.service.type` | Usage Service type | `ClusterIP` | | `usage.service.port` | Usage Service port | `8005` | diff --git a/charts/llamacloud/values.yaml b/charts/llamacloud/values.yaml index a0a7514..c5cd5b3 100644 --- a/charts/llamacloud/values.yaml +++ b/charts/llamacloud/values.yaml @@ -138,7 +138,7 @@ frontend: image: registry: docker.io repository: llamaindex/llamacloud-frontend - tag: 0.1.38 + tag: 0.1.39 pullPolicy: IfNotPresent ## @param frontend.service.type Frontend Service type @@ -310,7 +310,7 @@ backend: image: registry: docker.io repository: llamaindex/llamacloud-backend - tag: 0.1.38 + tag: 0.1.39 pullPolicy: IfNotPresent ## Backend Service information @@ -495,7 +495,7 @@ jobsService: image: registry: docker.io repository: llamaindex/llamacloud-jobs-service - tag: 0.1.38 + tag: 0.1.39 pullPolicy: IfNotPresent ## JobsService Service information\ @@ -652,7 +652,7 @@ jobsWorker: image: registry: docker.io repository: llamaindex/llamacloud-jobs-worker - tag: 0.1.38 + tag: 0.1.39 pullPolicy: IfNotPresent ## JobsWorker Service information @@ -866,7 +866,7 @@ llamaParse: image: registry: docker.io repository: llamaindex/llamacloud-llamaparse - tag: 0.1.38 + tag: 0.1.39 pullPolicy: IfNotPresent ## ServiceAccount configuration @@ -997,7 +997,7 @@ llamaParseOcr: image: registry: docker.io repository: llamaindex/llamacloud-llamaparse-ocr - tag: 0.1.38 + tag: 0.1.39 pullPolicy: IfNotPresent ## LlamaParseOcr Service information @@ -1160,7 +1160,7 @@ usage: image: registry: docker.io repository: llamaindex/llamacloud-usage - tag: 0.1.38 + tag: 0.1.39 pullPolicy: IfNotPresent ## Usage Service information