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

chore(stackable-versioned): Release 0.5.0 #930

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

NickLarsenNZ
Copy link
Member

Added

  • Use visibility of container definition or module for generated CRD enum (#923).
  • Add support to apply the #[versioned()] macro to modules to version all contained items at once (#891).
  • Add support for passing a status, crates, and shortname arguments through to the #[kube] derive attribute (#914).
  • Add support for overriding kube::core and k8s_openapi in generated code (#914).

Removed

  • BREAKING: Remove {write,print}_merged_crd functions (#924).
  • BREAKING: Remove the CustomResource derive (#914).

Changed

  • Simplify crate override handling and generation (#919).
  • Bump Rust to 1.82.0 (#891).
  • Refactor the Override type (#922).

Fixed

  • Emit correct enum ident based on kube/k8s kind argument (#920).
  • Generate Kubernetes code independent of container order (#913).
  • Correctly emit Kubernetes code when macro is used on modules (#912).
  • Use .into() on all field conversions (#925).
  • Remove invalid type comparison on field conversion because the semantics are unknown (#925).
  • Check whether to skip all from impls when versioning a module (#926).

@NickLarsenNZ NickLarsenNZ self-assigned this Dec 3, 2024
soenkeliebau
soenkeliebau previously approved these changes Dec 3, 2024
@NickLarsenNZ NickLarsenNZ added this pull request to the merge queue Dec 3, 2024
Merged via the queue into main with commit 048c7d8 Dec 3, 2024
10 checks passed
@NickLarsenNZ NickLarsenNZ deleted the chore/release-stackable-versioned-0.5.0 branch December 3, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants