Skip to content

Commit 710e65e

Browse files
Update changelog
1 parent 5921448 commit 710e65e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
10+
deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
11+
restart ([#544]).
12+
13+
[#544]: https://github.com/stackabletech/hive-operator/pull/544
14+
715
## [24.11.0] - 2024-11-18
816

917
### Added
@@ -24,15 +32,13 @@ All notable changes to this project will be documented in this file.
2432
- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#518]).
2533
- An invalid `HiveCluster` doesn't cause the operator to stop functioning ([#523]).
2634
- Fix upgrade path from HMS `3.3.x` to `4.0.x`. Previously the schemaTool would try to re-create the database tables and would therefore fail. Starting with version `4.0.0` the schemaTool has the flag `-initOrUpgradeSchema`, which we use to resolve that problem ([#539]).
27-
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after restart ([#544]).
2835

2936
[#505]: https://github.com/stackabletech/hive-operator/pull/505
3037
[#508]: https://github.com/stackabletech/hive-operator/pull/508
3138
[#518]: https://github.com/stackabletech/hive-operator/pull/518
3239
[#522]: https://github.com/stackabletech/hive-operator/pull/522
3340
[#523]: https://github.com/stackabletech/hive-operator/pull/523
3441
[#539]: https://github.com/stackabletech/hive-operator/pull/539
35-
[#544]: https://github.com/stackabletech/hive-operator/pull/544
3642

3743
## [24.7.0] - 2024-07-24
3844

0 commit comments

Comments
 (0)