chore: upgrade RELAY spec target from v1.10 to v1.11 - #3
Merged
Conversation
v1.11 removes the C++ CLI conformance waiver — every implementation must now provide version/capabilities/status CLI. rust-LIN already complies; only the SpecVersion constant and CI install pin needed updating. Changes: - SPEC_VERSION / RELAY_SPEC_VERSION constants → "1.11" - CI smoke test spec_version assertion → '1.11' - CI relay install → @v1.11.0 - All doc, safety-case, FMEA/TARA/HARA, requirements, and evidence references updated from v1.10 to v1.11 Signed-off-by: Matt Jones <matt@jellybaby.com> Signed-off-by: Matt Jones <47545907+SoundMatt@users.noreply.github.com>
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.
Summary
version/capabilities/statusCLI. rust-LIN already ships these; only the version constant and CI pin needed updating.SPEC_VERSION/RELAY_SPEC_VERSIONconstants bumped to"1.11".'1.10'to'1.11';relaytool install pin updated to@v1.11.0.Test plan
cargo fmt --checkpassescargo clippy -- -D warningspassescargo test --locked— 46/46 pass (includingspec_version_constantassertion)relay conform --strict @v1.11.0), DCO, cross-compile