File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed
Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11<a name =" unreleased " ></a >
22## [ Unreleased]
33
4+
5+ <a name =" v0.2.0 " ></a >
6+ ## [ v0.2.0] - 2026-02-10
7+ ### Features
8+
9+ - extend PullRequest model with description, draft, and commit_sha fields
10+ - add pull/merge request listing API across GitHub, GitLab, and Bitbucket
11+
412### Bug Fixes
513
14+ - Use Path instead of Name for GitLab repository ([ #50 ] ( https://github.com/KubeRocketCI/gitfusion/issues/50 ) )
615- Incomplete branch list for Bitbucket ([ #41 ] ( https://github.com/KubeRocketCI/gitfusion/issues/41 ) )
716
817### Routine
1827
1928- Incomplete branch list for Bitbucket ([ #41 ] ( https://github.com/KubeRocketCI/gitfusion/issues/41 ) )
2029
30+ ### Routine
31+
32+ - Enable CHANGELOG.md generation([ #37 ] ( https://github.com/KubeRocketCI/gitfusion/issues/37 ) )
33+
2134
2235<a name =" v0.1.0 " ></a >
2336## v0.1.0 - 2025-07-18
3851
3952### Routine
4053
41- - Enable CHANGELOG.md generation([ #37 ] ( https://github.com/KubeRocketCI/gitfusion/issues/37 ) )
4254- Add multi-arch build support ([ #31 ] ( https://github.com/KubeRocketCI/gitfusion/issues/31 ) )
4355- Bump CodeQL version ([ #26 ] ( https://github.com/KubeRocketCI/gitfusion/issues/26 ) )
4456- Align github templates ([ #26 ] ( https://github.com/KubeRocketCI/gitfusion/issues/26 ) )
5365- Add GitHub Copilot configuration and assistance tools ([ #17 ] ( https://github.com/KubeRocketCI/gitfusion/issues/17 ) )
5466
5567
56- [ Unreleased ] : https://github.com/KubeRocketCI/gitfusion/compare/v0.1.1...HEAD
68+ [ Unreleased ] : https://github.com/KubeRocketCI/gitfusion/compare/v0.2.0...HEAD
69+ [ v0.2.0 ] : https://github.com/KubeRocketCI/gitfusion/compare/v0.1.1...v0.2.0
5770[ v0.1.1 ] : https://github.com/KubeRocketCI/gitfusion/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.2 .0-SNAPSHOT
18+ version : 0.3 .0-SNAPSHOT
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
23- appVersion : 0.2 .0-SNAPSHOT
23+ appVersion : 0.3 .0-SNAPSHOT
2424
2525home : https://github.com/KubeRocketCI/gitfusion
2626sources :
Original file line number Diff line number Diff line change 11# gitfusion
22
3- ![ Version: 0.2 .0-SNAPSHOT] ( https://img.shields.io/badge/Version-0.2 .0--SNAPSHOT-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.2 .0-SNAPSHOT] ( https://img.shields.io/badge/AppVersion-0.2 .0--SNAPSHOT-informational?style=flat-square )
3+ ![ Version: 0.3 .0-SNAPSHOT] ( https://img.shields.io/badge/Version-0.3 .0--SNAPSHOT-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.3 .0-SNAPSHOT] ( https://img.shields.io/badge/AppVersion-0.3 .0--SNAPSHOT-informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
You can’t perform that action at this time.
0 commit comments