Skip to content

Commit

Permalink
chore: Update current development version (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Nov 5, 2024
1 parent 0b476b2 commit 77763d9
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 9 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
## [Unreleased]


<a name="v0.17.0"></a>
## [v0.17.0] - 2024-11-05
### Features

- Add permission check for approve button ([#456](https://github.com/epam/edp-headlamp/issues/456))
- Implement OIDC integration with Microsoft Entra IdP ([#454](https://github.com/epam/edp-headlamp/issues/454))
- Show version diff marker ([#450](https://github.com/epam/edp-headlamp/issues/450))
- Improve pods features ([#445](https://github.com/epam/edp-headlamp/issues/445))
- Improve applications table update ([#443](https://github.com/epam/edp-headlamp/issues/443))

### Bug Fixes

- Pipeline run message ([#452](https://github.com/epam/edp-headlamp/issues/452))
- Task content show ([#448](https://github.com/epam/edp-headlamp/issues/448))
- Add validation for name field ([#441](https://github.com/epam/edp-headlamp/issues/441))

### Routine

- Update Pull Request Template ([#234](https://github.com/epam/edp-headlamp/issues/234))
- Update current development version ([#439](https://github.com/epam/edp-headlamp/issues/439))


<a name="v0.16.0"></a>
## [v0.16.0] - 2024-10-18
### Features
Expand Down Expand Up @@ -529,7 +551,8 @@
<a name="v0.7.0"></a>
## [v0.7.0] - 2023-08-18

[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.16.0...HEAD
[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.17.0...HEAD
[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
[v0.15.0]: https://github.com/epam/edp-headlamp/compare/v0.14.0...v0.15.0
[v0.14.0]: https://github.com/epam/edp-headlamp/compare/v0.13.1...v0.14.0
Expand Down
8 changes: 4 additions & 4 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.17.0-SNAPSHOT
appVersion: 0.17.0-SNAPSHOT
version: 0.18.0-SNAPSHOT
appVersion: 0.18.0-SNAPSHOT
icon: https://docs.kuberocketci.io/img/logo.svg
keywords:
- edp
Expand All @@ -28,8 +28,8 @@ annotations:
artifacthub.io/images: |
- name: epamedp/headlamp:0.22.31
image: epamedp/headlamp:0.22.31
- name: edp-headlamp:0.16.0
image: epamedp/edp-headlamp:0.16.0
- name: edp-headlamp:0.17.0
image: epamedp/edp-headlamp:0.17.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.17.0-SNAPSHOT](https://img.shields.io/badge/Version-0.17.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.17.0--SNAPSHOT-informational?style=flat-square)
![Version: 0.18.0-SNAPSHOT](https://img.shields.io/badge/Version-0.18.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.18.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.18.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.17.0-SNAPSHOT",
"version": "0.18.0-SNAPSHOT",
"description": "Your Headlamp plugin",
"keywords": [
"headlamp",
Expand Down

0 comments on commit 77763d9

Please sign in to comment.