Skip to content

Commit

Permalink
Merge branch 'main' into add-email-return-path
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan authored Jun 27, 2022
2 parents fd6e496 + 97584d4 commit 50a9ac5
Show file tree
Hide file tree
Showing 28 changed files with 2,036 additions and 1,523 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Thanks, you're awesome :-) -->

* Add `service.node.role` #1916
* Add `email.return_path.address` #1947
* Initial set of `expected_values`. #1962

#### Improvements

Expand All @@ -59,8 +60,12 @@ Thanks, you're awesome :-) -->

#### Added

* Introduce `expected_values` attribute. #1952

#### Improvements

* Additional type annotations. #1950

#### Deprecated

## 8.3.0 (Hard Feature Freeze)
Expand Down
1 change: 1 addition & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ Strict mode requires the following conditions, else the script exits on an excep
* Short descriptions must be less than or equal to 120 characters.
* Example values containing arrays or objects must be quoted to avoid unexpected YAML interpretation when the schema files or artifacts are relied on downstream.
* If a regex `pattern` is defined, the example values will be checked against it.
* If `expected_values` is defined, the example value(s) will be checked against the list.

The current artifacts generated and published in the ECS repo will always be created using strict mode. However, older ECS versions (pre `v1.5.0`) will cause
an exception if attempting to generate them using `--strict`. This is due to schema validation checks introduced after that version was released.
Expand Down
Loading

0 comments on commit 50a9ac5

Please sign in to comment.