Skip to content

Commit

Permalink
feat(stackable-versioned): Add collision check for renamed fields (#804)
Browse files Browse the repository at this point in the history
* Add changelog entry

* Update PR link in changelog

* Improve duplicate version error

* Improve container version insertion

* Add basic field ident collision check

* Emit duplicate field ident error on VersionedStruct creation

* Update json-patch, kube, rstest and rstest_reuse

* Update Cargo.lock

* Remove outdated note in Cargo.toml

* Allow Unicode-3.0 license

* Update CI workflow to use cargo-udeps@0.1.47

* Update stackable-operator changelog
  • Loading branch information
Techassi committed Jun 18, 2024
1 parent e7dcf2b commit d0ab773
Show file tree
Hide file tree
Showing 15 changed files with 678 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
with:
key: udeps
- run: cargo install --locked cargo-udeps@0.1.39
- run: cargo install --locked cargo-udeps@0.1.47
- run: cargo udeps --all-targets

run_cargodeny:
Expand Down
Loading

0 comments on commit d0ab773

Please sign in to comment.