Skip to content

Commit

Permalink
Teach pipeline validator abount terminate processor
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed Dec 16, 2024
1 parent 7eb29ca commit bb47636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- description: Add support for semantic_text field definition.
type: enhancement
link: https://github.com/elastic/package-spec/pull/807
- description: Add `terminate` processor to list pipeline spec.
type: enhancement
link: https://github.com/elastic/package-spec/pull/847
- version: 3.3.1
changes:
- description: Add validation rule to ensure security capability is added if there is any security rule asset.
Expand Down
1 change: 1 addition & 0 deletions spec/integration/elasticsearch/pipeline.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
# set_security_user: false # Applicable to packages?
sort: { type: object }
split: { type: object }
terminate: { type: object }
trim: { type: object }
uppercase: { type: object }
urldecode: { type: object }
Expand Down

0 comments on commit bb47636

Please sign in to comment.