From 98c21c840f05466d717baf8d55a3fe0bf51a85b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:00:28 +0000 Subject: [PATCH] chore(main): release helm-okdp-ui 0.3.0 --- .release-please-manifest.json | 2 +- helm/okdp-ui/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb50bc3..5753d25 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"helm/okdp-ui":"0.2.0",".":"0.2.0"} \ No newline at end of file +{"helm/okdp-ui":"0.3.0",".":"0.2.0"} \ No newline at end of file diff --git a/helm/okdp-ui/CHANGELOG.md b/helm/okdp-ui/CHANGELOG.md index 6fb36df..d40a536 100644 --- a/helm/okdp-ui/CHANGELOG.md +++ b/helm/okdp-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://github.com/OKDP/okdp-ui/compare/helm-okdp-ui/v0.2.0...helm-okdp-ui/v0.3.0) (2025-07-10) + + +### Refactoring + +* add helm versioning ([85c2aaa](https://github.com/OKDP/okdp-ui/commit/85c2aaa8d7223aa65d0a64dc28a7fbcc4afae8a0)) + + +### Continuous Integration + +* release 0.3.0 ([fd4be4f](https://github.com/OKDP/okdp-ui/commit/fd4be4f5332089f42fcd77e3585c685160b622d7)) + ## [0.2.0](https://github.com/OKDP/okdp-ui/compare/helm-okdp-ui/v0.1.0...helm-okdp-ui/v0.2.0) (2025-07-10)