-
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.
- Loading branch information
Showing
6 changed files
with
72 additions
and
5 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
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
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,47 @@ | ||
[id="{p}-release-notes-v1.12.0"] | ||
=== Elastic Cloud Control (ecctl) v1.12.0 | ||
++++ | ||
<titleabbrev>v1.12.0</titleabbrev> | ||
++++ | ||
|
||
<<{p}-release-notes-v1.12.0-bug-fixes,Bug fixes>> | <<{p}-release-notes-v1.12.0-changelog,Changelog>> | ||
|
||
Welcome to the v1.12.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.12.0/ecctl_1.12.0_darwin_amd64.tar.gz[ecctl_1.12.0_darwin_amd64.tar.gz] | ||
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_32-bit.deb[ecctl_1.12.0_linux_32-bit.deb] | ||
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_32-bit.rpm[ecctl_1.12.0_linux_32-bit.rpm] | ||
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_386.tar.gz[ecctl_1.12.0_linux_386.tar.gz] | ||
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_64-bit.deb[ecctl_1.12.0_linux_64-bit.deb] | ||
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_64-bit.rpm[ecctl_1.12.0_linux_64-bit.rpm] | ||
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_amd64.tar.gz[ecctl_1.12.0_linux_amd64.tar.gz] | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.12.0-bug-fixes"] | ||
==== Bug fixes | ||
|
||
* *Deployment create command now adds integrations-server by default:* | ||
Instead of adding APM, for versions >=8.0.0 the default now is integrations-server. This now behaves the same as if the deployment is created via the UI. | ||
|
||
* *Fixed allocator vacate tracking for integrations-server:* | ||
When vacating an integrations-server instance, the command now properly waits until the plan has finished. | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.12.0-changelog"] | ||
==== Changelog | ||
// The following section is autogenerated via git | ||
|
||
[%hardbreaks] | ||
https://github.com/elastic/ecctl/commit/583d7b0[583d7b0] fix(deps): update module golang.org/x/term to v0.15.0 (https://github.com/elastic/ecctl/pull/630[#630]) | ||
https://github.com/elastic/ecctl/commit/fb2666e[fb2666e] fix(deps): update module github.com/spf13/viper to v1.18.2 (https://github.com/elastic/ecctl/pull/631[#631]) | ||
https://github.com/elastic/ecctl/commit/ef6b9e4[ef6b9e4] Update cloud-sdk-go to 1.16.0 (https://github.com/elastic/ecctl/pull/636[#636]) | ||
https://github.com/elastic/ecctl/commit/9b86f17[9b86f17] Update cloud-sdk-go to v1.15.0 (https://github.com/elastic/ecctl/pull/635[#635]) | ||
https://github.com/elastic/ecctl/commit/03cc42c[03cc42c] [CP-5351] Remove Apm from create payload when version >= 8.0.0 (https://github.com/elastic/ecctl/pull/633[#633]) | ||
|
||
|
||
_Release date: December 21, 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.12.0 | ||
|
||
# Changelog | ||
|
||
Download the release binaries: | ||
|
||
<https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_darwin_amd64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_darwin_arm64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_32-bit.deb> | ||
<https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_32-bit.rpm> | ||
<https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_386.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_64-bit.deb> | ||
<https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_64-bit.rpm> | ||
<https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_amd64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_arm64.tar.gz> | ||
|
||
Checksums are at [ecctl_1.12.0_checksums.txt](https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_checksums.txt). | ||
|
||
## Release notes | ||
|
||
<https://www.elastic.co/guide/en/ecctl/1.12/ecctl-release-notes-v1.12.0.html> |