-
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
3 changed files
with
70 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,47 @@ | ||
[id="{p}-release-notes-v1.13.0"] | ||
=== Elastic Cloud Control (ecctl) v1.13.0 | ||
++++ | ||
<titleabbrev>v1.13.0</titleabbrev> | ||
++++ | ||
|
||
<<{p}-release-notes-v1.13.0-whats-new,What's new>> | <<{p}-release-notes-v1.13.0-breaking-changes,Breaking changes>> | <<{p}-release-notes-v1.13.0-changelog,Changelog>> | ||
|
||
Welcome to the v1.13.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.13.0/ecctl_1.13.0_darwin_amd64.tar.gz[ecctl_1.13.0_darwin_amd64.tar.gz] | ||
https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_32-bit.deb[ecctl_1.13.0_linux_32-bit.deb] | ||
https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_32-bit.rpm[ecctl_1.13.0_linux_32-bit.rpm] | ||
https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_386.tar.gz[ecctl_1.13.0_linux_386.tar.gz] | ||
https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_64-bit.deb[ecctl_1.13.0_linux_64-bit.deb] | ||
https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_64-bit.rpm[ecctl_1.13.0_linux_64-bit.rpm] | ||
https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_amd64.tar.gz[ecctl_1.13.0_linux_amd64.tar.gz] | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.13.0-whats-new"] | ||
==== What's new | ||
|
||
Updated with the latest api changes from cloud-sdk-go. This includes support for allowed_zones in instance configurations. | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.13.0-breaking-changes"] | ||
==== Breaking changes | ||
|
||
The notes api is gone, use the deployment comments api instead. | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.13.0-changelog"] | ||
==== Changelog | ||
// The following section is autogenerated via git | ||
|
||
[%hardbreaks] | ||
https://github.com/elastic/ecctl/commit/a42353e[a42353e] Upgrade cloud-sdk-go to 1.17.0 | ||
https://github.com/elastic/ecctl/commit/c336782[c336782] fix(deps): update module github.com/stretchr/testify to v1.9.0 (https://github.com/elastic/ecctl/pull/641[#641]) | ||
https://github.com/elastic/ecctl/commit/54e9b79[54e9b79] fix(deps): update module golang.org/x/term to v0.18.0 (https://github.com/elastic/ecctl/pull/639[#639]) | ||
https://github.com/elastic/ecctl/commit/2b9165a[2b9165a] Update minor version | ||
|
||
_Release date: April 10, 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.13.0 | ||
|
||
# Changelog | ||
|
||
Download the release binaries: | ||
|
||
<https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_darwin_amd64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_darwin_arm64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_32-bit.deb> | ||
<https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_32-bit.rpm> | ||
<https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_386.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_64-bit.deb> | ||
<https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_64-bit.rpm> | ||
<https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_amd64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_linux_arm64.tar.gz> | ||
|
||
Checksums are at [ecctl_1.13.0_checksums.txt](https://download.elastic.co/downloads/ecctl/1.13.0/ecctl_1.13.0_checksums.txt). | ||
|
||
## Release notes | ||
|
||
<https://www.elastic.co/guide/en/ecctl/1.13/ecctl-release-notes-v1.13.0.html> |