v3.0.0-beta.8
版本发布时间: 2024-08-16 08:26:40
harness/harness最新发布版本:v3.0.0(2024-09-26 00:51:26)
What's New
- Gitspaces feature allowing users to setup cloud development environments accessible via VSCode Web and VSCode Desktop
-
SSH support for cloning repositories (forward port
3022
to expose SSH functionality - e.g.-p 3022:3022
with docker run) - Code suggestions and in-line commits for code comments
What's Changed
- Added UI support for public repository access
- Enhanced summary panel on PR conversation page
- Added component to display merge-conflict files on PR page
- Added repository summary to repository landing page
- Fixed CODEOWNERS pattern matching
- Added Azure DevOps support for repository importing
- Added support for
.gitleaksignore
and pulled latest gitleaks release - Added support for simple HTML tags in PR summary and code comments
- Added new
pr-updated
webhook event - Removed feature roadmap from repository landing page
- Block admin users from automatically bypassing branch rules
Breaking Change
Some database changes are not backwards compatible and require manual rollback:
WARNING This will erase any configured gitspaces and SSH keys
# Replace volume mapping and other db related config overwrites
docker run -v /tmp/gitness:/data --entrypoint /app/gitness harness/gitness:v3.0.0-beta.8 migrate to 0049_alter_table_pullreq_add_closed