Skip to content

Commit 43f6e6b

Browse files
authored
Merge pull request #17 from OKDP/release-please--branches--main--components--okdp-ui
chore(main): release 0.1.0
2 parents 1ff48a6 + 7807265 commit 43f6e6b

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"helm/okdp-ui":"0.1.0"}
1+
{"helm/okdp-ui":"0.1.0", ".":"0.1.0"}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-04-03)
4+
5+
6+
### Features
7+
8+
* add About OKDP section ([b182c4e](https://github.com/OKDP/okdp-ui/commit/b182c4ef028fb9fc51d17af1501521d2e1484e72))
9+
* add user profile display ([2296d4a](https://github.com/OKDP/okdp-ui/commit/2296d4aef6a0a13e15e14400034a8797378b347c))
10+
* catalogs - display services catalogs and deploy services from catalogs ([b7fd33a](https://github.com/OKDP/okdp-ui/commit/b7fd33a1dcdd27e316303ee971521efc361a0cad))
11+
* **helm:** add initial Helm chart ([2fe746d](https://github.com/OKDP/okdp-ui/commit/2fe746ddaa455c725ff1f5b51c53bb22b3f9bfd4))
12+
* home - add home page layout ([01c426a](https://github.com/OKDP/okdp-ui/commit/01c426ae3719e0b02fdb41d2ab93aeff484506d8))
13+
* kad integration - fetch kad instances ([5afdbd5](https://github.com/OKDP/okdp-ui/commit/5afdbd5527d0ae08bdf183ed4dca99a17a965cea))
14+
* kad integration - fetch okdp configured services ([a0917fd](https://github.com/OKDP/okdp-ui/commit/a0917fd6ac47c75bdfc1d91fde62f7610dcfe8c3))
15+
* login - add login page component ([c8906d8](https://github.com/OKDP/okdp-ui/commit/c8906d8ddeed2b8684ff42f6be410ee998fffcac))
16+
* notifications management for event alerts ([afbbc1e](https://github.com/OKDP/okdp-ui/commit/afbbc1e4cb487a2ce9c127a59eed1bb2a8da926b))
17+
* OAuth2 authentication - Authenticate using OpenId connect provider with public client ([8bc4aa2](https://github.com/OKDP/okdp-ui/commit/8bc4aa28a65c66edf09fe81ed94de7c93efbe8d7))
18+
* okdp services - deploy a service ([6ee0562](https://github.com/OKDP/okdp-ui/commit/6ee0562c3715e623618d7894a49989179ee28305))
19+
* okdp services - show list of deployed services as cards ([39b1c1a](https://github.com/OKDP/okdp-ui/commit/39b1c1ac860bbe7ef5bea06e3a4bf8eeac802244))
20+
21+
22+
### Bug Fixes
23+
24+
* display left menus services grouped by catalog ([31b8603](https://github.com/OKDP/okdp-ui/commit/31b8603d020cd8374289a9787d4085d4cf30d269))
25+
* remove add parameters and display kad provided ones only ([4d6f694](https://github.com/OKDP/okdp-ui/commit/4d6f6948a59a1a9da8d95847463c1fea8f431a3f))
26+
* remove git folder and commit message inputs ([a20ddb1](https://github.com/OKDP/okdp-ui/commit/a20ddb1d2320d79ed10f78eb5b994b8d57de74e9))
27+
* remove kad roles and dependencies ([f5a15bd](https://github.com/OKDP/okdp-ui/commit/f5a15bd7a973df3c7eca1774e051740b6307fc41))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"eslint-plugin-prefer-arrow": "^1.2.3",
8282
"eslint-config-prettier": "^10.0.1",
8383
"eslint-plugin-prettier": "^5.2.1",
84-
"prettier":"^3.4.2",
84+
"prettier": "^3.4.2",
8585
"jasmine-core": "^5.1.2",
8686
"jasmine-spec-reporter": "^7.0.0",
8787
"karma": "^6.4.3",

0 commit comments

Comments
 (0)