From 735a8fbc52c94b78f9b893b761e4a373df46c2e3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:25:24 +0200 Subject: [PATCH] Changelog for 8.10.1 (#3435) (#3436) (cherry picked from commit d83b889999ac64a14049737d6e1918cf64653019) Co-authored-by: Pierre HILBERT --- changelog/8.10.1.asciidoc | 40 +++++++++++++++++++ changelog/8.10.1.yaml | 25 ++++++++++++ .../1690917883-crash-checker-pid-zero.yaml | 32 --------------- .../1694190260-improve-upgrade-logging.yaml | 32 --------------- 4 files changed, 65 insertions(+), 64 deletions(-) create mode 100644 changelog/8.10.1.asciidoc create mode 100644 changelog/8.10.1.yaml delete mode 100644 changelog/fragments/1690917883-crash-checker-pid-zero.yaml delete mode 100644 changelog/fragments/1694190260-improve-upgrade-logging.yaml diff --git a/changelog/8.10.1.asciidoc b/changelog/8.10.1.asciidoc new file mode 100644 index 00000000000..4ca9b796f2c --- /dev/null +++ b/changelog/8.10.1.asciidoc @@ -0,0 +1,40 @@ +// begin 8.10.1 relnotes + +[[release-notes-8.10.1]] +== 8.10.1 + +Review important information about the 8.10.1 release. + + + + + + + + + + + + +[discrete] +[[enhancements-8.10.1]] +=== Enhancements + + +elastic-agent:: + +* Improve Logging During Agent Upgrades. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3382[#https://github.com/elastic/elastic-agent/pull/3382] + + + + +[discrete] +[[bug-fixes-8.10.1]] +=== Bug fixes + + +elastic-agent:: + +* Rollback Elastic Agent Upgrade If Upgraded Agent Process Crashes Immediately. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3166[#https://github.com/elastic/elastic-agent/pull/3166] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/3124[#https://github.com/elastic/elastic-agent/issues/3124] + +// end 8.10.1 relnotes diff --git a/changelog/8.10.1.yaml b/changelog/8.10.1.yaml new file mode 100644 index 00000000000..dcdfc805615 --- /dev/null +++ b/changelog/8.10.1.yaml @@ -0,0 +1,25 @@ +version: 8.10.1 +entries: + - kind: bug-fix + summary: Rollback Elastic Agent upgrade if upgraded Agent process crashes immediately. + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/3166 + issue: + - https://github.com/elastic/elastic-agent/issues/3124 + timestamp: 1690917883 + file: + name: 1690917883-crash-checker-pid-zero.yaml + checksum: 0a2ceec945ec5f1829bbf0d6d9f13f2f5b428885 + - kind: enhancement + summary: Improve logging during Agent upgrades + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/3382 + issue: [] + timestamp: 1694190260 + file: + name: 1694190260-improve-upgrade-logging.yaml + checksum: 4d9c6f196e8fa89e834969c751237153b69b18e5 diff --git a/changelog/fragments/1690917883-crash-checker-pid-zero.yaml b/changelog/fragments/1690917883-crash-checker-pid-zero.yaml deleted file mode 100644 index 2540afe4b94..00000000000 --- a/changelog/fragments/1690917883-crash-checker-pid-zero.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Kind can be one of: -# - breaking-change: a change to previously-documented behavior -# - deprecation: functionality that is being removed in a later release -# - bug-fix: fixes a problem in a previous version -# - enhancement: extends functionality but does not break or fix existing behavior -# - feature: new functionality -# - known-issue: problems that we are aware of in a given version -# - security: impacts on the security of a product or a user’s deployment. -# - upgrade: important information for someone upgrading from a prior version -# - other: does not fit into any of the other categories -kind: bug-fix - -# Change summary; a 80ish characters long description of the change. -summary: Rollback Elastic Agent upgrade if upgraded Agent process crashes immediately. - -# Long description; in case the summary is not enough to describe the change -# this field accommodate a description without length limits. -# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment. -#description: - -# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc. -component: elastic-agent - -# PR URL; optional; the PR number that added the changeset. -# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added. -# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number. -# Please provide it if you are adding a fragment for a different PR. -pr: https://github.com/elastic/elastic-agent/pull/3166 - -# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of). -# If not present is automatically filled by the tooling with the issue linked to the PR number. -issue: https://github.com/elastic/elastic-agent/issues/3124 diff --git a/changelog/fragments/1694190260-improve-upgrade-logging.yaml b/changelog/fragments/1694190260-improve-upgrade-logging.yaml deleted file mode 100644 index a471629b90a..00000000000 --- a/changelog/fragments/1694190260-improve-upgrade-logging.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Kind can be one of: -# - breaking-change: a change to previously-documented behavior -# - deprecation: functionality that is being removed in a later release -# - bug-fix: fixes a problem in a previous version -# - enhancement: extends functionality but does not break or fix existing behavior -# - feature: new functionality -# - known-issue: problems that we are aware of in a given version -# - security: impacts on the security of a product or a user’s deployment. -# - upgrade: important information for someone upgrading from a prior version -# - other: does not fit into any of the other categories -kind: enhancement - -# Change summary; a 80ish characters long description of the change. -summary: Improve logging during Agent upgrades - -# Long description; in case the summary is not enough to describe the change -# this field accommodate a description without length limits. -# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment. -#description: - -# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc. -component: elastic-agent - -# PR URL; optional; the PR number that added the changeset. -# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added. -# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number. -# Please provide it if you are adding a fragment for a different PR. -pr: https://github.com/elastic/elastic-agent/pull/3382 - -# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of). -# If not present is automatically filled by the tooling with the issue linked to the PR number. -#issue: https://github.com/owner/repo/1234