mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[build] Remove platform from archive root directory (#93835)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
cda2fb3d5a
commit
511accdb6d
6 changed files with 31 additions and 6 deletions
|
@ -202,5 +202,13 @@ All supported operating systems support using systemd service files. Any system
|
|||
*Impact:*
|
||||
Any installations using `.deb` or `.rpm` packages using SysV will need to migrate to systemd.
|
||||
|
||||
[float]
|
||||
=== Platform removed from root folder name for `.tar.gz` and `.zip` archives
|
||||
|
||||
*Details:*
|
||||
The output directory after extracting an archive no longer includes the target platform. For example, `kibana-8.0.0-linux-aarch64.tar.gz` will produce a folder named `kibana-8.0.0`.
|
||||
|
||||
*Impact:*
|
||||
Configuration management tools and automation will need to be updated to use the new directory.
|
||||
|
||||
// end::notable-breaking-changes[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue