Skip to content

Commit f7a3db9

Browse files
committed
reference op-rs remote branch not local one
1 parent 3e60002 commit f7a3db9

5 files changed

Lines changed: 51 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ All notable changes to this project will be documented in this file.
88

99
- Internal operator refactoring: introduce a build() step in the reconciler that
1010
assembles all relevant Kubernetes resources before anything is applied ([#841]).
11+
- The RBAC ServiceAccount and RoleBinding are now built with the operator-rs `v2::rbac`
12+
functions and carry the full set of recommended labels ([#846]).
1113

1214
[#841]: https://github.com/stackabletech/druid-operator/pull/841
15+
[#846]: https://github.com/stackabletech/druid-operator/pull/846
1316

1417
## [26.7.0] - 2026-07-21
1518

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ tracing = "0.1"
3333
uuid = "1.23"
3434

3535
[patch."https://github.com/stackabletech/operator-rs.git"]
36-
stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
37-
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
36+
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
37+
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "feat/smooth-operator/build-rbac" }

crate-hashes.json

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

0 commit comments

Comments
 (0)