Skip to content

Commit ed55447

Browse files
chore: Update current development version (#37)
1 parent 1981f2a commit ed55447

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<a name="unreleased"></a>
2+
## [Unreleased]
3+
4+
### Routine
5+
6+
- Enable CHANGELOG.md generation([#37](https://github.com/KubeRocketCI/gitfusion/issues/37))
7+
8+
9+
<a name="v0.1.0"></a>
10+
## v0.1.0 - 2025-07-18
11+
### Features
12+
13+
- Enhance GithubProvider ListUserOrganizations to include current user ([#35](https://github.com/KubeRocketCI/gitfusion/issues/35))
14+
- Implement cache invalidation endpoint ([#33](https://github.com/KubeRocketCI/gitfusion/issues/33))
15+
- Add /branches endpoint and services structure refactoring ([#27](https://github.com/KubeRocketCI/gitfusion/issues/27))
16+
- Implement caching for repositories and organizations ([#21](https://github.com/KubeRocketCI/gitfusion/issues/21))
17+
- Add endpoint to list organizations ([#19](https://github.com/KubeRocketCI/gitfusion/issues/19))
18+
- Unify repository endpoints and add multi-provider support ([#15](https://github.com/KubeRocketCI/gitfusion/issues/15))
19+
- Add user repositories for GitHub endpoint ([#13](https://github.com/KubeRocketCI/gitfusion/issues/13))
20+
- Add repository name filter to repository listing endpoints ([#11](https://github.com/KubeRocketCI/gitfusion/issues/11))
21+
- Add Bitbucket repository endpoints ([#9](https://github.com/KubeRocketCI/gitfusion/issues/9))
22+
- Add GitLab repository endpoints ([#8](https://github.com/KubeRocketCI/gitfusion/issues/8))
23+
- Adds Copilot instructions and PR generation guidelines
24+
- GitHub repository endpoints
25+
26+
### Routine
27+
28+
- Add multi-arch build support ([#31](https://github.com/KubeRocketCI/gitfusion/issues/31))
29+
- Bump CodeQL version ([#26](https://github.com/KubeRocketCI/gitfusion/issues/26))
30+
- Align github templates ([#26](https://github.com/KubeRocketCI/gitfusion/issues/26))
31+
- Align github templates ([#26](https://github.com/KubeRocketCI/gitfusion/issues/26))
32+
- Align README file to reflect proper changes ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17))
33+
- Update .gitignore, add VSCode settings
34+
- Update repository community artifacts
35+
36+
### Documentation
37+
38+
- Improve GitHub Copilot configuration ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17))
39+
- Add GitHub Copilot configuration and assistance tools ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17))
40+
41+
42+
[Unreleased]: https://github.com/KubeRocketCI/gitfusion/compare/v0.1.0...HEAD

deploy-templates/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.1.0
18+
version: 0.2.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.1.0
23+
appVersion: 0.2.0-SNAPSHOT
2424

2525
home: https://github.com/KubeRocketCI/gitfusion
2626
sources:

deploy-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitfusion
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
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)
44

55
A Helm chart for Kubernetes
66

0 commit comments

Comments
 (0)