Skip to content

chore: upgrade RELAY spec target from v1.10 to v1.11 - #3

Merged
SoundMatt merged 1 commit into
mainfrom
feat/relay-v1.11
Jun 19, 2026
Merged

chore: upgrade RELAY spec target from v1.10 to v1.11#3
SoundMatt merged 1 commit into
mainfrom
feat/relay-v1.11

Conversation

@SoundMatt

Copy link
Copy Markdown
Owner

Summary

  • RELAY v1.11 removes the C++ CLI conformance waiver — every implementation must now provide version/capabilities/status CLI. rust-LIN already ships these; only the version constant and CI pin needed updating.
  • SPEC_VERSION / RELAY_SPEC_VERSION constants bumped to "1.11".
  • CI smoke test assertion updated from '1.10' to '1.11'; relay tool install pin updated to @v1.11.0.
  • All safety artefacts (safety-case, FMEA/TARA/HARA, requirements, evidence, docs) updated from v1.10 → v1.11.

Test plan

  • cargo fmt --check passes
  • cargo clippy -- -D warnings passes
  • cargo test --locked — 46/46 pass (including spec_version_constant assertion)
  • CI: ASIL-B safety gate, RELAY conformance (relay conform --strict @v1.11.0), DCO, cross-compile

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>
@SoundMatt
SoundMatt merged commit 7c129a7 into main Jun 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant