-
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.
Adds changelog entries for 1.11.0 Includes a small bugfix to the `generate-changelog.sh` script: The order was alphabetical so it wouldn't work for versions (1.9 > 1.11 in that case). Luckily sort has a `--version-sort` option that can sort versions properly.
- Loading branch information
Showing
4 changed files
with
68 additions
and
1 deletion.
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,44 @@ | ||
[id="{p}-release-notes-v1.11.0"] | ||
=== Elastic Cloud Control (ecctl) v1.11.0 | ||
++++ | ||
<titleabbrev>v1.11.0</titleabbrev> | ||
++++ | ||
|
||
<<{p}-release-notes-v1.11.0-bug-fixes,Bug fixes>> | <<{p}-release-notes-v1.11.0-changelog,Changelog>> | ||
|
||
Welcome to the v1.11.0 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.11.0/ecctl_1.11.0_darwin_amd64.tar.gz[ecctl_1.11.0_darwin_amd64.tar.gz] | ||
https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_32-bit.deb[ecctl_1.11.0_linux_32-bit.deb] | ||
https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_32-bit.rpm[ecctl_1.11.0_linux_32-bit.rpm] | ||
https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_386.tar.gz[ecctl_1.11.0_linux_386.tar.gz] | ||
https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_64-bit.deb[ecctl_1.11.0_linux_64-bit.deb] | ||
https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_64-bit.rpm[ecctl_1.11.0_linux_64-bit.rpm] | ||
https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_amd64.tar.gz[ecctl_1.11.0_linux_amd64.tar.gz] | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.11.0-bug-fixes"] | ||
==== Bug fixes | ||
|
||
* *Allocator vacate does not respect --allocator-down fixed (https://github.com/elastic/ecctl/issues/621[#621])* When vacating an allocator, the `--allocator-down` used to be ignored. It is now properly set when using the vacate command (`ecctl platform allocator vacate <id> --allocator-down true`) | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.11.0-changelog"] | ||
==== Changelog | ||
// The following section is autogenerated via git | ||
|
||
[%hardbreaks] | ||
https://github.com/elastic/ecctl/commit/fa8db37[fa8db37] Update cloud-sdk-go to 1.14.0 (https://github.com/elastic/ecctl/pull/622[#622]) | ||
https://github.com/elastic/ecctl/commit/fd37558[fd37558] Replace deprecated command with environment file (https://github.com/elastic/ecctl/pull/617[#617]) | ||
https://github.com/elastic/ecctl/commit/dc416c4[dc416c4] fix(deps): update module github.com/spf13/viper to v1.17.0 (https://github.com/elastic/ecctl/pull/603[#603]) | ||
https://github.com/elastic/ecctl/commit/b015a27[b015a27] fix(deps): update module golang.org/x/term to v0.13.0 (https://github.com/elastic/ecctl/pull/605[#605]) | ||
https://github.com/elastic/ecctl/commit/38a8f3d[38a8f3d] fix(deps): update module github.com/stretchr/testify to v1.8.4 (https://github.com/elastic/ecctl/pull/606[#606]) | ||
https://github.com/elastic/ecctl/commit/8ae8201[8ae8201] fix(deps): update module github.com/spf13/cobra to v1.7.0 (https://github.com/elastic/ecctl/pull/612[#612]) | ||
https://github.com/elastic/ecctl/commit/711762f[711762f] fix(deps): update module github.com/elastic/cloud-sdk-go to v1.13.0 (https://github.com/elastic/ecctl/pull/611[#611]) | ||
|
||
_Release date: October 19, 2023_ |
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.11.0 | ||
|
||
# Changelog | ||
|
||
Download the release binaries: | ||
|
||
<https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_darwin_amd64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_darwin_arm64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_32-bit.deb> | ||
<https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_32-bit.rpm> | ||
<https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_386.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_64-bit.deb> | ||
<https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_64-bit.rpm> | ||
<https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_amd64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_linux_arm64.tar.gz> | ||
|
||
Checksums are at [ecctl_1.11.0_checksums.txt](https://download.elastic.co/downloads/ecctl/1.11.0/ecctl_1.11.0_checksums.txt). | ||
|
||
## Release notes | ||
|
||
<https://www.elastic.co/guide/en/ecctl/1.11/ecctl-release-notes-v1.11.0.html> |
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