Skip to content

Commit

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


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

- Update alert noty ([#540](https://github.com/epam/edp-headlamp/issues/540))
- Improve monitoring links ([#534](https://github.com/epam/edp-headlamp/issues/534))
- Make abstract quick links ([#534](https://github.com/epam/edp-headlamp/issues/534))
- Update build git-source-url ([#532](https://github.com/epam/edp-headlamp/issues/532))
- Improve resource name validation ([#528](https://github.com/epam/edp-headlamp/issues/528))
- Truncate pipelinerun names ([#526](https://github.com/epam/edp-headlamp/issues/526))
- Add build with params ([#524](https://github.com/epam/edp-headlamp/issues/524))

### Bug Fixes

- Codemie loading, monitoring url, deptrack url ([#537](https://github.com/epam/edp-headlamp/issues/537)) ([#539](https://github.com/epam/edp-headlamp/issues/539))
- Codemie loading, available clusters list ([#537](https://github.com/epam/edp-headlamp/issues/537))
- Bitbucket repo branch link ([#530](https://github.com/epam/edp-headlamp/issues/530))

### Routine

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


<a name="v0.18.0"></a>
## [v0.18.0] - 2024-12-12
### Features
Expand Down Expand Up @@ -595,7 +618,8 @@
<a name="v0.7.0"></a>
## [v0.7.0] - 2023-08-18

[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.18.0...HEAD
[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.19.0...HEAD
[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
[v0.16.0]: https://github.com/epam/edp-headlamp/compare/v0.15.0...v0.16.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.19.0-SNAPSHOT
appVersion: 0.19.0-SNAPSHOT
version: 0.20.0-SNAPSHOT
appVersion: 0.20.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.45
image: epamedp/headlamp:0.22.45
- name: edp-headlamp:0.18.0
image: epamedp/edp-headlamp:0.18.0
- 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
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.19.0-SNAPSHOT](https://img.shields.io/badge/Version-0.19.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.19.0--SNAPSHOT-informational?style=flat-square)
![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)

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.19.0-SNAPSHOT",
"version": "0.20.0-SNAPSHOT",
"description": "Your Headlamp plugin",
"keywords": [
"headlamp",
Expand Down

0 comments on commit 7deb829

Please sign in to comment.