Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions spec/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
- description: Add support for *.link files in agent, pipelines, and fields folders.
type: enhancement
link: https://github.com/elastic/package-spec/pull/888
- description: Add fips_compatible boolean flag for integration package policy templates.
type: enhancement
link: https://github.com/elastic/package-spec/pull/894
- version: 3.3.5
changes:
- description: Allow security_rule assets in content package.
Expand Down
4 changes: 4 additions & 0 deletions spec/integration/manifest.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,10 @@ spec:
$ref: "#/definitions/screenshots"
vars:
$ref: "./data_stream/manifest.spec.yml#/definitions/vars"
fips_compatible:
type: boolean
description: Indicate if this package is capable of satisfying FIPS requirements. Set to false if it uses any input that cannot be configured to use FIPS cryptography.
default: true
required:
- name
- title
Expand Down