Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<a name="unreleased"></a>
## [Unreleased]

### Routine

- Enable CHANGELOG.md generation([#37](https://github.com/KubeRocketCI/gitfusion/issues/37))


<a name="v0.1.0"></a>
## v0.1.0 - 2025-07-18
### Features

- Enhance GithubProvider ListUserOrganizations to include current user ([#35](https://github.com/KubeRocketCI/gitfusion/issues/35))
- Implement cache invalidation endpoint ([#33](https://github.com/KubeRocketCI/gitfusion/issues/33))
- Add /branches endpoint and services structure refactoring ([#27](https://github.com/KubeRocketCI/gitfusion/issues/27))
- Implement caching for repositories and organizations ([#21](https://github.com/KubeRocketCI/gitfusion/issues/21))
- Add endpoint to list organizations ([#19](https://github.com/KubeRocketCI/gitfusion/issues/19))
- Unify repository endpoints and add multi-provider support ([#15](https://github.com/KubeRocketCI/gitfusion/issues/15))
- Add user repositories for GitHub endpoint ([#13](https://github.com/KubeRocketCI/gitfusion/issues/13))
- Add repository name filter to repository listing endpoints ([#11](https://github.com/KubeRocketCI/gitfusion/issues/11))
- Add Bitbucket repository endpoints ([#9](https://github.com/KubeRocketCI/gitfusion/issues/9))
- Add GitLab repository endpoints ([#8](https://github.com/KubeRocketCI/gitfusion/issues/8))
- Adds Copilot instructions and PR generation guidelines
- GitHub repository endpoints

### Routine

- Add multi-arch build support ([#31](https://github.com/KubeRocketCI/gitfusion/issues/31))
- Bump CodeQL version ([#26](https://github.com/KubeRocketCI/gitfusion/issues/26))
- Align github templates ([#26](https://github.com/KubeRocketCI/gitfusion/issues/26))
- Align github templates ([#26](https://github.com/KubeRocketCI/gitfusion/issues/26))
- Align README file to reflect proper changes ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17))
- Update .gitignore, add VSCode settings
- Update repository community artifacts

### Documentation

- Improve GitHub Copilot configuration ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17))
- Add GitHub Copilot configuration and assistance tools ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17))


[Unreleased]: https://github.com/KubeRocketCI/gitfusion/compare/v0.1.0...HEAD
4 changes: 2 additions & 2 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.2.0-SNAPSHOT

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.1.0
appVersion: 0.2.0-SNAPSHOT

home: https://github.com/KubeRocketCI/gitfusion
sources:
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gitfusion

![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)
![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)

A Helm chart for Kubernetes

Expand Down