Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.0","helm/okdp-server":"0.1.0"}
{".":"0.2.0","helm/okdp-server":"0.1.0"}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.2.0](https://github.com/OKDP/okdp-server/compare/v0.1.0...v0.2.0) (2025-05-28)


### Features

* add static catalog for kad packages ([e874883](https://github.com/OKDP/okdp-server/commit/e8748839ac82cb9fe7641cc7fbfb04782931763d))
* implement git repo interactions ([3c2854d](https://github.com/OKDP/okdp-server/commit/3c2854d40ab9947dc98fc3d2bd47a03c5124adc1))
* implement k8s api server interactions ([f4f498c](https://github.com/OKDP/okdp-server/commit/f4f498ca2e995e6515fbbe432f30aa7880e720db))
* implement multi cluster interactions ([882e0ae](https://github.com/OKDP/okdp-server/commit/882e0ae68b05552f601fbab4fe8d135f3d4ad485))
* okdp ui integration ([3f66ae4](https://github.com/OKDP/okdp-server/commit/3f66ae40e49c250fce5bb034ce15b19497df99db))
* support multiple k8s contexts in the kubeconfig ([8a45688](https://github.com/OKDP/okdp-server/commit/8a456889710d620ec2fb7e36cdd2d2eb2fc8fbcf))


### Bug Fixes

* fix okdp sandbox domain ([23eb42e](https://github.com/OKDP/okdp-server/commit/23eb42e2027ee2d1f807d8d8dc90f46d802cd978))


### Refactoring

* refactoring ([2723e5c](https://github.com/OKDP/okdp-server/commit/2723e5c66dd581e27d7f88533d528c567c0c91f3))

## 0.1.0 (2025-04-03)


Expand Down