Release v0.1.4
needs-priorityneeds-triage
## Release Checklist
<!--
Please do not remove items from the checklist
-->
- [x] All [OWNERS](https://github.com/inftyai/llmaz/blob/main/OWNERS) must LGTM the release proposal
- [x] Prepare the image and files
- [x] Run `PLATFORMS=linux/amd64 make image-push GIT_TAG=$VERSION` to build and push an image.
- [x] Run `make artifacts GIT_TAG=$VERSION` to generate the artifact.
- [x] Update helm chats and documents
- [x] Update versions
- [x] update `chart/Chart.yaml`, the helm version is different with the app version.
- [x] update `docs/installation.md`
- [x] Run `make helm-package` to package the helm chart and update the index.yaml.
- [x] Submit a PR and merge it.
- [x] An OWNER [prepares a draft release](https://github.com/inftyai/llmaz/releases)
- [x] Create a new tag
- [x] Write the change log into the draft release which should include below items if any:
```
🚀 **Major Features**:
✨ **Features**:
🐛 **Bugs**:
♻️ **Cleanups**:
```
- [x] Upload the files to the draft release.
- [x] `manifests.yaml` under artifacts
- [x] new generated helm chart `*.zip` file
- [x] Publish the draft release prepared at the [Github releases page](https://github.com/inftyai/llmaz/releases)
- [x] Publish the helm chart: `helm push llmaz-<version>.tgz oci://docker.io/inftyai`
- [x] Close this issue
关闭于 2025-06-10 1 条评论