Skip to content

Commit 93de961

Browse files
authored
Prepare for release of Orizaba (#357)
1 parent 9898341 commit 93de961

File tree

17 files changed

+49
-9
lines changed

17 files changed

+49
-9
lines changed

definitions/EiffelActivityTriggeredEvent/4.3.0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ _links:
154154
- EiffelActivityTriggeredEvent
155155
_history:
156156
- version: 4.3.0
157+
introduced_in: edition-orizaba
157158
changes: Add ORIGINAL_TRIGGER link (see [Issue 246](https://github.com/eiffel-community/eiffel/issues/246)).
158159
- version: 4.2.0
159160
introduced_in: edition-arica

definitions/EiffelArtifactDeployedEvent/0.1.0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ _links:
113113
- EiffelFlowContextDefinedEvent
114114
_history:
115115
- version: 0.1.0
116+
introduced_in: edition-orizaba
116117
changes: Initial version.
117118
_examples:
118119
- title: Simple example

definitions/EiffelConfidenceLevelModifiedEvent/3.3.0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ _links:
141141
- EiffelConfidenceLevelModifiedEvent
142142
_history:
143143
- version: 3.3.0
144+
introduced_in: edition-orizaba
144145
changes: Add EiffelArtifactDeployedEvent as legal target type for
145146
SUBJECT link (see
146147
[Issue 239](https://github.com/eiffel-community/eiffel/issues/239)).

definitions/EiffelIssueVerifiedEvent/4.3.0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ _links:
130130
- EiffelTestSuiteFinishedEvent
131131
_history:
132132
- version: 4.3.0
133+
introduced_in: edition-orizaba
133134
changes: Add artifact deployed event as legal IUT target (see [Issue 239](https://github.com/eiffel-community/eiffel/issues/239)).
134135
- version: 4.2.0
135136
introduced_in: edition-arica

definitions/EiffelTestCaseTriggeredEvent/3.3.0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ _links:
189189
- EiffelTestCaseTriggeredEvent
190190
_history:
191191
- version: 3.3.0
192+
introduced_in: edition-orizaba
192193
changes: Add SCS and SCC as legal target for IUT in TCT (see [Issue 317](https://github.com/eiffel-community/eiffel/issues/317)).
193194
- version: 3.2.0
194195
introduced_in: edition-arica

definitions/EiffelTestCaseTriggeredEvent/3.4.0.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,10 @@ _links:
190190
- EiffelTestCaseTriggeredEvent
191191
_history:
192192
- version: 3.4.0
193+
introduced_in: edition-orizaba
193194
changes: Add artifact deployed event as legal IUT target (see [Issue 239](https://github.com/eiffel-community/eiffel/issues/239)).
194195
- version: 3.3.0
196+
introduced_in: edition-orizaba
195197
changes: Add SCS and SCC as legal target for IUT in TCT (see [Issue 317](https://github.com/eiffel-community/eiffel/issues/317)).
196198
- version: 3.2.0
197199
introduced_in: edition-arica

definitions/EiffelTestCaseTriggeredEvent/3.5.0.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,13 @@ _links:
202202
- EiffelTestCaseTriggeredEvent
203203
_history:
204204
- version: 3.5.0
205+
introduced_in: edition-orizaba
205206
changes: Add ORIGINAL_TRIGGER link (see [Issue 246](https://github.com/eiffel-community/eiffel/issues/246)).
206207
- version: 3.4.0
208+
introduced_in: edition-orizaba
207209
changes: Add artifact deployed event as legal IUT target (see [Issue 239](https://github.com/eiffel-community/eiffel/issues/239)).
208210
- version: 3.3.0
211+
introduced_in: edition-orizaba
209212
changes: Add SCS and SCC as legal target for IUT in TCT (see [Issue 317](https://github.com/eiffel-community/eiffel/issues/317)).
210213
- version: 3.2.0
211214
introduced_in: edition-arica

definitions/EiffelTestSuiteStartedEvent/3.4.0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ _links:
183183
- EiffelTestExecutionRecipeCollectionCreatedEvent
184184
_history:
185185
- version: 3.4.0
186+
introduced_in: edition-orizaba
186187
changes: Add ORIGINAL_TRIGGER link (see [Issue 246](https://github.com/eiffel-community/eiffel/issues/246)).
187188
- version: 3.3.0
188189
introduced_in: edition-arica

eiffel-syntax-and-usage/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ That being said, to facilitate compatibility and consistency, the Eiffel protoco
3030
| Budapest | _Reserved for future use._ | |
3131
| Ruhnu | _Reserved for future use._ | |
3232
| Santiago | _Reserved for future use._ | |
33-
| Orizaba | _Reserved for future use._ | |
33+
| Orizaba | [edition-orizaba](../../../tree/edition-orizaba) | Add ORIGINAL_TRIGGER link to ActT/TCT/TSS ([Issue 246](https://github.com/eiffel-community/eiffel/issues/246)), add ArtD event ([Issue 239](https://github.com/eiffel-community/eiffel/issues/239)), TCT can now link directly to SCC or SCS without using an intermediary CD ([Issue 317](https://github.com/eiffel-community/eiffel/issues/317)). |
3434
| Arica | [edition-arica](../../../tree/edition-arica) | Added optional file digest member to ArtC ([Issue 290](https://github.com/eiffel-community/eiffel/issues/290)), added meta.schemaUri member ([Issue 280](https://github.com/eiffel-community/eiffel/issues/280)), added PRECURSOR link type to ActT, TCT, and TSS ([Issue 227](https://github.com/eiffel-community/eiffel/issues/227)), added testCase.version member to TERCC ([Issue 288](https://github.com/eiffel-community/eiffel/issues/288)). |
3535
| Lyon | [edition-lyon](../../../tree/edition-lyon) | Added domainId member to links ([Issue 233](https://github.com/eiffel-community/eiffel/issues/233)), added {mediaType,tags} to data.{liveLogs,persistentLogs} of various event types ([Issue 166](https://github.com/eiffel-community/eiffel/issues/166)), added RUNTIME_ENVIRONMENT as link type for ED ([Issue 258](https://github.com/eiffel-community/eiffel/issues/258)), and added missing validation pattern for links.target of TERCC ([Issue 271](https://github.com/eiffel-community/eiffel/issues/271)). |
3636
| Paris | [edition-paris](../../../tree/edition-paris) | Minor backwards-compatible changes to CD and ArtP (Issues [218](https://github.com/eiffel-community/eiffel/issues/218) and [248](https://github.com/eiffel-community/eiffel/issues/248)). |

eiffel-vocabulary/EiffelActivityTriggeredEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ __Description:__ A URI pointing at a location from where the schema used when cr
216216

217217
| Version | Introduced in | Changes |
218218
| ------- | ------------- | ------- |
219-
| 4.3.0 | Not yet released in an edition | Add ORIGINAL_TRIGGER link (see [Issue 246](https://github.com/eiffel-community/eiffel/issues/246)). |
219+
| 4.3.0 | [edition-orizaba](../../../tree/edition-orizaba) | Add ORIGINAL_TRIGGER link (see [Issue 246](https://github.com/eiffel-community/eiffel/issues/246)). |
220220
| 4.2.0 | [edition-arica](../../../tree/edition-arica) | Add schema URL to the meta object (see [Issue 280](https://github.com/eiffel-community/eiffel/issues/280)). |
221221
| 4.1.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
222222
| 4.0.0 | [edition-agen-1](../../../tree/edition-agen-1) | Bug fix in schema file (see [Issue 205](https://github.com/eiffel-community/eiffel/issues/205)) |

0 commit comments

Comments
 (0)