diff --git a/CHANGELOG.md b/CHANGELOG.md index 37324d0..5e91051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v0.4.0] - 2026-04-04 + ## [v0.3.0] - 2026-03-27 ### Features @@ -76,7 +79,8 @@ - Add GitHub Copilot configuration and assistance tools ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17)) -[Unreleased]: https://github.com/KubeRocketCI/gitfusion/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/KubeRocketCI/gitfusion/compare/v0.4.0...HEAD +[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 [v0.1.1]: https://github.com/KubeRocketCI/gitfusion/compare/v0.1.0...v0.1.1 diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index 4b35982..101ee26 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.4.0-SNAPSHOT -appVersion: 0.4.0-SNAPSHOT +version: 0.5.0-SNAPSHOT +appVersion: 0.5.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.3.0 - image: epamedp/gitfusion:0.3.0 + - name: epamedp/gitfusion:0.4.0 + image: epamedp/gitfusion:0.4.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 c9cba07..262620a 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -1,6 +1,6 @@ # gitfusion -![Version: 0.4.0-SNAPSHOT](https://img.shields.io/badge/Version-0.4.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.4.0--SNAPSHOT-informational?style=flat-square) +![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) A Helm chart for GitFusion