Skip to content

Commit

Permalink
[8.10](backport #3255) [main](backport #3248) 8.9.1 changelog generat…
Browse files Browse the repository at this point in the history
…ion (#3272)

* 8.9.1 changelog generation (#3248) (#3255)

(cherry picked from commit fd7c7f8)

# Conflicts:
#	changelog/fragments/1691070305-Upgrade-to-Go-1.20.7.yaml

Co-authored-by: Pierre HILBERT <[email protected]>
(cherry picked from commit aac878d)

* Fixing elastic-agent-standalone-kubernetes.yaml

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Pierre HILBERT <[email protected]>
  • Loading branch information
mergify[bot] and pierrehilbert authored Aug 22, 2023
1 parent c3a3457 commit 923c98b
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 97 deletions.
43 changes: 43 additions & 0 deletions changelog/8.9.1.asciidoc
Original file line number Diff line number Diff line change
@@ -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
47 changes: 47 additions & 0 deletions changelog/8.9.1.yaml
Original file line number Diff line number Diff line change
@@ -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

This file was deleted.

32 changes: 0 additions & 32 deletions changelog/fragments/1690896259-synthetics-default-timezone.yaml

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 923c98b

Please sign in to comment.