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

Feature durable links #147

Merged
merged 5 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ const config = {
lastVersion: "current",
hexsecs marked this conversation as resolved.
Show resolved Hide resolved
versions: {
current: {
label: 'Latest (2.1.0)',
label: 'Latest',
hexsecs marked this conversation as resolved.
Show resolved Hide resolved
},
hexsecs marked this conversation as resolved.
Show resolved Hide resolved
"2.1.0": {
label: "2.1.0",
},
hexsecs marked this conversation as resolved.
Show resolved Hide resolved
"2.0.0": {
label: "2.0.0",
Expand Down
1,025 changes: 1,025 additions & 0 deletions versioned_docs/version-2.1.0/deployment/best-practices.md

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions versioned_docs/version-2.1.0/standard/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
sidebar_position: 3
title: ChangeLog
---

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.0] - 2023-06-6

V.2.1.0 is a minor release containing no breaking changes. The changes it includes, which are detailed below, are largely wording clarifications. The most significant addition is referencing the Scudo option as an augmentation for software supply chain security in automobiles.

### Added

- A clearer definition of the term “conformant” as it applies to Uptane.
- A security policy that outlines how errata can be reported and how reports will be addressed.
- A file stating that the Uptane Standard and Deployment Best Practices is licensed under Apache.
- A mention of Scudo as an Uptane augmentation in the “Out of Scope” text in the Standard as a clarification of Uptane’s involvement in software supply chain security.

### Changed

- The term “Uptane-compliant” to “Uptane-conformant” to clarify that the framework is a standard to follow rather than a regulation that must be adhered to.
- Metadata distribution requirements for secondaries to allow more flexibility when there are no new downloads for a given ECU.
- Relaxed the requirement that verification of Targets metadata be considered complete if the Directory repository indicates that there are no new targets.
- Relaxed the requirement that the Director repository SHALL check the time sent in the ECU report to a SHOULD.

### Removed

- All mentions of the Reference Implementation, which has now been clearly marked as obsolete.
- The term “private key” to reduce confusion about the role of these keys.
- Removed redundant and unclear wording from the description of the Root role in Section 5.1.1.
Loading