Skip to content

Commit ecf8a8f

Browse files
committed
chore(release): bump version to v0.7.0 and update chart name to unla
1 parent 6cd57e8 commit ecf8a8f

4 files changed

Lines changed: 49 additions & 6 deletions

File tree

changelog/v0.7.0.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# 📦 Unla v0.7.0
2+
3+
> Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## 🔧 其他
6+
7+
- 组织重命名:从 mcp-ecosystem 改为 amoylab
8+
- 仓库重命名:从 mcp-gateway 改为 unla
9+
- 更新 Helm chart 发布触发条件
10+
11+
---
12+
13+
📘 文档:https://mcp.ifuryst.com
14+
🐙 源码:https://github.com/amoylab/unla
15+
🐳 Docker 镜像:`ghcr.io/amoylab/unla/allinone:latest`
16+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
17+
🔗 扫描下方二维码加入社区微信群,备注:`unla`
18+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="微信群二维码" width="350" height="350" />
19+
20+
---
21+
22+
感谢所有参与和关注该项目的开发者与用户 💖
23+
24+
---
25+
26+
## 🔧 Others
27+
28+
- Organization renamed: from mcp-ecosystem to amoylab
29+
- Repository renamed: from mcp-gateway to unla
30+
- Update Helm chart publishing trigger conditions
31+
32+
---
33+
34+
📘 Docs: https://mcp.ifuryst.com
35+
🐙 Source: https://github.com/amoylab/unla
36+
🐳 Docker Image: `ghcr.io/amoylab/unla/allinone:latest`
37+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
38+
🔗 Scan the QR code below to join WeChat community group, note: `unla`
39+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="WeChat QR Code" width="350" height="350" />
40+
41+
---
42+
43+
Thanks to all contributors and early users! 💖

deploy/helm/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
name: mcp-gateway
3-
description: A Helm chart for MCP-Gateway
2+
name: unla
3+
description: A Helm chart for Unla
44

55
# A chart can be either an 'application' or a 'library' chart.
66
#
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.6.3
18+
version: 0.7.0
1919

2020
# This is the version number of the application being deployed. This version number should be
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: "0.6.3"
24+
appVersion: "0.7.0"

pkg/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.6.3
1+
v0.7.0

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unla-dashboard",
33
"private": true,
4-
"version": "0.6.3",
4+
"version": "0.7.0",
55
"type": "module",
66
"description": "Unla Admin Dashboard - A modern web interface for managing MCP Gateway services",
77
"keywords": [

0 commit comments

Comments
 (0)