Skip to content

Commit eedde41

Browse files
committed
Bump version to 0.13.0
1 parent 45b6fc5 commit eedde41

File tree

5 files changed

+81
-144
lines changed

5 files changed

+81
-144
lines changed

CHANGELOG.md

+75-138
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4-
### Bug Fixes
5-
6-
- Fix image name in release workflow ([#121](https://github.com/epam/edp-headlamp/issues/121))
7-
- Bump GO version for release workflow ([#121](https://github.com/epam/edp-headlamp/issues/121))
8-
94

10-
<a name="v0.12.0"></a>
11-
## [v0.12.0] - 2023-12-18
5+
<a name="v0.13.0"></a>
6+
## v0.13.0 - 2024-01-03
127
### Features
138

9+
- Update system codebase icon ([#127](https://github.com/epam/edp-headlamp/issues/127))
10+
- Add quality gate passed or failed status ([#125](https://github.com/epam/edp-headlamp/issues/125))
1411
- Add graph for review and build pipeline on component page ([#120](https://github.com/epam/edp-headlamp/issues/120))
1512
- Add openshift registry flow ([#119](https://github.com/epam/edp-headlamp/issues/119))
1613
- Add review and build pipeline links to component details ([#118](https://github.com/epam/edp-headlamp/issues/118))
@@ -36,47 +33,6 @@
3633
- Update git server form, disable FormTextFieldDecodeable if toDecode is true ([#96](https://github.com/epam/edp-headlamp/issues/96))
3734
- Add a new textfield component with ability to decode and to encode values ([#97](https://github.com/epam/edp-headlamp/issues/97))
3835
- Update GitServer create, edit forms ([#86](https://github.com/epam/edp-headlamp/issues/86))
39-
40-
### Bug Fixes
41-
42-
- Fix registry form update issues ([#118](https://github.com/epam/edp-headlamp/issues/118))
43-
- Fix step name overflow in pipeline graph node ([#120](https://github.com/epam/edp-headlamp/issues/120))
44-
- Fix pipeline name wrap, fix registry secret status showing ([#120](https://github.com/epam/edp-headlamp/issues/120))
45-
- Fix sonar critical ([#118](https://github.com/epam/edp-headlamp/issues/118))
46-
- Fix issues related to changing tekton k8s resources version to v1 ([#115](https://github.com/epam/edp-headlamp/issues/115))
47-
- Fix integration widgets status updating ([#29](https://github.com/epam/edp-headlamp/issues/29))
48-
- Fix sonar issues ([#113](https://github.com/epam/edp-headlamp/issues/113))
49-
- Fix filter actions different names in dev and prod modes ([#113](https://github.com/epam/edp-headlamp/issues/113))
50-
- Fix dependency track widget url ([#114](https://github.com/epam/edp-headlamp/issues/114))
51-
- Auto update field registry host value to docker.io in registry setup if registry type is dockerhub ([#107](https://github.com/epam/edp-headlamp/issues/107))
52-
- Fix git server creation flow ([#102](https://github.com/epam/edp-headlamp/issues/102))
53-
- Fix crash with ref.current.remove ([#98](https://github.com/epam/edp-headlamp/issues/98))
54-
- Fix bug with encoding already encoded values ([#96](https://github.com/epam/edp-headlamp/issues/96))
55-
- Fix git servers page issues ([#86](https://github.com/epam/edp-headlamp/issues/86))
56-
57-
### Code Refactoring
58-
59-
- Segregate url creation services ([#103](https://github.com/epam/edp-headlamp/issues/103))
60-
- Refactor textField component - restructure and segregate sub-types ([#96](https://github.com/epam/edp-headlamp/issues/96))
61-
- Fix sonar issues by restructuring code ([#95](https://github.com/epam/edp-headlamp/issues/95))
62-
- Remove Render component everywhere ([#95](https://github.com/epam/edp-headlamp/issues/95))
63-
- Create generic editResource function ([#94](https://github.com/epam/edp-headlamp/issues/94))
64-
65-
### Routine
66-
67-
- Update GH Actions ([#99](https://github.com/epam/edp-headlamp/issues/99))
68-
- Update headlamp to v. 0.21.0 ([#99](https://github.com/epam/edp-headlamp/issues/99))
69-
- Update current development version ([#93](https://github.com/epam/edp-headlamp/issues/93))
70-
71-
### Documentation
72-
73-
- Update documentation ([#105](https://github.com/epam/edp-headlamp/issues/105))
74-
75-
76-
<a name="v0.11.0"></a>
77-
## [v0.11.0] - 2023-11-03
78-
### Features
79-
8036
- Add link to deeptrack in codebase branch widget ([#92](https://github.com/epam/edp-headlamp/issues/92))
8137
- Removes Namespace field from Stage Edit form ([#91](https://github.com/epam/edp-headlamp/issues/91))
8238
- Improve pipeline diagram ([#89](https://github.com/epam/edp-headlamp/issues/89))
@@ -108,65 +64,9 @@
10864
- Add resources graph into overview page ([#63](https://github.com/epam/edp-headlamp/issues/63))
10965
- Add resources graph into overview page ([#60](https://github.com/epam/edp-headlamp/issues/60))
11066
- Add SSO integration configuration page ([#57](https://github.com/epam/edp-headlamp/issues/57))
111-
112-
### Bug Fixes
113-
114-
- Fix build pipelinerun name creation ([#90](https://github.com/epam/edp-headlamp/issues/90))
115-
- Removes disabled save button logic when git ops edit form is not touched ([#87](https://github.com/epam/edp-headlamp/issues/87))
116-
- Change clone strategy credentials field type to password, fix resetting forms on submit ([#87](https://github.com/epam/edp-headlamp/issues/87))
117-
- Fix resetting forms on submit on configuration pages, fix closing panels on edit ([#87](https://github.com/epam/edp-headlamp/issues/87))
118-
- Fix codebase branch not creating ([#85](https://github.com/epam/edp-headlamp/issues/85))
119-
- Fix codebasebranch release branch name, fix updating default branch version ([#85](https://github.com/epam/edp-headlamp/issues/85))
120-
- Remove dotnet lang from application, library creation strategies ([#80](https://github.com/epam/edp-headlamp/issues/80))
121-
- Fix use same account checkbox logic in registry manage form, fix registry endpoint for dockerhub ([#20](https://github.com/epam/edp-headlamp/issues/20))
122-
- Fix ecr registry secret update ([#20](https://github.com/epam/edp-headlamp/issues/20))
123-
- Fix dockerhub registry edp config map creation registryHost field value ([#20](https://github.com/epam/edp-headlamp/issues/20))
124-
- Fix overview table status filter ([#73](https://github.com/epam/edp-headlamp/issues/73))
125-
- Fix sonar cognitive complexity criticals ([#20](https://github.com/epam/edp-headlamp/issues/20))
126-
- Fix stages by cdpipelinename query ([#72](https://github.com/epam/edp-headlamp/issues/72))
127-
- 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))
128-
- Fix sonar cognitive complexity critical ([#67](https://github.com/epam/edp-headlamp/issues/67))
129-
- Fix crash when there is no resource status, fix gitops list status handling ([#65](https://github.com/epam/edp-headlamp/issues/65))
130-
131-
### Code Refactoring
132-
133-
- Refactor codebase branch creation form logic, fix errors ([#85](https://github.com/epam/edp-headlamp/issues/85))
134-
- Refactor resource status handling, fix isDockerHub definition ([#65](https://github.com/epam/edp-headlamp/issues/65))
135-
136-
### Routine
137-
138-
- Update headlamp version to 0.20.0 ([#62](https://github.com/epam/edp-headlamp/issues/62))
139-
- Update current development version ([#61](https://github.com/epam/edp-headlamp/issues/61))
140-
141-
### Documentation
142-
143-
- Fix link to gitservers documentation([#63](https://github.com/epam/edp-headlamp/issues/63))
144-
145-
146-
<a name="v0.10.0"></a>
147-
## [v0.10.0] - 2023-09-28
148-
### Features
149-
15067
- Update GitServer status handling ([#58](https://github.com/epam/edp-headlamp/issues/58))
15168
- Update argo application resource creation ([#56](https://github.com/epam/edp-headlamp/issues/56))
15269
- Add logs viewer and terminal into stage applications deploy table columns ([#55](https://github.com/epam/edp-headlamp/issues/55))
153-
154-
### Bug Fixes
155-
156-
- Fix terminal update ([#55](https://github.com/epam/edp-headlamp/issues/55))
157-
- Fix git server status error ([#58](https://github.com/epam/edp-headlamp/issues/58))
158-
- Fix onSuccess callback invoke when creating codebase with clone strategy ([#59](https://github.com/epam/edp-headlamp/issues/59))
159-
- Add terminal, logviewer files into exclusions of sonar-project.properties ([#56](https://github.com/epam/edp-headlamp/issues/56))
160-
161-
### Routine
162-
163-
- Update current development version ([#54](https://github.com/epam/edp-headlamp/issues/54))
164-
165-
166-
<a name="v0.9.0"></a>
167-
## [v0.9.0] - 2023-09-21
168-
### Features
169-
17070
- Make EDP-gitops repository unique per edp tenant ([#52](https://github.com/epam/edp-headlamp/issues/52))
17171
- Add notification about unset namespaces ([#51](https://github.com/epam/edp-headlamp/issues/51))
17272
- Align button size, remove button name ([#50](https://github.com/epam/edp-headlamp/issues/50))
@@ -186,31 +86,6 @@
18686
- Update Application resource creation and update templates with gitops codebase custom values ([#32](https://github.com/epam/edp-headlamp/issues/32))
18787
- Add GitOps configuration section, enable values override functionality, align argocd application creation with custom values ([#32](https://github.com/epam/edp-headlamp/issues/32))
18888
- Update links to headlamp documentation ([#33](https://github.com/epam/edp-headlamp/issues/33))
189-
190-
### Bug Fixes
191-
192-
- Fix broken route link ([#51](https://github.com/epam/edp-headlamp/issues/51))
193-
- Make Name field in gitops creation disabled only on created resources ([#52](https://github.com/epam/edp-headlamp/issues/52))
194-
- Fix git server, GitOps issues ([#49](https://github.com/epam/edp-headlamp/issues/49))
195-
- Fix error when creating codebase using template with default versioning type ([#72](https://github.com/epam/edp-headlamp/issues/72))
196-
- Fix latest, stable image stream buttons, fix adding registry secrets ([#35](https://github.com/epam/edp-headlamp/issues/35))
197-
- Fix editor crash ([#34](https://github.com/epam/edp-headlamp/issues/34))
198-
- Fix marketplace page search function ([#27](https://github.com/epam/edp-headlamp/issues/27))
199-
200-
### Code Refactoring
201-
202-
- Move keycloakUrl under OIDC section ([#45](https://github.com/epam/edp-headlamp/issues/45))
203-
- Remove deprecated edpName parameter ([#41](https://github.com/epam/edp-headlamp/issues/41))
204-
205-
### Routine
206-
207-
- Update current development version ([#23](https://github.com/epam/edp-headlamp/issues/23))
208-
209-
210-
<a name="v0.8.0"></a>
211-
## [v0.8.0] - 2023-08-28
212-
### Features
213-
21489
- Add empty result handling to DataGrid component, add search by displayname in marketplace list ([#22](https://github.com/epam/edp-headlamp/issues/22))
21590
- Upgrade headlamp to 0.19.1 ([#30](https://github.com/epam/edp-headlamp/issues/30))
21691
- Make grid mode for overview list page ([#29](https://github.com/epam/edp-headlamp/issues/29))
@@ -221,26 +96,88 @@
22196

22297
### Bug Fixes
22398

99+
- Hide codebase page controls and diagrams for system components ([#126](https://github.com/epam/edp-headlamp/issues/126))
100+
- Add no secret found messages into configuration page list ([#118](https://github.com/epam/edp-headlamp/issues/118))
101+
- Fix sonar widget loading status when there is no sonar component ([#118](https://github.com/epam/edp-headlamp/issues/118))
102+
- Fix image name in release workflow ([#121](https://github.com/epam/edp-headlamp/issues/121))
103+
- Bump GO version for release workflow ([#121](https://github.com/epam/edp-headlamp/issues/121))
104+
- Fix registry form update issues ([#118](https://github.com/epam/edp-headlamp/issues/118))
105+
- Fix step name overflow in pipeline graph node ([#120](https://github.com/epam/edp-headlamp/issues/120))
106+
- Fix pipeline name wrap, fix registry secret status showing ([#120](https://github.com/epam/edp-headlamp/issues/120))
107+
- Fix sonar critical ([#118](https://github.com/epam/edp-headlamp/issues/118))
108+
- Fix issues related to changing tekton k8s resources version to v1 ([#115](https://github.com/epam/edp-headlamp/issues/115))
109+
- Fix integration widgets status updating ([#29](https://github.com/epam/edp-headlamp/issues/29))
110+
- Fix sonar issues ([#113](https://github.com/epam/edp-headlamp/issues/113))
111+
- Fix filter actions different names in dev and prod modes ([#113](https://github.com/epam/edp-headlamp/issues/113))
112+
- Fix dependency track widget url ([#114](https://github.com/epam/edp-headlamp/issues/114))
113+
- Auto update field registry host value to docker.io in registry setup if registry type is dockerhub ([#107](https://github.com/epam/edp-headlamp/issues/107))
114+
- Fix git server creation flow ([#102](https://github.com/epam/edp-headlamp/issues/102))
115+
- Fix crash with ref.current.remove ([#98](https://github.com/epam/edp-headlamp/issues/98))
116+
- Fix bug with encoding already encoded values ([#96](https://github.com/epam/edp-headlamp/issues/96))
117+
- Fix git servers page issues ([#86](https://github.com/epam/edp-headlamp/issues/86))
118+
- Fix build pipelinerun name creation ([#90](https://github.com/epam/edp-headlamp/issues/90))
119+
- Removes disabled save button logic when git ops edit form is not touched ([#87](https://github.com/epam/edp-headlamp/issues/87))
120+
- Change clone strategy credentials field type to password, fix resetting forms on submit ([#87](https://github.com/epam/edp-headlamp/issues/87))
121+
- Fix resetting forms on submit on configuration pages, fix closing panels on edit ([#87](https://github.com/epam/edp-headlamp/issues/87))
122+
- Fix codebase branch not creating ([#85](https://github.com/epam/edp-headlamp/issues/85))
123+
- Fix codebasebranch release branch name, fix updating default branch version ([#85](https://github.com/epam/edp-headlamp/issues/85))
124+
- Remove dotnet lang from application, library creation strategies ([#80](https://github.com/epam/edp-headlamp/issues/80))
125+
- Fix use same account checkbox logic in registry manage form, fix registry endpoint for dockerhub ([#20](https://github.com/epam/edp-headlamp/issues/20))
126+
- Fix ecr registry secret update ([#20](https://github.com/epam/edp-headlamp/issues/20))
127+
- Fix dockerhub registry edp config map creation registryHost field value ([#20](https://github.com/epam/edp-headlamp/issues/20))
128+
- Fix overview table status filter ([#73](https://github.com/epam/edp-headlamp/issues/73))
129+
- Fix sonar cognitive complexity criticals ([#20](https://github.com/epam/edp-headlamp/issues/20))
130+
- Fix stages by cdpipelinename query ([#72](https://github.com/epam/edp-headlamp/issues/72))
131+
- 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))
132+
- Fix sonar cognitive complexity critical ([#67](https://github.com/epam/edp-headlamp/issues/67))
133+
- Fix crash when there is no resource status, fix gitops list status handling ([#65](https://github.com/epam/edp-headlamp/issues/65))
134+
- Fix terminal update ([#55](https://github.com/epam/edp-headlamp/issues/55))
135+
- Fix git server status error ([#58](https://github.com/epam/edp-headlamp/issues/58))
136+
- Fix onSuccess callback invoke when creating codebase with clone strategy ([#59](https://github.com/epam/edp-headlamp/issues/59))
137+
- Add terminal, logviewer files into exclusions of sonar-project.properties ([#56](https://github.com/epam/edp-headlamp/issues/56))
138+
- Fix broken route link ([#51](https://github.com/epam/edp-headlamp/issues/51))
139+
- Make Name field in gitops creation disabled only on created resources ([#52](https://github.com/epam/edp-headlamp/issues/52))
140+
- Fix git server, GitOps issues ([#49](https://github.com/epam/edp-headlamp/issues/49))
141+
- Fix error when creating codebase using template with default versioning type ([#72](https://github.com/epam/edp-headlamp/issues/72))
142+
- Fix latest, stable image stream buttons, fix adding registry secrets ([#35](https://github.com/epam/edp-headlamp/issues/35))
143+
- Fix editor crash ([#34](https://github.com/epam/edp-headlamp/issues/34))
144+
- Fix marketplace page search function ([#27](https://github.com/epam/edp-headlamp/issues/27))
224145
- Fix sonar cognitive complexity critical ([#28](https://github.com/epam/edp-headlamp/issues/28))
225146
- Fix going back to previous page on resource deletion success ([#24](https://github.com/epam/edp-headlamp/issues/24))
226147
- Fix going back to previous page on resource deletion success, fix editor initial value data ([#25](https://github.com/epam/edp-headlamp/issues/25))
227148
- Fix image tags real-time updating ([#25](https://github.com/epam/edp-headlamp/issues/25))
228149
- Fix going back to previous page on resource deletion success ([#24](https://github.com/epam/edp-headlamp/issues/24))
229150
- Fix empty page marketplace when there is no view mode selected ([#22](https://github.com/epam/edp-headlamp/issues/22))
230151

152+
### Code Refactoring
153+
154+
- Segregate url creation services ([#103](https://github.com/epam/edp-headlamp/issues/103))
155+
- Refactor textField component - restructure and segregate sub-types ([#96](https://github.com/epam/edp-headlamp/issues/96))
156+
- Fix sonar issues by restructuring code ([#95](https://github.com/epam/edp-headlamp/issues/95))
157+
- Remove Render component everywhere ([#95](https://github.com/epam/edp-headlamp/issues/95))
158+
- Create generic editResource function ([#94](https://github.com/epam/edp-headlamp/issues/94))
159+
- Refactor codebase branch creation form logic, fix errors ([#85](https://github.com/epam/edp-headlamp/issues/85))
160+
- Refactor resource status handling, fix isDockerHub definition ([#65](https://github.com/epam/edp-headlamp/issues/65))
161+
- Move keycloakUrl under OIDC section ([#45](https://github.com/epam/edp-headlamp/issues/45))
162+
- Remove deprecated edpName parameter ([#41](https://github.com/epam/edp-headlamp/issues/41))
163+
231164
### Routine
232165

166+
- Update current development version ([#121](https://github.com/epam/edp-headlamp/issues/121))
167+
- Update GH Actions ([#99](https://github.com/epam/edp-headlamp/issues/99))
168+
- Update headlamp to v. 0.21.0 ([#99](https://github.com/epam/edp-headlamp/issues/99))
169+
- Update current development version ([#93](https://github.com/epam/edp-headlamp/issues/93))
170+
- Update headlamp version to 0.20.0 ([#62](https://github.com/epam/edp-headlamp/issues/62))
171+
- Update current development version ([#61](https://github.com/epam/edp-headlamp/issues/61))
172+
- Update current development version ([#54](https://github.com/epam/edp-headlamp/issues/54))
173+
- Update current development version ([#23](https://github.com/epam/edp-headlamp/issues/23))
233174
- Bump Headlamp base image in chart annotation ([#23](https://github.com/epam/edp-headlamp/issues/23))
234175
- Update current development version ([#16](https://github.com/epam/edp-headlamp/issues/16))
235176

177+
### Documentation
178+
179+
- Update documentation ([#105](https://github.com/epam/edp-headlamp/issues/105))
180+
- Fix link to gitservers documentation([#63](https://github.com/epam/edp-headlamp/issues/63))
236181

237-
<a name="v0.7.0"></a>
238-
## [v0.7.0] - 2023-08-18
239182

240-
[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.12.0...HEAD
241-
[v0.12.0]: https://github.com/epam/edp-headlamp/compare/v0.11.0...v0.12.0
242-
[v0.11.0]: https://github.com/epam/edp-headlamp/compare/v0.10.0...v0.11.0
243-
[v0.10.0]: https://github.com/epam/edp-headlamp/compare/v0.9.0...v0.10.0
244-
[v0.9.0]: https://github.com/epam/edp-headlamp/compare/v0.8.0...v0.9.0
245-
[v0.8.0]: https://github.com/epam/edp-headlamp/compare/v0.7.0...v0.8.0
246-
[v0.7.0]: https://github.com/epam/edp-headlamp/compare/v0.6.0...v0.7.0
183+
[Unreleased]: https://github.com/epam/edp-headlamp/compare/v0.13.0...HEAD

deploy-templates/Chart.yaml

+2-2
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.13.0-SNAPSHOT
7-
appVersion: 0.13.0-SNAPSHOT
6+
version: 0.13.0
7+
appVersion: 0.13.0
88
icon: https://epam.github.io/edp-install/assets/logo.png
99
keywords:
1010
- edp

deploy-templates/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# edp-headlamp
22

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

55
A Helm chart for EDP Headlamp
66

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.13.0",
44
"description": "Your Headlamp plugin",
55
"keywords": [
66
"headlamp",

0 commit comments

Comments
 (0)