Skip to content

Commit 33526b1

Browse files
committed
Updated changelog
Use op-rs 0.82 instead of PR branch.
1 parent ce2d1b8 commit 33526b1

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- Implement `envOverrides` for HbaseCluster ([#550]).
2222
- Omid test: use 1.1.2, update default port number and raise test timeout ([#556]).
2323
- An invalid `HBaseCluster` doesn't cause the operator to stop functioning (#[575]).
24+
- 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 ([#594]).
2425

2526
### Removed
2627

@@ -32,6 +33,7 @@
3233
[#558]: https://github.com/stackabletech/hbase-operator/pull/558
3334
[#574]: https://github.com/stackabletech/hbase-operator/pull/574
3435
[#584]: https://github.com/stackabletech/hbase-operator/pull/584
36+
[#594]: https://github.com/stackabletech/hbase-operator/pull/594
3537

3638
## [24.7.0] - 2024-07-24
3739

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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ 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

30-
[patch."https://github.com/stackabletech/operator-rs.git"]
31-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "fix/SUP-148" }
32-
3330
#[patch."https://github.com/stackabletech/operator-rs.git"]
3431
#stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }

0 commit comments

Comments
 (0)