From b8a411db213f0089a0497083873f9a904e96ffd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:11:00 +0000 Subject: [PATCH] chore(main): release helm-spark-web-proxy 0.1.0 --- .release-please-manifest.json | 2 +- helm/spark-history-web-proxy/CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 helm/spark-history-web-proxy/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e26dfe..ac1e741 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} \ No newline at end of file +{"helm/spark-history-web-proxy":"0.1.0"} \ No newline at end of file diff --git a/helm/spark-history-web-proxy/CHANGELOG.md b/helm/spark-history-web-proxy/CHANGELOG.md new file mode 100644 index 0000000..1193636 --- /dev/null +++ b/helm/spark-history-web-proxy/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 0.1.0 (2025-10-17) + + +### Features + +* add helm chart ([d92a52d](https://github.com/OKDP/spark-web-proxy/commit/d92a52d068f9499201bf3ae9055fa9b19a6ad2ba)) +* add support for jupyter ([4dfb78f](https://github.com/OKDP/spark-web-proxy/commit/4dfb78fff1506ad276d28b2ab0f092efffd06f02)) + + +### Documentation + +* add helm docs ([a849e09](https://github.com/OKDP/spark-web-proxy/commit/a849e097f4de0dc1649b4b039827805a550c9d53)) +* update readme ([010af7d](https://github.com/OKDP/spark-web-proxy/commit/010af7d1fd5f7009f790fa792f76d39b89a317cc))