diff --git a/changelog/8.9.1.asciidoc b/changelog/8.9.1.asciidoc new file mode 100644 index 00000000000..a8934f7ced1 --- /dev/null +++ b/changelog/8.9.1.asciidoc @@ -0,0 +1,43 @@ +// begin 8.9.1 relnotes + +[[release-notes-8.9.1]] +== 8.9.1 + +Review important information about the 8.9.1 release. + +[discrete] +[[security-updates-8.9.1]] +=== Security updates + + +elastic-agent:: + +* Upgrade To Go 1.19.12. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3186[#https://github.com/elastic/elastic-agent/pull/3186] + + + + + + + + + + + + + + +[discrete] +[[bug-fixes-8.9.1]] +=== Bug fixes + + +elastic-agent:: + +* Fix Error Messages From Upgrade Watcher. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3093[#https://github.com/elastic/elastic-agent/pull/3093] +* Stop Translating The Upgrading Agent State To Degraded. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3227[#https://github.com/elastic/elastic-agent/pull/3227] +synthetics:: + +* Add Default Utc Timezone To Synthetics Agent Docker Images To Prevent Navigation Errors. {synthetics-pull}https://github.com/elastic/elastic-agent/pull/3160[#https://github.com/elastic/elastic-agent/pull/3160] {synthetics-issue}https://github.com/elastic/beats/issues/36117[#https://github.com/elastic/beats/issues/36117] + +// end 8.9.1 relnotes diff --git a/changelog/8.9.1.yaml b/changelog/8.9.1.yaml new file mode 100644 index 00000000000..bacd6e16121 --- /dev/null +++ b/changelog/8.9.1.yaml @@ -0,0 +1,47 @@ +version: 8.9.1 +entries: + - kind: bug-fix + summary: Fix error messages from Upgrade Watcher + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/3093 + issue: [] + timestamp: 1689622778 + file: + name: 1689622778-upgrade-watcher-fix-error-message.yaml + checksum: 088b53a2e691e117e13fffe731d3056c53193494 + - kind: bug-fix + summary: Add default UTC timezone to synthetics agent docker images to prevent navigation errors + description: "" + component: synthetics + pr: + - https://github.com/elastic/elastic-agent/pull/3160 + issue: + - https://github.com/elastic/beats/issues/36117 + timestamp: 1690896259 + file: + name: 1690896259-synthetics-default-timezone.yaml + checksum: 79dc5e66ffceb72c42784e3d7ec97bdd800dc048 + - kind: security + summary: Upgrade to Go 1.19.12 + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/3186 + issue: [] + timestamp: 1691091834 + file: + name: 1691091834-Upgrade-to-Go-1.19.12.yaml + checksum: b0050c1a8384116b6058922897e97260a81fdade + - kind: bug-fix + summary: Stop translating the Upgrading agent state to Degraded + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/3227 + issue: [] + timestamp: 1691694963 + file: + name: 1691694963-Stop-translating-the-Upgrading-agent-state-to-Degraded.yaml + checksum: dcd97274dba64e10660ed53d1d123291ffd29e11 diff --git a/changelog/fragments/1689622778-upgrade-watcher-fix-error-message.yaml b/changelog/fragments/1689622778-upgrade-watcher-fix-error-message.yaml deleted file mode 100644 index 7148c3121e6..00000000000 --- a/changelog/fragments/1689622778-upgrade-watcher-fix-error-message.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: Fix error messages from Upgrade Watcher - -# 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/3093 - -# 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 diff --git a/changelog/fragments/1690896259-synthetics-default-timezone.yaml b/changelog/fragments/1690896259-synthetics-default-timezone.yaml deleted file mode 100644 index ac98ad33fc5..00000000000 --- a/changelog/fragments/1690896259-synthetics-default-timezone.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: Add default UTC timezone to synthetics agent docker images to prevent navigation errors - -# 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: synthetics - -# 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/3160 - -# 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/beats/issues/36117 diff --git a/changelog/fragments/1691694963-Stop-translating-the-Upgrading-agent-state-to-Degraded.yaml b/changelog/fragments/1691694963-Stop-translating-the-Upgrading-agent-state-to-Degraded.yaml deleted file mode 100644 index 2be0909d8bc..00000000000 --- a/changelog/fragments/1691694963-Stop-translating-the-Upgrading-agent-state-to-Degraded.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: Stop translating the Upgrading agent state to Degraded - -# 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/3227 - -# 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 diff --git a/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml b/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml index ca2b06f5d19..d0ddeb4f339 100644 --- a/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml +++ b/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml @@ -683,7 +683,7 @@ spec: # - -c # - >- # mkdir -p /etc/elastic-agent/inputs.d && - # wget -O - https://github.com/elastic/elastic-agent/archive/main.tar.gz | tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-main/deploy/kubernetes/elastic-agent-standalone/templates.d" + # wget -O - https://github.com/elastic/elastic-agent/archive/8.10.0.tar.gz | tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-8.10.0/deploy/kubernetes/elastic-agent-standalone/templates.d" # volumeMounts: # - name: external-inputs # mountPath: /etc/elastic-agent/inputs.d