From 99196a740c44bc6f1e9666c98fa84c38e696acfc Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Fri, 13 Dec 2024 17:17:14 +0100 Subject: [PATCH 1/7] Add wolfi image as enhancement to changelogs --- docs/changelog/118684.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/changelog/118684.yaml diff --git a/docs/changelog/118684.yaml b/docs/changelog/118684.yaml new file mode 100644 index 0000000000000..e022cf9560291 --- /dev/null +++ b/docs/changelog/118684.yaml @@ -0,0 +1,5 @@ +pr: 118684 +summary: "In this release we've introduced an image based on the hardened Wolfi image to provide secure containers to our self-managed customers, help with compliance regulations, and improve our supply chain security posture." +area: Packaging +type: enhancement +issues: [] \ No newline at end of file From 88a5fd505617bee77cf6aea5a18815e28eb6be51 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Fri, 13 Dec 2024 17:18:29 +0100 Subject: [PATCH 2/7] Tweak yaml format --- docs/changelog/118684.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog/118684.yaml b/docs/changelog/118684.yaml index e022cf9560291..4608bc794552c 100644 --- a/docs/changelog/118684.yaml +++ b/docs/changelog/118684.yaml @@ -1,5 +1,5 @@ pr: 118684 -summary: "In this release we've introduced an image based on the hardened Wolfi image to provide secure containers to our self-managed customers, help with compliance regulations, and improve our supply chain security posture." +summary: In this release we've introduced an image based on the hardened Wolfi image to provide secure containers to our self-managed customers, help with compliance regulations, and improve our supply chain security posture. area: Packaging type: enhancement issues: [] \ No newline at end of file From 41c1c70307f20a3ee10c62ee7b9728f90550eb22 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Fri, 13 Dec 2024 17:50:13 +0100 Subject: [PATCH 3/7] Update docs regarding docker --- docs/Versions.asciidoc | 1 + docs/changelog/118684.yaml | 6 +++++- docs/reference/setup/install/docker.asciidoc | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/Versions.asciidoc b/docs/Versions.asciidoc index b65b974cd6b69..e19db10783988 100644 --- a/docs/Versions.asciidoc +++ b/docs/Versions.asciidoc @@ -9,6 +9,7 @@ include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[] :docker-repo: docker.elastic.co/elasticsearch/elasticsearch :docker-image: {docker-repo}:{version} +:docker-wolfi-image: {docker-repo}-wolfi:{version} :kib-docker-repo: docker.elastic.co/kibana/kibana :kib-docker-image: {kib-docker-repo}:{version} :plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins diff --git a/docs/changelog/118684.yaml b/docs/changelog/118684.yaml index 4608bc794552c..c31059287c80c 100644 --- a/docs/changelog/118684.yaml +++ b/docs/changelog/118684.yaml @@ -1,5 +1,9 @@ pr: 118684 -summary: In this release we've introduced an image based on the hardened Wolfi image to provide secure containers to our self-managed customers, help with compliance regulations, and improve our supply chain security posture. +summary: Provide Wolfi based docker image +details: |- + In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi] + image to provide secure containers to our self-managed customers, help with compliance regulations, + and improve our supply chain security posture. area: Packaging type: enhancement issues: [] \ No newline at end of file diff --git a/docs/reference/setup/install/docker.asciidoc b/docs/reference/setup/install/docker.asciidoc index 8694d7f5b46c6..86a0e567f6eec 100644 --- a/docs/reference/setup/install/docker.asciidoc +++ b/docs/reference/setup/install/docker.asciidoc @@ -55,6 +55,12 @@ docker pull {docker-image} // REVIEWED[DEC.10.24] -- +Alternatevely, you can use the Wolfi based image. Using Wolfi based images requires Docker version 20.10.10 or superior. +[source,sh,subs="attributes"] +---- +docker pull {docker-wolfi-image} +---- + . Optional: Install https://docs.sigstore.dev/cosign/system_config/installation/[Cosign] for your environment. Then use Cosign to verify the {es} image's signature. From 32c5ec42051a84f2c142c4a3f65d9ea18c7fe74e Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Fri, 13 Dec 2024 18:07:36 +0100 Subject: [PATCH 4/7] Update changelog after details is not permitted and push generated release notes --- docs/changelog/118684.yaml | 3 +- docs/reference/release-notes.asciidoc | 2 + docs/reference/release-notes/8.16.2.asciidoc | 65 ++++++++++++++++++++ 3 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 docs/reference/release-notes/8.16.2.asciidoc diff --git a/docs/changelog/118684.yaml b/docs/changelog/118684.yaml index c31059287c80c..44b96c7580f8e 100644 --- a/docs/changelog/118684.yaml +++ b/docs/changelog/118684.yaml @@ -1,6 +1,5 @@ pr: 118684 -summary: Provide Wolfi based docker image -details: |- +summary: |- In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi] image to provide secure containers to our self-managed customers, help with compliance regulations, and improve our supply chain security posture. diff --git a/docs/reference/release-notes.asciidoc b/docs/reference/release-notes.asciidoc index fe4221bab6cb2..4f6dad223ecea 100644 --- a/docs/reference/release-notes.asciidoc +++ b/docs/reference/release-notes.asciidoc @@ -6,6 +6,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> @@ -77,6 +78,7 @@ This section summarizes the changes in each release. -- +include::release-notes/8.16.2.asciidoc[] include::release-notes/8.16.1.asciidoc[] include::release-notes/8.16.0.asciidoc[] include::release-notes/8.15.5.asciidoc[] diff --git a/docs/reference/release-notes/8.16.2.asciidoc b/docs/reference/release-notes/8.16.2.asciidoc new file mode 100644 index 0000000000000..9e981ffe5835d --- /dev/null +++ b/docs/reference/release-notes/8.16.2.asciidoc @@ -0,0 +1,65 @@ +[[release-notes-8.16.2]] +== {es} version 8.16.2 + +coming[8.16.2] + +Also see <>. + +[[bug-8.16.2]] +[float] +=== Bug fixes + +CCS:: +* Fix long metric deserialize & add - auto-resize needs to be set manually {es-pull}117105[#117105] (issue: {es-issue}116914[#116914]) + +Data streams:: +* Acquire stats searcher for data stream stats {es-pull}117953[#117953] + +ES|QL:: +* ESQL: fix the column position in errors {es-pull}117153[#117153] +* Fix BWC for ES|QL cluster request {es-pull}117865[#117865] +* Fix CCS exchange when multi cluster aliases point to same cluster {es-pull}117297[#117297] +* Fix COUNT filter pushdown {es-pull}117503[#117503] (issue: {es-issue}115522[#115522]) +* Fix validation of SORT by aggregate functions {es-pull}117316[#117316] +* Opt into extra data stream resolution {es-pull}118378[#118378] + +Ingest Node:: +* Fix enrich cache size setting name {es-pull}117575[#117575] +* Fix log message format bugs {es-pull}118354[#118354] +* Fix reconstituting version string from components {es-pull}117213[#117213] (issue: {es-issue}116950[#116950]) + +License:: +* Distinguish `LicensedFeature` by family field {es-pull}116809[#116809] + +Logs:: +* Prohibit changes to index mode, source, and sort settings during resize {es-pull}115812[#115812] + +Machine Learning:: +* Fix deberta tokenizer bug caused by bug in normalizer {es-pull}117189[#117189] +* Fix for Deberta tokenizer when input sequence exceeds 512 tokens {es-pull}117595[#117595] +* Propagate scoring function through random sampler {es-pull}116957[#116957] (issue: {es-issue}110134[#110134]) +* Update Deberta tokenizer {es-pull}116358[#116358] + +Mapping:: +* Restore original "is within leaf" value in `SparseVectorFieldMapper` {es-pull}118380[#118380] + +Ranking:: +* Fix for propagating filters from compound to inner retrievers {es-pull}117914[#117914] + +Search:: +* Don't skip shards in coord rewrite if timestamp is an alias {es-pull}117271[#117271] +* Handle exceptions in query phase can match {es-pull}117469[#117469] (issue: {es-issue}104994[#104994]) + +[[enhancement-8.16.2]] +[float] +=== Enhancements + +Inference:: +* [8.16] Update sparse text embeddings API route for Inference Service {es-pull}118367[#118367] + +Packaging:: +* In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi] +image to provide secure containers to our self-managed customers, help with compliance regulations, +and improve our supply chain security posture. {es-pull}118684[#118684] + + From a22cc15c51adf8f57c2c6e03683f2fc95146234f Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Fri, 13 Dec 2024 18:09:29 +0100 Subject: [PATCH 5/7] Delete docs/changelog/118684.yaml --- docs/changelog/118684.yaml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 docs/changelog/118684.yaml diff --git a/docs/changelog/118684.yaml b/docs/changelog/118684.yaml deleted file mode 100644 index 44b96c7580f8e..0000000000000 --- a/docs/changelog/118684.yaml +++ /dev/null @@ -1,8 +0,0 @@ -pr: 118684 -summary: |- - In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi] - image to provide secure containers to our self-managed customers, help with compliance regulations, - and improve our supply chain security posture. -area: Packaging -type: enhancement -issues: [] \ No newline at end of file From f74d0507d9ef3bd5cb1b172967d8a8ef3fc55e9d Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Fri, 13 Dec 2024 18:17:49 +0100 Subject: [PATCH 6/7] Update docs/changelog/118684.yaml --- docs/changelog/118684.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/changelog/118684.yaml diff --git a/docs/changelog/118684.yaml b/docs/changelog/118684.yaml new file mode 100644 index 0000000000000..58299520c7a03 --- /dev/null +++ b/docs/changelog/118684.yaml @@ -0,0 +1,5 @@ +pr: 118684 +summary: "[8.16] Add wolfi changelog" +area: Packaging +type: enhancement +issues: [] From 00a952d0981730e5767fbbd91432260c1076e9d9 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Fri, 13 Dec 2024 18:24:26 +0100 Subject: [PATCH 7/7] Bring back changelog file --- docs/changelog/118684.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog/118684.yaml b/docs/changelog/118684.yaml index 58299520c7a03..c550f92dcd432 100644 --- a/docs/changelog/118684.yaml +++ b/docs/changelog/118684.yaml @@ -1,5 +1,8 @@ pr: 118684 -summary: "[8.16] Add wolfi changelog" +summary: |- + In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi] + image to provide secure containers to our self-managed customers, help with compliance regulations, + and improve our supply chain security posture. area: Packaging type: enhancement issues: []