Skip to content

Commit c9e1b52

Browse files
authored
Merge pull request #184 from projectsyn/sdd/update-instance-versioning-sdd
Update SDD 0033 - Commodore Component Instance Versioning
2 parents 011840d + c2f39da commit c9e1b52

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/modules/SDDs/pages/0033-commodore-component-instance-versioning.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:sdd_owner: Aldebaran
55
:sdd_reviewers: Simon Gerber
66
:sdd_date: 2025-01-08
7-
:sdd_status: accepted
7+
:sdd_status: implemented
88
include::partial$meta-info-table.adoc[]
99

1010
[NOTE]
@@ -42,6 +42,8 @@ If a component is to support multi-versioning, Jsonnet dependencies should there
4242

4343
Similarly, if the component includes a Jsonnet library that is made available to other components, the version for the library is taken from the main (non-instantiated) version of the component.
4444

45+
Finally, if a component reads another component's default values, it will always see the default values of the main (non-instantiated) version of the component.
46+
4547
=== Implementation Details/Notes/Constraints
4648

4749
We can clone the repository of the base component and create a separate worktree for each instance to check out the correct version.

0 commit comments

Comments
 (0)