diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e26dfe..59fed2a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} \ No newline at end of file +{".":"0.1.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a1ed6de --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 0.1.0 (2025-10-17) + + +### Features + +* add helm chart ([d92a52d](https://github.com/OKDP/spark-web-proxy/commit/d92a52d068f9499201bf3ae9055fa9b19a6ad2ba)) +* add spark history reverse proxy controller ([d61c638](https://github.com/OKDP/spark-web-proxy/commit/d61c638b18857c6d20dfa2bed9b23b19327beef7)) +* add spark ui reverse proxy controller ([329cc6d](https://github.com/OKDP/spark-web-proxy/commit/329cc6d40216435f5861edf2ab5e025fd48fe100)) +* add support for jupyter ([4dfb78f](https://github.com/OKDP/spark-web-proxy/commit/4dfb78fff1506ad276d28b2ab0f092efffd06f02)) +* implement CORS handling and HTTP security headers ([dc985f9](https://github.com/OKDP/spark-web-proxy/commit/dc985f92980618f7c42fb5f48e17f1400930fbb9)) + + +### Documentation + +* add helm docs ([a849e09](https://github.com/OKDP/spark-web-proxy/commit/a849e097f4de0dc1649b4b039827805a550c9d53)) +* update docs ([904b58f](https://github.com/OKDP/spark-web-proxy/commit/904b58f431fa2b32d1a2dc2b7561e8ed2c123f44)) +* update readme ([fce26fc](https://github.com/OKDP/spark-web-proxy/commit/fce26fcaf53cb1f22a3508f79647ee53a9db92dc)) +* update readme ([010af7d](https://github.com/OKDP/spark-web-proxy/commit/010af7d1fd5f7009f790fa792f76d39b89a317cc))