Skip to content

Commit

Permalink
Better CRD docs (#425)
Browse files Browse the repository at this point in the history
* inital CRD docs improvements

* Updated changelog

* ~
  • Loading branch information
fhennig authored Dec 7, 2023
1 parent 7e58d7c commit 02ed2ff
Show file tree
Hide file tree
Showing 6 changed files with 157 additions and 72 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

### Added

- More CRD documentation ([#425]).

### Changed

- `operator-rs` `0.56.1` -> `0.57.0` ([#425]).

[#425]: https://github.com/stackabletech/hbase-operator/pull/425

## [23.11.0] - 2023-11-24

### Added
Expand Down
9 changes: 5 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
snafu = "0.7"
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.56.1" }
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.57.0" }
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.6.0" }
strum = { version = "0.25", features = ["derive"] }
tokio = { version = "1.29", features = ["full"] }
Expand Down
Loading

0 comments on commit 02ed2ff

Please sign in to comment.