Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump operator-rs to 0.62.0 (#454)
* upgrade operator-rs and remove extra space * remove legacy node selector code * remove legacy node selector code * use new label builders, and change return type * use new label builders * fix import * make discover snafu errors * fix volume builders * bump operator-rs for kvp goodies * upgrade rust to 1.75.0 * fix the label filter/map * bump operator-rs to 0.62.0 for labels iterator functionality (in previous commits) * style: convert enum variants with comments/attributes to blocks (only for the enums that was touched in this PR) * style: reorder imorts (only for the enums that was touched in this PR) * use cloned instead of map * update changelog * use new parse_insert method * fix error handling after merge * use module Result typedef for module level errors * make regenerate-charts * ci: upgrade toolchain (stackabletech/operator-templating#310) * fix poor error variant name * Apply suggestions from code review Co-authored-by: Natalie <nat.roijezon@stackable.tech> * remove outdated operator-rs version entry * rename kerberos::check_if_supported to kerberos::is_supported * fix kerberos::is_supported bool * update nixpkgs to get rust 1.75 ``` This is version 0.0.0-dev, built for x86_64-unknown-linux-gnu by rustc 1.75.0 (82e1608df 2023-12-21) (built from a source tarball) at Wed, 24 Jan 2024 08:59:02 +0000 ``` * double deref * disambiguate label errors * fix: kerberos::is_not_supported * style: error text lower case, remove square brackets --------- Co-authored-by: Natalie <nat.roijezon@stackable.tech>
- Loading branch information