From a5f6e0cb42f79526f2f5ebd1ceeb96818d3ac37b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 07:43:00 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3db12a3..a924c9e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0","helm/okdp-server":"0.1.0"} \ No newline at end of file +{".":"0.2.0","helm/okdp-server":"0.1.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e85a4..c1e62eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)