From db8390bc545bb298e16a54aeedaea8583ed0bef8 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:54:09 +0000 Subject: [PATCH] chore(main): release platform 0.2.0 --- .release-please-manifest.json | 2 +- charts/platform/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 charts/platform/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69f517e..0d1eccc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "charts/platform": "0.1.0" + "charts/platform": "0.2.0" } diff --git a/charts/platform/CHANGELOG.md b/charts/platform/CHANGELOG.md new file mode 100644 index 0000000..b973f48 --- /dev/null +++ b/charts/platform/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/opentdf/charts/compare/platform-v0.1.0...platform-v0.2.0) (2024-04-26) + + +### Features + +* initial platform helm chart setup ([#1](https://github.com/opentdf/charts/issues/1)) ([a3eba3f](https://github.com/opentdf/charts/commit/a3eba3fa508a7d0c7b39aa0845c997bbefa3b608))