Skip to content

Commit 49363fe

Browse files
committed
Update changelog to require agent version constraints in input and integration packages
1 parent 2e8f570 commit 49363fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

spec/changelog.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
- description: Add support for semantic_text field definition.
1313
type: enhancement
1414
link: https://github.com/elastic/package-spec/pull/807
15-
- description: Add validation to ensure that the agent version is defined in the package manifest.
16-
type: enhancement
15+
- description: Require defining agent version constraints in input and integration packages.
16+
type: breaking-change
1717
link: https://github.com/elastic/package-spec/pull/999
1818
- version: 3.5.1-next
1919
changes:
@@ -23,6 +23,9 @@
2323
- description: Add support for script testing in data streams.
2424
type: enhancement
2525
link: https://github.com/elastic/package-spec/pull/985
26+
- description: Allow to define agent version constrains in input and integration packages.
27+
type: enhancement
28+
link: https://github.com/elastic/package-spec/pull/999
2629
- version: 3.5.0
2730
changes:
2831
- description: Add `duration` variable data type with `min_duration` and `max_duration` validation properties.

0 commit comments

Comments
 (0)