Skip to content

Releases: harness/gitness

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

v2.24.0

10 May 11:38
c4037de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.23.0...v2.24.0

v3.0.0-beta.7 | Gitness

30 Apr 21:04
Compare
Choose a tag to compare
Pre-release

What's Changed

  • [GITLEAKS] Added support for Secret Scanning during push
  • Added file size limit on push
  • Added API to download repository as archive using git archive command
  • Added option to upgrade to Harness
  • Added Cmd-Enter/Ctrl-Enter shortcut to submit PR comment/description
  • Update default branch on empty repo for first commit
  • Added support for multi-line comments
  • Added support to allow checkboxes in pr desc to be updated
  • Added closed timestamp to pull request
  • Fixed import space name validator by @SchoIsles in #3491
  • Added Gitness contributing guide by @dewan-ahmed in #3497
  • Increased the max length of the secret (#3493) by @rambhosale in #3494
  • Removed repetitive words by @suchsoon in #3484

New Contributors

Full Changelog: v3.0.0-beta.6...v3.0.0-beta.7

v2.23.0

29 Apr 13:35
cc2f033
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.22.0...v2.23.0

v3.0.0-beta.6

21 Mar 07:41
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

What's Changed

  • PR template for repo
  • Improved performance of tag, commit and merge APIs
  • Pull Request page performance improvements
  • Added support for video formats to upload
  • Added code highlight support for hcl and tf files
  • Added support to update the default branch
  • Added copy button to file name
  • Fixed timestamp of commits and PR page
  • Added files in webhook payload
  • Added addition and deletion stats in commit api
  • Added rule to block PR merge if changes are requested by the reviewer
  • Added API to get required status checks for the pull request
  • Added support to cancel/ abort PR
  • Added support for Jupyter Notebook format in the web editor
  • Added support for copy link to PR comment
  • Made Pull Request rows as links to support right/cmd click
  • Added support for container networks for pipelines

Full Changelog: v3.0.0-beta.5...v3.0.0-beta.6

v3.0.0-beta.5 | Gitness

04 Jan 20:58
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Branch Rules
  • CODEOWNERS
  • Email Notifications
  • Performance improvement for branch create/delete api
  • Import repositories to an existing project
  • Fixed .cs files syntax highlighting
  • Fixed file redirection in the commits view
  • Added icon for outdated review
  • Miscellaneous enhancements in the Pipeline Editor
  • Feature: Helm Kubernetes Deployment by @alexohneander in #3417
  • Update ci-lint.yml by @enver-bisevac in #3434

New Contributors

Full Changelog: v3.0.0-beta.4...v3.0.0-beta.5

v2.22.0

02 Jan 15:45
af44f63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.21.0...v2.22.0

v2.21.0

07 Dec 14:59
9152121
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.20.0...v2.21.0

v3.0.0-beta.4 | Gitness

03 Nov 23:31
Compare
Choose a tag to compare
Pre-release

Updates

  • Added support to import repo/project from gogs, gitea, and bitbucket
  • Image upload support in pull request description and comments
  • Make File SHA optional in File Commit API
  • View files without extension as text file in UI
  • Fix security vulnerability : github.com/dgrijalva/jwt-go
  • Added updated filter in list PR API
  • Fix file rename only case in File Viewed feature
  • Update PR.editedAt time when head branch is updated

Full Changelog: v3.0.0-beta.3...v3.0.0-beta.4