Skip to content

Releases: harness/harness

v3.1.1

15 Jan 06:33
93a08e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0 | Harness Open Source

06 Jan 17:30
2315368
Compare
Choose a tag to compare

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

12 Dec 19:03
3e7ecf1
Compare
Choose a tag to compare
v2.25.1-debug Pre-release
Pre-release

v3.0.1

05 Dec 09:27
e92962b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v2.25.0

21 Nov 14:25
c32df38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.24.0...v2.25.0

v3.0.1-debug

15 Nov 12:04
Compare
Choose a tag to compare
v3.0.1-debug Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.24.0...v3.0.1-debug

v3.0.0 | Harness Open Source

25 Sep 16:51
Compare
Choose a tag to compare

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

24 Sep 23:54
4c66928
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v3.0.0-beta.11...v3.0.0-beta.12

v3.0.0-beta.11 | Gitness

03 Sep 23:06
Compare
Choose a tag to compare
Pre-release

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

16 Aug 00:26
Compare
Choose a tag to compare
Pre-release

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