From a9ef995995f8d18448ffe8a9f4a3eaee39cebebf Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 1 Oct 2024 09:15:34 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e449409..9231aa60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file. ### Fixed -- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#XXX]). +- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#472]). - Fix `envOverrides` for SparkApplication and SparkHistoryServer ([#451]). - Ensure SparkApplications can only create a single submit Job. Fix for #457 ([#460]). @@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file. [#451]: https://github.com/stackabletech/spark-k8s-operator/pull/451 [#459]: https://github.com/stackabletech/spark-k8s-operator/pull/459 [#460]: https://github.com/stackabletech/spark-k8s-operator/pull/460 +[#472]: https://github.com/stackabletech/spark-k8s-operator/pull/472 ## [24.7.0] - 2024-07-24