Skip to content

Commit

Permalink
chore: Update current development version (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Jan 24, 2025
1 parent a91f381 commit c991e3b
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 11 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@
## [Unreleased]


<a name="v0.20.0"></a>
## [v0.20.0] - 2025-01-24
### Features

- Set ns from config ([#564](https://github.com/epam/edp-headlamp/issues/564))
- Move pipeline results to separate tab ([#570](https://github.com/epam/edp-headlamp/issues/570))
- Add import strategy for gitops create ([#566](https://github.com/epam/edp-headlamp/issues/566))
- Allow to get default namespace from the API ([#564](https://github.com/epam/edp-headlamp/issues/564))
- Add pr link, upd result column, upd gitops name ([#562](https://github.com/epam/edp-headlamp/issues/562))
- Update results column, fix applications table ([#560](https://github.com/epam/edp-headlamp/issues/560))
- Add results column into pipeline table ([#557](https://github.com/epam/edp-headlamp/issues/557))
- Add CDPipeline description filed ([#552](https://github.com/epam/edp-headlamp/issues/552))
- Add responsive chips and CDP description ([#552](https://github.com/epam/edp-headlamp/issues/552))
- Update filter ([#550](https://github.com/epam/edp-headlamp/issues/550))
- Update pipelinerun naming ([#544](https://github.com/epam/edp-headlamp/issues/544))

### Bug Fixes

- Clone codebase validation ([#568](https://github.com/epam/edp-headlamp/issues/568))
- No labels crash ([#552](https://github.com/epam/edp-headlamp/issues/552))
- Undefined description crash ([#552](https://github.com/epam/edp-headlamp/issues/552))
- Wrong loading state with no permissions ([#546](https://github.com/epam/edp-headlamp/issues/546))

### Code Refactoring

- Codemie page ([#548](https://github.com/epam/edp-headlamp/issues/548))

### Routine

- Update current development version ([#542](https://github.com/epam/edp-headlamp/issues/542))


<a name="v0.19.0"></a>
## [v0.19.0] - 2025-01-10
### Features
Expand Down Expand Up @@ -618,7 +650,8 @@
<a name="v0.7.0"></a>
## [v0.7.0] - 2023-08-18

[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.19.0...HEAD
[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.20.0...HEAD
[v0.20.0]: https://github.com/epam/edp-headlamp/compare/v0.19.0...v0.20.0
[v0.19.0]: https://github.com/epam/edp-headlamp/compare/v0.18.0...v0.19.0
[v0.18.0]: https://github.com/epam/edp-headlamp/compare/v0.17.0...v0.18.0
[v0.17.0]: https://github.com/epam/edp-headlamp/compare/v0.16.0...v0.17.0
Expand Down
12 changes: 6 additions & 6 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Headlamp
home: https://docs.kuberocketci.io/
name: edp-headlamp
type: application
version: 0.20.0-SNAPSHOT
appVersion: 0.20.0-SNAPSHOT
version: 0.21.0-SNAPSHOT
appVersion: 0.21.0-SNAPSHOT
icon: https://docs.kuberocketci.io/img/logo.svg
keywords:
- edp
Expand All @@ -26,10 +26,10 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- name: epamedp/headlamp:0.22.46
image: epamedp/headlamp:0.22.46
- name: edp-headlamp:0.19.0
image: epamedp/edp-headlamp:0.19.0
- name: epamedp/headlamp:0.22.49
image: epamedp/headlamp:0.22.49
- name: edp-headlamp:0.20.0
image: epamedp/edp-headlamp:0.20.0
artifacthub.io/operatorCapabilities: Full Lifecycle
artifacthub.io/links: |
- name: KubeRocketCI Documentation
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 @@
# edp-headlamp

![Version: 0.20.0-SNAPSHOT](https://img.shields.io/badge/Version-0.20.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.20.0--SNAPSHOT-informational?style=flat-square)
![Version: 0.21.0-SNAPSHOT](https://img.shields.io/badge/Version-0.21.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.21.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.21.0--SNAPSHOT-informational?style=flat-square)

A Helm chart for KubeRocketCI Headlamp

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "headlamp-edp",
"version": "0.20.0-SNAPSHOT",
"version": "0.21.0-SNAPSHOT",
"description": "Your Headlamp plugin",
"keywords": [
"headlamp",
Expand Down

0 comments on commit c991e3b

Please sign in to comment.