-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version to 1.14.1 * Add release notes * Address review comments
- Loading branch information
1 parent
5353721
commit fa9ecb2
Showing
3 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[id="{p}-release-notes-v1.14.1"] | ||
=== Elastic Cloud Control (ecctl) v1.14.1 | ||
++++ | ||
<titleabbrev>v1.14.1</titleabbrev> | ||
++++ | ||
|
||
<<{p}-release-notes-v1.14.1-whats-new,What's new>> | <<{p}-release-notes-v1.14.1-changelog,Changelog>> | ||
|
||
Welcome to the v1.14.1 release of {n}. This version brings new features, some breaking changes, and bug fixes. | ||
|
||
Elastic Cloud Control (ecctl) is Elastic’s CLI to manage Elasticsearch Service (ESS) and Elastic Cloud Enterprise (ECE). | ||
|
||
Download the release binaries: | ||
|
||
[%hardbreaks] | ||
https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_darwin_amd64.tar.gz[ecctl_1.14.1_darwin_amd64.tar.gz] | ||
https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_32-bit.deb[ecctl_1.14.1_linux_32-bit.deb] | ||
https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_32-bit.rpm[ecctl_1.14.1_linux_32-bit.rpm] | ||
https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_386.tar.gz[ecctl_1.14.1_linux_386.tar.gz] | ||
https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_64-bit.deb[ecctl_1.14.1_linux_64-bit.deb] | ||
https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_64-bit.rpm[ecctl_1.14.1_linux_64-bit.rpm] | ||
https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_amd64.tar.gz[ecctl_1.14.1_linux_amd64.tar.gz] | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.14.1-whats-new"] | ||
==== What's new | ||
|
||
* *Add --config-version flag to instance configuration show command. (https://github.com/elastic/ecctl/pull/669[#669]):* | ||
The `platform instance-configuration show` command now also supports the `--config-version` and `--show-deleted` flags to show a specific instance configuration version and allow fetching deleted instance configurations, respectively. | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.14.1-changelog"] | ||
==== Changelog | ||
// The following section is autogenerated via git | ||
|
||
[%hardbreaks] | ||
https://github.com/elastic/ecctl/commit/2a6f80f[2a6f80f] Add --config-version flag to instance configuration `show` command (https://github.com/elastic/ecctl/pull/669[#669]) | ||
|
||
_Release date: November 18, 2024_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
v1.14.1 | ||
|
||
# Changelog | ||
|
||
Download the release binaries: | ||
|
||
<https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_darwin_amd64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_darwin_arm64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_32-bit.deb> | ||
<https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_32-bit.rpm> | ||
<https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_386.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_64-bit.deb> | ||
<https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_64-bit.rpm> | ||
<https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_amd64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_arm64.tar.gz> | ||
|
||
Checksums are at [ecctl_1.14.1_checksums.txt](https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_checksums.txt). | ||
|
||
## Release notes | ||
|
||
<https://www.elastic.co/guide/en/ecctl/1.14/ecctl-release-notes-v1.14.1.html> |