Skip to content

Commit cf7fb3e

Browse files
authored
[8.16] Add wolfi changelog (#118684)
* Add wolfi image as enhancement to changelogs * Tweak yaml format * Update docs regarding docker * Update changelog after details is not permitted and push generated release notes * Delete docs/changelog/118684.yaml * Update docs/changelog/118684.yaml * Bring back changelog file
1 parent a4291cc commit cf7fb3e

File tree

5 files changed

+82
-0
lines changed

5 files changed

+82
-0
lines changed

docs/Versions.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
99

1010
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
1111
:docker-image: {docker-repo}:{version}
12+
:docker-wolfi-image: {docker-repo}-wolfi:{version}
1213
:kib-docker-repo: docker.elastic.co/kibana/kibana
1314
:kib-docker-image: {kib-docker-repo}:{version}
1415
:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins

docs/changelog/118684.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pr: 118684
2+
summary: |-
3+
In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
4+
image to provide secure containers to our self-managed customers, help with compliance regulations,
5+
and improve our supply chain security posture.
6+
area: Packaging
7+
type: enhancement
8+
issues: []

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-8.16.2>>
910
* <<release-notes-8.16.1>>
1011
* <<release-notes-8.16.0>>
1112
* <<release-notes-8.15.5>>
@@ -77,6 +78,7 @@ This section summarizes the changes in each release.
7778

7879
--
7980

81+
include::release-notes/8.16.2.asciidoc[]
8082
include::release-notes/8.16.1.asciidoc[]
8183
include::release-notes/8.16.0.asciidoc[]
8284
include::release-notes/8.15.5.asciidoc[]
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
[[release-notes-8.16.2]]
2+
== {es} version 8.16.2
3+
4+
coming[8.16.2]
5+
6+
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
7+
8+
[[bug-8.16.2]]
9+
[float]
10+
=== Bug fixes
11+
12+
CCS::
13+
* Fix long metric deserialize & add - auto-resize needs to be set manually {es-pull}117105[#117105] (issue: {es-issue}116914[#116914])
14+
15+
Data streams::
16+
* Acquire stats searcher for data stream stats {es-pull}117953[#117953]
17+
18+
ES|QL::
19+
* ESQL: fix the column position in errors {es-pull}117153[#117153]
20+
* Fix BWC for ES|QL cluster request {es-pull}117865[#117865]
21+
* Fix CCS exchange when multi cluster aliases point to same cluster {es-pull}117297[#117297]
22+
* Fix COUNT filter pushdown {es-pull}117503[#117503] (issue: {es-issue}115522[#115522])
23+
* Fix validation of SORT by aggregate functions {es-pull}117316[#117316]
24+
* Opt into extra data stream resolution {es-pull}118378[#118378]
25+
26+
Ingest Node::
27+
* Fix enrich cache size setting name {es-pull}117575[#117575]
28+
* Fix log message format bugs {es-pull}118354[#118354]
29+
* Fix reconstituting version string from components {es-pull}117213[#117213] (issue: {es-issue}116950[#116950])
30+
31+
License::
32+
* Distinguish `LicensedFeature` by family field {es-pull}116809[#116809]
33+
34+
Logs::
35+
* Prohibit changes to index mode, source, and sort settings during resize {es-pull}115812[#115812]
36+
37+
Machine Learning::
38+
* Fix deberta tokenizer bug caused by bug in normalizer {es-pull}117189[#117189]
39+
* Fix for Deberta tokenizer when input sequence exceeds 512 tokens {es-pull}117595[#117595]
40+
* Propagate scoring function through random sampler {es-pull}116957[#116957] (issue: {es-issue}110134[#110134])
41+
* Update Deberta tokenizer {es-pull}116358[#116358]
42+
43+
Mapping::
44+
* Restore original "is within leaf" value in `SparseVectorFieldMapper` {es-pull}118380[#118380]
45+
46+
Ranking::
47+
* Fix for propagating filters from compound to inner retrievers {es-pull}117914[#117914]
48+
49+
Search::
50+
* Don't skip shards in coord rewrite if timestamp is an alias {es-pull}117271[#117271]
51+
* Handle exceptions in query phase can match {es-pull}117469[#117469] (issue: {es-issue}104994[#104994])
52+
53+
[[enhancement-8.16.2]]
54+
[float]
55+
=== Enhancements
56+
57+
Inference::
58+
* [8.16] Update sparse text embeddings API route for Inference Service {es-pull}118367[#118367]
59+
60+
Packaging::
61+
* In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
62+
image to provide secure containers to our self-managed customers, help with compliance regulations,
63+
and improve our supply chain security posture. {es-pull}118684[#118684]
64+
65+

docs/reference/setup/install/docker.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ docker pull {docker-image}
5555
// REVIEWED[DEC.10.24]
5656
--
5757

58+
Alternatevely, you can use the Wolfi based image. Using Wolfi based images requires Docker version 20.10.10 or superior.
59+
[source,sh,subs="attributes"]
60+
----
61+
docker pull {docker-wolfi-image}
62+
----
63+
5864
. Optional: Install
5965
https://docs.sigstore.dev/cosign/system_config/installation/[Cosign] for your
6066
environment. Then use Cosign to verify the {es} image's signature.

0 commit comments

Comments
 (0)