[PR #104] [MERGED] Enable Automatic Updates of Chart Versions #181

Closed
opened 2026-02-15 19:16:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/104
Author: @westbrook-ai
Created: 11/9/2024
Status: Merged
Merged: 11/9/2024
Merged by: @westbrook-ai

Base: mainHead: main


📝 Commits (10+)

  • 46ffbbf Fix: test semantic releases
  • b6e6d76 Merge pull request #6 from 0xThresh/semantic-version-test
  • a8f0252 Update the paths that trigger the workflow
  • a369e83 Merge pull request #7 from 0xThresh/semantic-version-test
  • 172b535 Fix: test update
  • b6d41ff Merge pull request #8 from 0xThresh/semantic-version-test
  • 0d26a88 Fix: fix chart path
  • e50d40c Merge pull request #9 from 0xThresh/semantic-version-test
  • bd91d34 Fix: fix chart paths
  • 07fbb60 Merge pull request #10 from 0xThresh/semantic-version-test

📊 Changes

5 files changed (+65 additions, -13 deletions)

View changed files

📝 .github/workflows/helm-release.yml (+36 -1)
.releaserc (+14 -0)
📝 charts/open-webui/Chart.lock (+1 -1)
📝 charts/open-webui/Chart.yaml (+7 -11)
package.json (+7 -0)

📄 Description

Using semantic-versioning, enable automatic updates of the chart version to save contributors effort of manually updating it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/helm-charts/pull/104 **Author:** [@westbrook-ai](https://github.com/westbrook-ai) **Created:** 11/9/2024 **Status:** ✅ Merged **Merged:** 11/9/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`46ffbbf`](https://github.com/open-webui/helm-charts/commit/46ffbbfa25e617e6750cf880475cc78d0fd3677c) Fix: test semantic releases - [`b6e6d76`](https://github.com/open-webui/helm-charts/commit/b6e6d7603455d1fad61aa6871e26c42ecdba8b2c) Merge pull request #6 from 0xThresh/semantic-version-test - [`a8f0252`](https://github.com/open-webui/helm-charts/commit/a8f0252597d37d35b262a43212ecd05f30a2a01b) Update the paths that trigger the workflow - [`a369e83`](https://github.com/open-webui/helm-charts/commit/a369e83595c4cf0848173ed14e8a9000f4094b30) Merge pull request #7 from 0xThresh/semantic-version-test - [`172b535`](https://github.com/open-webui/helm-charts/commit/172b5351c473433dd0c85cac77edeb2ba3854012) Fix: test update - [`b6d41ff`](https://github.com/open-webui/helm-charts/commit/b6d41ff98cccb3d76854dda0017c77f6b16e533d) Merge pull request #8 from 0xThresh/semantic-version-test - [`0d26a88`](https://github.com/open-webui/helm-charts/commit/0d26a8844d6045cfe742da3f04e06969337915e5) Fix: fix chart path - [`e50d40c`](https://github.com/open-webui/helm-charts/commit/e50d40c968e926bce116b41cb2da067aacc8f05a) Merge pull request #9 from 0xThresh/semantic-version-test - [`bd91d34`](https://github.com/open-webui/helm-charts/commit/bd91d34a3d238379fb1fa8f898d77039c153da52) Fix: fix chart paths - [`07fbb60`](https://github.com/open-webui/helm-charts/commit/07fbb60e5a324e3bd462fd814afd4b18a1a0f702) Merge pull request #10 from 0xThresh/semantic-version-test ### 📊 Changes **5 files changed** (+65 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/helm-release.yml` (+36 -1) ➕ `.releaserc` (+14 -0) 📝 `charts/open-webui/Chart.lock` (+1 -1) 📝 `charts/open-webui/Chart.yaml` (+7 -11) ➕ `package.json` (+7 -0) </details> ### 📄 Description Using [semantic-versioning](https://github.com/semantic-release/semantic-release/tree/587a0d9afd53df6fd18bf047a4164aa0c6be3f9e), enable automatic updates of the chart version to save contributors effort of manually updating it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:45 -05:00
yindo closed this issue 2026-02-15 19:16:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#181