Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Clean up orphaned resources #569

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.

- Default resource requests (memory and cpu) for ZooKeeper pods ([#563]).

### Changed

- Resources associated with rolegroups that have since been removed from the ZookeeperCluster will now be deleted ([#569]).
- Operator-rs: 0.22.0 -> 0.25.3 ([#569]).

[#569]: https://github.com/stackabletech/zookeeper-operator/pull/569
[#563]: https://github.com/stackabletech/zookeeper-operator/pull/563

## [0.11.0] - 2022-09-06
Expand Down
57 changes: 37 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[workspace]
members = ["rust/crd", "rust/operator-binary"]

[patch."https://github.com/stackabletech/operator-rs.git"]
# stackable-operator = { path = "vendor/operator-rs" }
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
Loading