diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e91051..d573d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,31 @@ ## [Unreleased] + +## [v0.5.0] - 2026-05-21 +### Bug Fixes + +- Replace deprecated Bitbucket workspaces endpoint with direct HTTP call + +### Routine + +- support Jira-prefixed CHANGELOG format +- remove PR title length validation +- Update current development version + + ## [v0.4.0] - 2026-04-04 +### Bug Fixes + +- Add proper 404/401 error handling + +### Routine + +- Align Chart.yaml ([#58](https://github.com/KubeRocketCI/gitfusion/issues/58)) +- Disable regcred usage by default ([#58](https://github.com/KubeRocketCI/gitfusion/issues/58)) +- Update current development version ([#58](https://github.com/KubeRocketCI/gitfusion/issues/58)) + ## [v0.3.0] - 2026-03-27 @@ -13,6 +36,7 @@ ### Routine +- validate commit title length and format - Update current development version ([#54](https://github.com/KubeRocketCI/gitfusion/issues/54)) @@ -79,7 +103,8 @@ - Add GitHub Copilot configuration and assistance tools ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17)) -[Unreleased]: https://github.com/KubeRocketCI/gitfusion/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/KubeRocketCI/gitfusion/compare/v0.5.0...HEAD +[v0.5.0]: https://github.com/KubeRocketCI/gitfusion/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/KubeRocketCI/gitfusion/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/KubeRocketCI/gitfusion/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/KubeRocketCI/gitfusion/compare/v0.1.1...v0.2.0 diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index 101ee26..9322824 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -3,8 +3,8 @@ description: A Helm chart for GitFusion home: https://docs.kuberocketci.io/ name: gitfusion type: application -version: 0.5.0-SNAPSHOT -appVersion: 0.5.0-SNAPSHOT +version: 0.6.0-SNAPSHOT +appVersion: 0.6.0-SNAPSHOT icon: https://docs.kuberocketci.io/img/logo.svg keywords: - edp @@ -22,8 +22,8 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/operator: "true" artifacthub.io/images: | - - name: epamedp/gitfusion:0.4.0 - image: epamedp/gitfusion:0.4.0 + - name: epamedp/gitfusion:0.5.0 + image: epamedp/gitfusion:0.5.0 artifacthub.io/operatorCapabilities: Full Lifecycle artifacthub.io/links: | - name: KubeRocketCI Documentation diff --git a/deploy-templates/README.md b/deploy-templates/README.md index 262620a..5042bf4 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -1,6 +1,6 @@ # gitfusion -![Version: 0.5.0-SNAPSHOT](https://img.shields.io/badge/Version-0.5.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.5.0--SNAPSHOT-informational?style=flat-square) +![Version: 0.6.0-SNAPSHOT](https://img.shields.io/badge/Version-0.6.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.6.0--SNAPSHOT-informational?style=flat-square) A Helm chart for GitFusion