Skip to content

Commit eec75ab

Browse files
committed
Added changelog entry.
Removed patched op-rs version and referenced release 0.82
1 parent b4b9232 commit eec75ab

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ All notable changes to this project will be documented in this file.
2020
### Fixed
2121

2222
- An invalid `HdfsCluster` doesn't cause the operator to stop functioning ([#594]).
23+
- 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 ([#616]).
24+
2325

2426
[#574]: https://github.com/stackabletech/hdfs-operator/pull/574
2527
[#591]: https://github.com/stackabletech/hdfs-operator/pull/591
2628
[#594]: https://github.com/stackabletech/hdfs-operator/pull/594
29+
[#616]: https://github.com/stackabletech/hdfs-operator/pull/616
2730

2831
## [24.7.0] - 2024-07-24
2932

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
serde_yaml = "0.9"
2323
snafu = "0.8"
24-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.80.0" }
24+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.82.0" }
2525
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
2626
strum = { version = "0.26", features = ["derive"] }
2727
tokio = { version = "1.40", features = ["full"] }
2828
tracing = "0.1"
2929
tracing-futures = { version = "0.2", features = ["futures-03"] }
3030

31-
[patch."https://github.com/stackabletech/operator-rs.git"]
31+
#[patch."https://github.com/stackabletech/operator-rs.git"]
3232
#stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
33-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "fix/SUP-148" }
33+
#stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "fix/SUP-148" }

0 commit comments

Comments
 (0)