Skip to content

Commit f66d843

Browse files
committed
Add amended bundle
1 parent bff9fbb commit f66d843

File tree

3 files changed

+97
-0
lines changed

3 files changed

+97
-0
lines changed

docs/changelog/new/139011.yaml

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
##### Required fields #####
2+
3+
# title:
4+
# A required string that is a short, user-facing headline.
5+
# (Max 80 characters)
6+
7+
# type:
8+
# A required string that contains the type of change
9+
# It can be one of:
10+
# - breaking-change
11+
# - bug-fix
12+
# - deprecation
13+
# - docs
14+
# - enhancement
15+
# - feature
16+
# - known-issue
17+
# - regression
18+
# - security
19+
# - other
20+
21+
# products:
22+
# A required array of objects that denote the affected products
23+
# Each product object contains:
24+
#
25+
# - product:
26+
# A required string with a valid product ID.
27+
# Valid values are defined in https://github.com/elastic/docs-builder/blob/main/config/products.yml
28+
#
29+
# target:
30+
# An optional string with the target version or date.
31+
#
32+
# lifecycle:
33+
# An optional string for new features or enhancements that have a specific availability.
34+
# It can be one of:
35+
# - preview
36+
# - beta
37+
# - ga
38+
39+
##### Optional fields #####
40+
41+
# action:
42+
# An optional string that describes what users must do to mitigate
43+
# the impact of a breaking change or known issue.
44+
45+
# areas:
46+
# An optional array of strings that denotes the parts/components/services
47+
# of the product that are affected.
48+
49+
# description:
50+
# An optional string that provides additional information.
51+
# (Max 600 characters).
52+
53+
# feature-id:
54+
# An optional string to associate a feature or enhanceent with a
55+
# unique feature flag.
56+
57+
# highlight:
58+
# An optional boolean for items that should be included in release
59+
# highlights or the UI to draw user attention.
60+
61+
# impact:
62+
# An optional string that describes how the user's environment is
63+
# affected by a breaking change or known issue.
64+
65+
# issues:
66+
# An optional array of strings that contain the issues that are
67+
# relevant to the PR.
68+
69+
# pr:
70+
# An optional string that contains the pull request number.
71+
72+
# subtype:
73+
# An optional string that applies only to breaking changes.
74+
# It can be one of:
75+
# - api
76+
# - behavioral
77+
# - configuration
78+
# - dependency
79+
# - subscription
80+
# - plugin
81+
# - security
82+
# - other
83+
84+
pr: "139011"
85+
type: known-issue
86+
products:
87+
- product: elasticsearch
88+
target: 9.3.0
89+
lifecycle: ga
90+
areas:
91+
- Vector search
92+
title: Add known issue for bbq_disk license check
93+
description: The bbq_disk index format, licensed under the Enterprise subscription tier was introduced in 9.2.0 without appropriate license enforcement. This allowed users to create and use bbq_disk indices without an Enterprise license. This will be addressed in version 9.3.0. Upon upgrading to 9.3+ indices created on 9.2 will still be available for updates and queries, but new indices created on 9.3+ will require an Enterprise license.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
entries:
2+
- file:
3+
name: 139011.yaml
4+
checksum: 2caa0c7c1f82371448bf3a8abea684369c47b069
File renamed without changes.

0 commit comments

Comments
 (0)