diff --git a/CHANGELOG.md b/CHANGELOG.md index cd49976b..9a62768d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,36 @@ ## [Unreleased] + +## [v0.8.0] - 2023-08-28 +### Features + +- Add empty result handling to DataGrid component, add search by displayname in marketplace list ([#22](https://github.com/epam/edp-headlamp/issues/22)) +- Upgrade headlamp to 0.19.1 ([#30](https://github.com/epam/edp-headlamp/issues/30)) +- Make grid mode for overview list page ([#29](https://github.com/epam/edp-headlamp/issues/29)) +- Add DependencyTrack Configuration page ([#28](https://github.com/epam/edp-headlamp/issues/28)) +- Connect headlamps filter logic with marketplace page, add pagination and status handling ([#27](https://github.com/epam/edp-headlamp/issues/27)) +- Align configuration pages into one flow, create ConfigurationBody component for creating configuration pages ([#26](https://github.com/epam/edp-headlamp/issues/26)) +- Reorganize edp documentation url ([#21](https://github.com/epam/edp-headlamp/issues/21)) + +### Bug Fixes + +- Fix sonar cognitive complexity critical ([#28](https://github.com/epam/edp-headlamp/issues/28)) +- Fix going back to previous page on resource deletion success ([#24](https://github.com/epam/edp-headlamp/issues/24)) +- Fix going back to previous page on resource deletion success, fix editor initial value data ([#25](https://github.com/epam/edp-headlamp/issues/25)) +- Fix image tags real-time updating ([#25](https://github.com/epam/edp-headlamp/issues/25)) +- Fix going back to previous page on resource deletion success ([#24](https://github.com/epam/edp-headlamp/issues/24)) +- Fix empty page marketplace when there is no view mode selected ([#22](https://github.com/epam/edp-headlamp/issues/22)) + +### Routine + +- Bump Headlamp base image in chart annotation ([#23](https://github.com/epam/edp-headlamp/issues/23)) +- Update current development version ([#16](https://github.com/epam/edp-headlamp/issues/16)) + + ## [v0.7.0] - 2023-08-18 -[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.8.0...HEAD +[v0.8.0]: https://github.com/epam/edp-headlamp/compare/v0.7.0...v0.8.0 [v0.7.0]: https://github.com/epam/edp-headlamp/compare/v0.6.0...v0.7.0 diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index af19db2e..ca6a0a1f 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -3,8 +3,8 @@ description: A Helm chart for EDP Headlamp home: https://epam.github.io/edp-install/ name: edp-headlamp type: application -version: 0.8.0-SNAPSHOT -appVersion: 0.8.0-SNAPSHOT +version: 0.8.0 +appVersion: 0.8.0 icon: https://epam.github.io/edp-install/assets/logo.png keywords: - edp diff --git a/deploy-templates/README.md b/deploy-templates/README.md index 634094e8..03f725cb 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -1,6 +1,6 @@ # edp-headlamp -![Version: 0.8.0-SNAPSHOT](https://img.shields.io/badge/Version-0.8.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.8.0--SNAPSHOT-informational?style=flat-square) +![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square) A Helm chart for EDP Headlamp diff --git a/package-lock.json b/package-lock.json index 053faed1..cf95e04b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "headlamp-edp", - "version": "0.2.2", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "headlamp-edp", - "version": "0.2.2", + "version": "0.8.0", "dependencies": { "@carbon/charts": "0.58.2", "@carbon/charts-react": "0.58.2", diff --git a/package.json b/package.json index c82935e2..cf1aebcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "headlamp-edp", - "version": "0.2.2", + "version": "0.8.0", "description": "Your Headlamp plugin", "keywords": [ "headlamp",