Skip to content

Commit 6eed044

Browse files
Add release notes for Elastic Agent 7.17.0 (#1514) (#1524)
* Add release notes for Elastic Agent 7.17.0 * Mention docker base image change in relnotes (cherry picked from commit c68c53f) Co-authored-by: DeDe Morton <[email protected]>
1 parent 7cb07f1 commit 6eed044

File tree

2 files changed

+139
-1
lines changed

2 files changed

+139
-1
lines changed

docs/en/ingest-management/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ include::troubleshooting/troubleshooting.asciidoc[leveloffset=+2]
142142

143143
include::troubleshooting/faq.asciidoc[leveloffset=+2]
144144

145-
include::release-notes/release-notes-7.16.asciidoc[leveloffset=+1]
145+
include::release-notes/release-notes-7.17.asciidoc[leveloffset=+1]
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
// Use these for links to issue and pulls.
2+
:kib-issue: https://github.com/elastic/kibana/issues/
3+
:kib-pull: https://github.com/elastic/kibana/pull/
4+
:agent-issue: https://github.com/elastic/beats/issues/
5+
:agent-pull: https://github.com/elastic/beats/pull/
6+
:fleet-server-issue: https://github.com/elastic/beats/issues/fleet-server/
7+
:fleet-server-pull: https://github.com/elastic/beats/pull/fleet-server/
8+
9+
10+
[[release-notes]]
11+
= Release notes
12+
13+
This section summarizes the changes in each release.
14+
15+
* <<release-notes-7.17.0>>
16+
17+
Also see:
18+
19+
* {kibana-ref}/release-notes.html[{kib} release notes]
20+
* {beats-ref}/release-notes.html[{beats} release notes]
21+
22+
// begin 7.17.0 relnotes
23+
24+
[[release-notes-7.17.0]]
25+
== {fleet} and {agent} 7.17.0
26+
27+
The Docker base image has changed from CentOS 7 to Ubuntu 20.04. {agent-issue}29681[#29681]
28+
29+
// end 7.17.0 relnotes
30+
31+
// ---------------------
32+
//TEMPLATE
33+
//Use the following text as a template. Remember to replace the version info.
34+
35+
// begin 7.17.x relnotes
36+
37+
//[[release-notes-7.17.x]]
38+
//== {fleet} and {agent} 7.17.x
39+
40+
//Review important information about the {fleet} and {agent} 7.17.x releases.
41+
42+
//[discrete]
43+
//[[security-updates-7.17.x]]
44+
//=== Security updates
45+
46+
//{fleet}::
47+
//* add info
48+
49+
//{agent}::
50+
//* add info
51+
52+
//[discrete]
53+
//[[breaking-changes-7.17.x]]
54+
//=== Breaking changes
55+
56+
//Breaking changes can prevent your application from optimal operation and
57+
//performance. Before you upgrade, review the breaking changes, then mitigate the
58+
//impact to your application.
59+
60+
//[discrete]
61+
//[[breaking-PR#]]
62+
//.Short description
63+
//[%collapsible]
64+
//====
65+
//*Details* +
66+
//<Describe new behavior.> For more information, refer to {kibana-pull}PR[#PR].
67+
68+
//*Impact* +
69+
//<Describe how users should mitigate the change.> For more information, refer to {fleet-guide}/fleet-server.html[Fleet Server].
70+
//====
71+
72+
//[discrete]
73+
//[[known-issues-7.17.x]]
74+
//=== Known issues
75+
76+
//[[known-issue-issue#]]
77+
//.Short description
78+
//[%collapsible]
79+
//====
80+
81+
//*Details*
82+
83+
//<Describe known issue.>
84+
85+
//*Impact* +
86+
87+
//<Describe impact or workaround.>
88+
89+
//====
90+
91+
//[discrete]
92+
//[[deprecations-7.17.x]]
93+
//=== Deprecations
94+
95+
//The following functionality is deprecated in 7.17.x, and will be removed in
96+
//8.0.0. Deprecated functionality does not have an immediate impact on your
97+
//application, but we strongly recommend you make the necessary updates after you
98+
//upgrade to 7.17.x.
99+
100+
//{fleet}::
101+
//* add info
102+
103+
//{agent}::
104+
//* add info
105+
106+
//[discrete]
107+
//[[new-features-7.17.x]]
108+
//=== New features
109+
110+
//The 7.17.x release adds the following new and notable features.
111+
112+
//{fleet}::
113+
//* add info
114+
115+
//{agent}::
116+
//* add info
117+
118+
//[discrete]
119+
//[[enhancements-7.17.x]]
120+
//=== Enhancements
121+
122+
//{fleet}::
123+
//* add info
124+
125+
//{agent}::
126+
//* add info
127+
128+
//[discrete]
129+
//[[bug-fixes-7.17.x]]
130+
//=== Bug fixes
131+
132+
//{fleet}::
133+
//* add info
134+
135+
//{agent}::
136+
//* add info
137+
138+
// end 7.17.x relnotes

0 commit comments

Comments
 (0)