Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 3.3.0 #818

Merged
merged 1 commit into from
Oct 16, 2024
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
10 changes: 5 additions & 5 deletions spec/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
##
- version: 3.4.0-next
changes:
- description: Add support for content packages.
- description: Add support for `slo` assets.
type: enhancement
link: https://github.com/elastic/package-spec/pull/777
link: https://github.com/elastic/package-spec/pull/767
- description: Add support for semantic_text field definition
type: enhancement
link: https://github.com/elastic/package-spec/pull/807
- version: 3.3.0-next
- version: 3.3.0
changes:
- description: Add support for `slo` assets.
- description: Add support for content packages.
type: enhancement
link: https://github.com/elastic/package-spec/pull/767
link: https://github.com/elastic/package-spec/pull/777
- version: 3.2.3
changes:
- description: Add support for identity of agentless deployment mode, and make it mandatory when this mode is enabled.
Expand Down
2 changes: 1 addition & 1 deletion spec/content/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
$ref: "../integration/validation.spec.yml"

versions:
- before: 3.4.0
- before: 3.3.0
patch:
- op: remove
path: "/contents" # Package type not available before this version.
2 changes: 1 addition & 1 deletion spec/integration/kibana/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
forbiddenPatterns:
- '^.+-(ecs|ECS)\.json$' # ECS suffix is forbidden
versions:
- before: 3.3.0
- before: 3.4.0
patch:
- op: remove
path: "/contents/13" # remove SLO definitions
Expand Down
2 changes: 1 addition & 1 deletion test/packages/good_v3/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
format_version: 3.3.0
format_version: 3.4.0
name: good_v3
title: Good package
description: This package is good for format version 3
Expand Down