Skip to content

Commit 9479d6f

Browse files
committed
Bump version to 0.11.0
1 parent 7cb7b01 commit 9479d6f

File tree

5 files changed

+81
-57
lines changed

5 files changed

+81
-57
lines changed

CHANGELOG.md

Lines changed: 75 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,44 @@
22
## [Unreleased]
33

44

5-
<a name="v0.10.0"></a>
6-
## [v0.10.0] - 2023-09-28
5+
<a name="v0.11.0"></a>
6+
## v0.11.0 - 2023-11-03
77
### Features
88

9+
- Add link to deeptrack in codebase branch widget ([#92](https://github.com/epam/edp-headlamp/issues/92))
10+
- Removes Namespace field from Stage Edit form ([#91](https://github.com/epam/edp-headlamp/issues/91))
11+
- Improve pipeline diagram ([#89](https://github.com/epam/edp-headlamp/issues/89))
12+
- Update links to docs ([#88](https://github.com/epam/edp-headlamp/issues/88))
13+
- Add ability to delete cluster, add clusterName column into stage details ([#82](https://github.com/epam/edp-headlamp/issues/82))
14+
- Disable Cluster Name field for edit in cluster secret creation widget ([#82](https://github.com/epam/edp-headlamp/issues/82))
15+
- Hides pods column in applications table on stage page if stage.spec.clusterName is not in-cluster ([#83](https://github.com/epam/edp-headlamp/issues/83))
16+
- Add show, hide button for password type text fields ([#84](https://github.com/epam/edp-headlamp/issues/84))
17+
- Make GitServer and Cluster forms editable ([#82](https://github.com/epam/edp-headlamp/issues/82))
18+
- Add edit button into Namespace field in stage creation, fix registry owner references disabled state ([#75](https://github.com/epam/edp-headlamp/issues/75))
19+
- Remove jenkins specific logic ([#80](https://github.com/epam/edp-headlamp/issues/80))
20+
- Add deeptrack dependencies widget into codebaseBranch widget, disable build button if codebasebranch is not ready ([#78](https://github.com/epam/edp-headlamp/issues/78))
21+
- Add ingress links column into Applications table on stage page ([#77](https://github.com/epam/edp-headlamp/issues/77))
22+
- Add namespace field into stage create, update forms ([#75](https://github.com/epam/edp-headlamp/issues/75))
23+
- Update registry page ([#20](https://github.com/epam/edp-headlamp/issues/20))
24+
- Enable overview list filter caching ([#74](https://github.com/epam/edp-headlamp/issues/74))
25+
- Update registry configuration page ([#20](https://github.com/epam/edp-headlamp/issues/20))
26+
- Add taskrun links, add taskrun steps links, change graph edge routing ([#66](https://github.com/epam/edp-headlamp/issues/66))
27+
- Update PipelineRun diagram graph([#66](https://github.com/epam/edp-headlamp/issues/66))
28+
- Add taskRun steps into PipelineRun diagram graph, add zoom-in, zoom-out, reset zoom buttons ([#66](https://github.com/epam/edp-headlamp/issues/66))
29+
- Remove aside menu fixed positioning on configuration pages, fix sonar critical error ([#70](https://github.com/epam/edp-headlamp/issues/70))
30+
- Update pages responsiveness, add links to nexus and sonar ([#70](https://github.com/epam/edp-headlamp/issues/70))
31+
- Add EDPComponents links on overview page ([#69](https://github.com/epam/edp-headlamp/issues/69))
32+
- Add ability to move, to zoom svg ([#68](https://github.com/epam/edp-headlamp/issues/68))
33+
- Add PipelineRun tree diagram into PipelineRun overview list ([#68](https://github.com/epam/edp-headlamp/issues/68))
34+
- Update Jira secret configuration form ([#67](https://github.com/epam/edp-headlamp/issues/67))
35+
- Enrich overview graphs statuses ([#66](https://github.com/epam/edp-headlamp/issues/66))
36+
- Add docker hub registry list into registry page configuration ([#64](https://github.com/epam/edp-headlamp/issues/64))
37+
- Add resources graph into overview page ([#63](https://github.com/epam/edp-headlamp/issues/63))
38+
- Add resources graph into overview page ([#60](https://github.com/epam/edp-headlamp/issues/60))
39+
- Add SSO integration configuration page ([#57](https://github.com/epam/edp-headlamp/issues/57))
940
- Update GitServer status handling ([#58](https://github.com/epam/edp-headlamp/issues/58))
1041
- Update argo application resource creation ([#56](https://github.com/epam/edp-headlamp/issues/56))
1142
- Add logs viewer and terminal into stage applications deploy table columns ([#55](https://github.com/epam/edp-headlamp/issues/55))
12-
13-
### Bug Fixes
14-
15-
- Fix terminal update ([#55](https://github.com/epam/edp-headlamp/issues/55))
16-
- Fix git server status error ([#58](https://github.com/epam/edp-headlamp/issues/58))
17-
- Fix onSuccess callback invoke when creating codebase with clone strategy ([#59](https://github.com/epam/edp-headlamp/issues/59))
18-
- Add terminal, logviewer files into exclusions of sonar-project.properties ([#56](https://github.com/epam/edp-headlamp/issues/56))
19-
20-
### Routine
21-
22-
- Update current development version ([#54](https://github.com/epam/edp-headlamp/issues/54))
23-
24-
25-
<a name="v0.9.0"></a>
26-
## [v0.9.0] - 2023-09-21
27-
### Features
28-
2943
- Make EDP-gitops repository unique per edp tenant ([#52](https://github.com/epam/edp-headlamp/issues/52))
3044
- Add notification about unset namespaces ([#51](https://github.com/epam/edp-headlamp/issues/51))
3145
- Align button size, remove button name ([#50](https://github.com/epam/edp-headlamp/issues/50))
@@ -45,31 +59,6 @@
4559
- Update Application resource creation and update templates with gitops codebase custom values ([#32](https://github.com/epam/edp-headlamp/issues/32))
4660
- Add GitOps configuration section, enable values override functionality, align argocd application creation with custom values ([#32](https://github.com/epam/edp-headlamp/issues/32))
4761
- Update links to headlamp documentation ([#33](https://github.com/epam/edp-headlamp/issues/33))
48-
49-
### Bug Fixes
50-
51-
- Fix broken route link ([#51](https://github.com/epam/edp-headlamp/issues/51))
52-
- Make Name field in gitops creation disabled only on created resources ([#52](https://github.com/epam/edp-headlamp/issues/52))
53-
- Fix git server, GitOps issues ([#49](https://github.com/epam/edp-headlamp/issues/49))
54-
- Fix error when creating codebase using template with default versioning type ([#72](https://github.com/epam/edp-headlamp/issues/72))
55-
- Fix latest, stable image stream buttons, fix adding registry secrets ([#35](https://github.com/epam/edp-headlamp/issues/35))
56-
- Fix editor crash ([#34](https://github.com/epam/edp-headlamp/issues/34))
57-
- Fix marketplace page search function ([#27](https://github.com/epam/edp-headlamp/issues/27))
58-
59-
### Code Refactoring
60-
61-
- Move keycloakUrl under OIDC section ([#45](https://github.com/epam/edp-headlamp/issues/45))
62-
- Remove deprecated edpName parameter ([#41](https://github.com/epam/edp-headlamp/issues/41))
63-
64-
### Routine
65-
66-
- Update current development version ([#23](https://github.com/epam/edp-headlamp/issues/23))
67-
68-
69-
<a name="v0.8.0"></a>
70-
## [v0.8.0] - 2023-08-28
71-
### Features
72-
7362
- Add empty result handling to DataGrid component, add search by displayname in marketplace list ([#22](https://github.com/epam/edp-headlamp/issues/22))
7463
- Upgrade headlamp to 0.19.1 ([#30](https://github.com/epam/edp-headlamp/issues/30))
7564
- Make grid mode for overview list page ([#29](https://github.com/epam/edp-headlamp/issues/29))
@@ -80,24 +69,59 @@
8069

8170
### Bug Fixes
8271

72+
- Fix build pipelinerun name creation ([#90](https://github.com/epam/edp-headlamp/issues/90))
73+
- Removes disabled save button logic when git ops edit form is not touched ([#87](https://github.com/epam/edp-headlamp/issues/87))
74+
- Change clone strategy credentials field type to password, fix resetting forms on submit ([#87](https://github.com/epam/edp-headlamp/issues/87))
75+
- Fix resetting forms on submit on configuration pages, fix closing panels on edit ([#87](https://github.com/epam/edp-headlamp/issues/87))
76+
- Fix codebase branch not creating ([#85](https://github.com/epam/edp-headlamp/issues/85))
77+
- Fix codebasebranch release branch name, fix updating default branch version ([#85](https://github.com/epam/edp-headlamp/issues/85))
78+
- Remove dotnet lang from application, library creation strategies ([#80](https://github.com/epam/edp-headlamp/issues/80))
79+
- Fix use same account checkbox logic in registry manage form, fix registry endpoint for dockerhub ([#20](https://github.com/epam/edp-headlamp/issues/20))
80+
- Fix ecr registry secret update ([#20](https://github.com/epam/edp-headlamp/issues/20))
81+
- Fix dockerhub registry edp config map creation registryHost field value ([#20](https://github.com/epam/edp-headlamp/issues/20))
82+
- Fix overview table status filter ([#73](https://github.com/epam/edp-headlamp/issues/73))
83+
- Fix sonar cognitive complexity criticals ([#20](https://github.com/epam/edp-headlamp/issues/20))
84+
- Fix stages by cdpipelinename query ([#72](https://github.com/epam/edp-headlamp/issues/72))
85+
- Fix crashes when date is not available, fix edp components query, fix codebase in progress status handling ([#66](https://github.com/epam/edp-headlamp/issues/66))
86+
- Fix sonar cognitive complexity critical ([#67](https://github.com/epam/edp-headlamp/issues/67))
87+
- Fix crash when there is no resource status, fix gitops list status handling ([#65](https://github.com/epam/edp-headlamp/issues/65))
88+
- Fix terminal update ([#55](https://github.com/epam/edp-headlamp/issues/55))
89+
- Fix git server status error ([#58](https://github.com/epam/edp-headlamp/issues/58))
90+
- Fix onSuccess callback invoke when creating codebase with clone strategy ([#59](https://github.com/epam/edp-headlamp/issues/59))
91+
- Add terminal, logviewer files into exclusions of sonar-project.properties ([#56](https://github.com/epam/edp-headlamp/issues/56))
92+
- Fix broken route link ([#51](https://github.com/epam/edp-headlamp/issues/51))
93+
- Make Name field in gitops creation disabled only on created resources ([#52](https://github.com/epam/edp-headlamp/issues/52))
94+
- Fix git server, GitOps issues ([#49](https://github.com/epam/edp-headlamp/issues/49))
95+
- Fix error when creating codebase using template with default versioning type ([#72](https://github.com/epam/edp-headlamp/issues/72))
96+
- Fix latest, stable image stream buttons, fix adding registry secrets ([#35](https://github.com/epam/edp-headlamp/issues/35))
97+
- Fix editor crash ([#34](https://github.com/epam/edp-headlamp/issues/34))
98+
- Fix marketplace page search function ([#27](https://github.com/epam/edp-headlamp/issues/27))
8399
- Fix sonar cognitive complexity critical ([#28](https://github.com/epam/edp-headlamp/issues/28))
84100
- Fix going back to previous page on resource deletion success ([#24](https://github.com/epam/edp-headlamp/issues/24))
85101
- Fix going back to previous page on resource deletion success, fix editor initial value data ([#25](https://github.com/epam/edp-headlamp/issues/25))
86102
- Fix image tags real-time updating ([#25](https://github.com/epam/edp-headlamp/issues/25))
87103
- Fix going back to previous page on resource deletion success ([#24](https://github.com/epam/edp-headlamp/issues/24))
88104
- Fix empty page marketplace when there is no view mode selected ([#22](https://github.com/epam/edp-headlamp/issues/22))
89105

106+
### Code Refactoring
107+
108+
- Refactor codebase branch creation form logic, fix errors ([#85](https://github.com/epam/edp-headlamp/issues/85))
109+
- Refactor resource status handling, fix isDockerHub definition ([#65](https://github.com/epam/edp-headlamp/issues/65))
110+
- Move keycloakUrl under OIDC section ([#45](https://github.com/epam/edp-headlamp/issues/45))
111+
- Remove deprecated edpName parameter ([#41](https://github.com/epam/edp-headlamp/issues/41))
112+
90113
### Routine
91114

115+
- Update headlamp version to 0.20.0 ([#62](https://github.com/epam/edp-headlamp/issues/62))
116+
- Update current development version ([#61](https://github.com/epam/edp-headlamp/issues/61))
117+
- Update current development version ([#54](https://github.com/epam/edp-headlamp/issues/54))
118+
- Update current development version ([#23](https://github.com/epam/edp-headlamp/issues/23))
92119
- Bump Headlamp base image in chart annotation ([#23](https://github.com/epam/edp-headlamp/issues/23))
93120
- Update current development version ([#16](https://github.com/epam/edp-headlamp/issues/16))
94121

122+
### Documentation
123+
124+
- Fix link to gitservers documentation([#63](https://github.com/epam/edp-headlamp/issues/63))
95125

96-
<a name="v0.7.0"></a>
97-
## [v0.7.0] - 2023-08-18
98126

99-
[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.10.0...HEAD
100-
[v0.10.0]: https://github.com/epam/edp-headlamp/compare/v0.9.0...v0.10.0
101-
[v0.9.0]: https://github.com/epam/edp-headlamp/compare/v0.8.0...v0.9.0
102-
[v0.8.0]: https://github.com/epam/edp-headlamp/compare/v0.7.0...v0.8.0
103-
[v0.7.0]: https://github.com/epam/edp-headlamp/compare/v0.6.0...v0.7.0
127+
[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.11.0...HEAD

deploy-templates/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: A Helm chart for EDP Headlamp
33
home: https://epam.github.io/edp-install/
44
name: edp-headlamp
55
type: application
6-
version: 0.11.0-SNAPSHOT
7-
appVersion: 0.11.0-SNAPSHOT
6+
version: 0.11.0
7+
appVersion: 0.11.0
88
icon: https://epam.github.io/edp-install/assets/logo.png
99
keywords:
1010
- edp

deploy-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# edp-headlamp
22

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

55
A Helm chart for EDP Headlamp
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "headlamp-edp",
3-
"version": "0.11.0-SNAPSHOT",
3+
"version": "0.11.0",
44
"description": "Your Headlamp plugin",
55
"keywords": [
66
"headlamp",

0 commit comments

Comments
 (0)