Merged
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
simu
approved these changes
May 4, 2026
Member
|
Note: this is technically a breaking change for any Commodore inventories which depend on YAML In line with previous technically breaking reclass-rs changes (e.g. #1267) we will release this change as a new Commodore minor version. We will note the breaking change in the Commodore release summary. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.1→0.11.0Release Notes
projectsyn/reclass-rs (reclass-rs)
v0.11.0Compare Source
Summary
We're pleased to announce reclass-rs v0.11.0. This release introduces a breaking change for nested Reclass references for existing inventories which makes the behavior of the recently introduced reference default values more deterministic.
For context, nested references in reclass-rs versions up to v0.10.1 behaved identically to the kapicorp-reclass Python implementation which serializes YAML
nullvalues to the stringNonewhen resolving nested references. Starting with reclass-rs v0.11.0, we change the default behavior to serialize YAMLnullvalues to the stringnullwhen resolving nested references in order to make the behavior of the recently introduced reclass-rs-only reference default values more deterministic.Kapitan users that depend on the previous behavior can set compatibility flag
NestedReferenceNullAsNone(see README-extensions.md for details) in their inventory'sreclass-config.yml.Changes
7 changes since v0.10.1
🔎 Breaking Changes
nullas string"null"in nested references (#207)🪛 Internal Changes
uv(#209)🔗 Dependency Updates
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.