harness v3.3.0 版本更新介绍
发布日期: 2025-08-19
版本号: v3.3.0
本次更新包含多项改进:对PR面板进行增强,新增收藏仓库功能,并为仓库列表页添加排序与范围筛选;当新分支推送时会提示创建PR;新增标签规则支持,可基于模式限制标签的创建、删除与更新。修复了Markdown图片渲染问题及Git LFS文件上传API中的安全漏洞。此外还包含日常维护及两位新贡献者的首次参与。
更新内容 (中文)
变更内容
- 杂务:使函数注释与函数名匹配,由 @yingshanghuangqiao 在 https://github.com/harness/harness/pull/3630 提交
- 更新 README 中 docker 命令的 SSH 端口映射,由 @salhernandez 在 https://github.com/harness/harness/pull/3638 提交
- CDE 修复问题,由 @n00bitax 在 https://github.com/harness/harness/pull/3639 提交
新功能与增强
- PR 仪表板 增强。
- 添加了设置收藏仓库的功能。
- 在仓库列表页面添加了仓库排序和范围筛选器。
- 添加了一个横幅,在推送新分支时提示用户创建 PR。
- 添加了标签规则支持。用户现在可以使用基于模式的规则来限制标签的创建、删除和更新。
修复问题
- 解决了 Harness Code 中 Markdown 不渲染图像的问题。
- 修复了 Git LFS 文件上传 API 中的一个安全问题,该问题可能允许认证用户写入超出预期路径的文件。
新贡献者
- @yingshanghuangqiao 在 https://github.com/harness/harness/pull/3630 做出了他们的首次贡献。
- @salhernandez 在 https://github.com/harness/harness/pull/3638 做出了他们的首次贡献。
完整变更日志:https://github.com/harness/harness/compare/v3.2.0…v3.3.0
更新内容 (原始)
What’s Changed
- chore: make function comment match function name by @yingshanghuangqiao in https://github.com/harness/harness/pull/3630
- Update ssh port mapping for docker command in README by @salhernandez in https://github.com/harness/harness/pull/3638
- CDE fix issues by @n00bitax in https://github.com/harness/harness/pull/3639
New features and enhancements
- PR dashboard enhancement.
- Added the ability to set favorite repositories.
- Added repository sort and scope filters to the repo list page.
- Added a banner prompting users to Create PR when a new branch is recently pushed.
- Added support for tag rules. Users can now restrict tag creation, deletion, and updates with pattern-based rules.
Fixed issues
- Resolved an issue where Markdown in Harness Code did not render images.
- Fixed a security issue in the Git LFS file upload API that could allow authenticated users to write files outside the intended path.
New Contributors
- @yingshanghuangqiao made their first contribution in https://github.com/harness/harness/pull/3630
- @salhernandez made their first contribution in https://github.com/harness/harness/pull/3638
Full Changelog: https://github.com/harness/harness/compare/v3.2.0...v3.3.0