Skip to content
Closed
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
90 changes: 45 additions & 45 deletions docs/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,49 +235,49 @@ label_to_areas:
# Product-specific label blockers (optional)
# Maps product IDs to lists of labels that prevent changelog creation for that product
# If you run the changelog add command with the --prs option and a PR has any of these labels, the changelog is not created
# add_blockers:
# elasticsearch,cloud-serverless:
# - ">non-issue"
# - ">test"
# - ">refactoring"
# - ":Delivery/Build"
# - ":Delivery/Tooling"
add_blockers:
elasticsearch,cloud-serverless:
- ">non-issue"
- ">test"
- ">refactoring"
- ":Delivery/Build"
- ":Delivery/Tooling"

# render_blockers:
# cloud-serverless:
# areas:
# - Allocation
# - Audit
# - Authentication
# - Autoscaling
# - CCR
# - CCS
# - "Cluster Coordination"
# - Codec
# - "Discovery-Plugins"
# - Engine
# - FIPS
# - Health
# - "ILM+SLM"
# - "IdentityProvider"
# - "Infra/CLI"
# - "Circuit Breakers"
# - "Infra/Core"
# - "Infra/Entitlements"
# - "Infra/Logging"
# - "Infra/Metrics"
# - "Infra/Node Lifecycle"
# - "Infra/Plugins"
# - "Infra/Transport API"
# - License
# - Monitoring
# - Packaging
# - Searchable Snapshots
# - "Snapshot/Restore"
# - Stats
# - Watcher
# types:
# - docs
# elasticsearch:
# types:
# - docs
render_blockers:
cloud-serverless:
areas:
- Allocation
- Audit
- Authentication
- Autoscaling
- CCR
- CCS
- "Cluster Coordination"
- Codec
- "Discovery-Plugins"
- Engine
- FIPS
- Health
- "ILM+SLM"
- "IdentityProvider"
- "Infra/CLI"
- "Circuit Breakers"
- "Infra/Core"
- "Infra/Entitlements"
- "Infra/Logging"
- "Infra/Metrics"
- "Infra/Node Lifecycle"
- "Infra/Plugins"
- "Infra/Transport API"
- License
- Monitoring
- Packaging
- Searchable Snapshots
- "Snapshot/Restore"
- Stats
- Watcher
types:
- docs
elasticsearch:
types:
- docs
91 changes: 91 additions & 0 deletions docs/changelog/new/122491.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
##### Required fields #####

# title:
# A required string that is a short, user-facing headline.
# (Max 80 characters)

# type:
# A required string that contains the type of change
# It can be one of:
# - feature
# - enhancement
# - bug-fix
# - known-issue
# - breaking-change
# - deprecation
# - docs
# - regression
# - security
# - other

# products:
# A required array of objects that denote the affected products
# Each product object contains:
#
# - product:
# A required string with a valid product ID.
# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml
#
# target:
# An optional string with the target version or date.
#
# lifecycle:
# An optional string for new features or enhancements that have a specific availability.
# It can be one of:
# - preview
# - beta
# - ga

##### Optional fields #####

# action:
# An optional string that describes what users must do to mitigate
# the impact of a breaking change or known issue.

# areas:
# An optional array of strings that denotes the parts/components/services
# of the product that are affected.

# description:
# An optional string that provides additional information.
# (Max 600 characters).

# feature-id:
# An optional string to associate a feature or enhanceent with a
# unique feature flag.

# highlight:
# An optional boolean for items that should be included in release
# highlights or the UI to draw user attention.

# impact:
# An optional string that describes how the user's environment is
# affected by a breaking change or known issue.

# issues:
# An optional array of strings that contain the issues that are
# relevant to the PR.

# pr:
# An optional string that contains the pull request number.

# subtype:
# An optional string that applies only to breaking changes.
# It can be one of:
# - api
# - behavioral
# - configuration
# - dependency
# - subscription
# - plugin
# - security
# - other

pr: 122491
type: enhancement
products:
- product: elasticsearch
target: 9.3.0
areas:
- Ingest Node
title: Add CEF processor to Ingest node
91 changes: 91 additions & 0 deletions docs/changelog/new/127053.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
##### Required fields #####

# title:
# A required string that is a short, user-facing headline.
# (Max 80 characters)

# type:
# A required string that contains the type of change
# It can be one of:
# - feature
# - enhancement
# - bug-fix
# - known-issue
# - breaking-change
# - deprecation
# - docs
# - regression
# - security
# - other

# products:
# A required array of objects that denote the affected products
# Each product object contains:
#
# - product:
# A required string with a valid product ID.
# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml
#
# target:
# An optional string with the target version or date.
#
# lifecycle:
# An optional string for new features or enhancements that have a specific availability.
# It can be one of:
# - preview
# - beta
# - ga

##### Optional fields #####

# action:
# An optional string that describes what users must do to mitigate
# the impact of a breaking change or known issue.

# areas:
# An optional array of strings that denotes the parts/components/services
# of the product that are affected.

# description:
# An optional string that provides additional information.
# (Max 600 characters).

# feature-id:
# An optional string to associate a feature or enhanceent with a
# unique feature flag.

# highlight:
# An optional boolean for items that should be included in release
# highlights or the UI to draw user attention.

# impact:
# An optional string that describes how the user's environment is
# affected by a breaking change or known issue.

# issues:
# An optional array of strings that contain the issues that are
# relevant to the PR.

# pr:
# An optional string that contains the pull request number.

# subtype:
# An optional string that applies only to breaking changes.
# It can be one of:
# - api
# - behavioral
# - configuration
# - dependency
# - subscription
# - plugin
# - security
# - other

pr: 127053
type: enhancement
products:
- product: elasticsearch
target: 9.3.0
areas:
- Monitoring
title: Add missing fields in monitoring logstash mb template mapping
91 changes: 91 additions & 0 deletions docs/changelog/new/128602.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
##### Required fields #####

# title:
# A required string that is a short, user-facing headline.
# (Max 80 characters)

# type:
# A required string that contains the type of change
# It can be one of:
# - feature
# - enhancement
# - bug-fix
# - known-issue
# - breaking-change
# - deprecation
# - docs
# - regression
# - security
# - other

# products:
# A required array of objects that denote the affected products
# Each product object contains:
#
# - product:
# A required string with a valid product ID.
# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml
#
# target:
# An optional string with the target version or date.
#
# lifecycle:
# An optional string for new features or enhancements that have a specific availability.
# It can be one of:
# - preview
# - beta
# - ga

##### Optional fields #####

# action:
# An optional string that describes what users must do to mitigate
# the impact of a breaking change or known issue.

# areas:
# An optional array of strings that denotes the parts/components/services
# of the product that are affected.

# description:
# An optional string that provides additional information.
# (Max 600 characters).

# feature-id:
# An optional string to associate a feature or enhanceent with a
# unique feature flag.

# highlight:
# An optional boolean for items that should be included in release
# highlights or the UI to draw user attention.

# impact:
# An optional string that describes how the user's environment is
# affected by a breaking change or known issue.

# issues:
# An optional array of strings that contain the issues that are
# relevant to the PR.

# pr:
# An optional string that contains the pull request number.

# subtype:
# An optional string that applies only to breaking changes.
# It can be one of:
# - api
# - behavioral
# - configuration
# - dependency
# - subscription
# - plugin
# - security
# - other

pr: 128602
type: bug-fix
products:
- product: elasticsearch
target: 9.3.0
areas:
- Machine Learning
title: Fixing KDE evaluate() to return correct ValueAndMagnitude object
Loading