Releases: harness/harness
v3.1.1
What's Changed
- Fixing the comment handling for devcontainer.json file. by @dhruv-harness in #3610
Full Changelog: v3.1.0...v3.1.1
v3.1.0 | Harness Open Source
What's Changed
- Update README.md by @Ibmurai in #3571
- fix:(README.md) links to developer portal by @alikhil in #3576
- fix: [CDE-555]: fix correctly iterate over list of extensions for gitspace by @n00bitax in #3597
- Remove leftover webhook_internal usage - make type fixed by @hitesharinga in #3599
- fix: [AH-784]: Updated URL provider to update casing for space names by @arvind-choudhary-h in #3600
- fix: [CDE-555]: run lifecycle commands in parallel and allow object type by @n00bitax in #3603
- fix: [CDE-555]: allow mixed data types in lifecycle command object fo… by @n00bitax in #3604
New Contributors
Full Changelog: v3.0.0...v3.1.0
v2.25.1-debug
Full Changelog: v2.25.1-debug...v2.25.1-debug
v3.0.1
What's Changed
- feat: [AH-231]: Upstream features by @arvind-choudhary-h in #3560
- fix: [CDE-540]: Adding a check for user name and email during code clone operation. by @dhruv-harness in #3596
New Contributors
- @arvind-choudhary-h made their first contribution in #3560
- @dhruv-harness made their first contribution in #3596
Full Changelog: v3.0.0...v3.0.1
v2.25.0
What's Changed
- update google/go-jsonnet version to v0.20.0 by @rhiaxion in #3535
- "Updated Alpine image version to 3:20 to remove security vuln" by @sandeepharness in #3577
- Drone Version Bump from 2.24.0 to 2.25.0 by @Ompragash in #3592
New Contributors
- @rhiaxion made their first contribution in #3535
- @sandeepharness made their first contribution in #3577
- @Ompragash made their first contribution in #3592
Full Changelog: v2.24.0...v2.25.0
v3.0.1-debug
v3.0.0 | Harness Open Source
This is the first release of Harness Open Source
🎉 🙌
Harness Open Source takes Gitness and Drone to the next level by offering an end-to-end software delivery platform that enhances productivity and accelerates software development cycles by adding hosted development environments, artifact registry, and other features.
Thank you for your interest so far! We’d love for you to dive into Harness Open Source, contribute to this amazing project, and share what you build with us. Stay tuned for more exciting features!
Full Changelog: v3.0.0-beta.8...v3.0.0
v3.0.0-beta.12 | Harness
What's Changed
- fix: [code-2402] updating static web elements to update logo by @hitesharinga in #3558
- updating images for signin and register page. by @hitesharinga in #3559
New Contributors
- @hitesharinga made their first contribution in #3558
Full Changelog: v3.0.0-beta.11...v3.0.0-beta.12
v3.0.0-beta.11 | Gitness
What's New
- Artifact Registry support allowing users to store and download artifacts including container images and helm charts
- Artifact Registry feature includes support for upstream proxy to fetch and cache artifacts from external or remote registries
- Labels for repository
What's Changed
- Added UI support for public repository access
- Added pull request list API for project
Full Changelog: v3.0.0-beta.8...v3.0.0-beta.11
v3.0.0-beta.8 | Gitness
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