-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update version to 1.14.2 * Add release notes
- Loading branch information
1 parent
1da119d
commit c717e93
Showing
4 changed files
with
66 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
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,42 @@ | ||
[id="{p}-release-notes-v1.14.2"] | ||
=== Elastic Cloud Control (ecctl) v1.14.2 | ||
++++ | ||
<titleabbrev>v1.14.2</titleabbrev> | ||
++++ | ||
|
||
<<{p}-release-notes-v1.14.2-whats-new,What's new>> | <<{p}-release-notes-v1.14.2-changelog,Changelog>> | ||
|
||
Welcome to the v1.14.2 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.2/ecctl_1.14.2_darwin_amd64.tar.gz[ecctl_1.14.2_darwin_amd64.tar.gz] | ||
https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_32-bit.deb[ecctl_1.14.2_linux_32-bit.deb] | ||
https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_32-bit.rpm[ecctl_1.14.2_linux_32-bit.rpm] | ||
https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_386.tar.gz[ecctl_1.14.2_linux_386.tar.gz] | ||
https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_64-bit.deb[ecctl_1.14.2_linux_64-bit.deb] | ||
https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_64-bit.rpm[ecctl_1.14.2_linux_64-bit.rpm] | ||
https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_amd64.tar.gz[ecctl_1.14.2_linux_amd64.tar.gz] | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.14.2-whats-new"] | ||
==== What's new | ||
|
||
* Update module github.com/stretchr/testify to v1.10.0 (https://github.com/elastic/ecctl/pull/677[#677]) | ||
* Update module golang.org/x/term to v0.27.0 (https://github.com/elastic/ecctl/pull/661[#661]) | ||
|
||
[float] | ||
[id="{p}-release-notes-v1.14.2-changelog"] | ||
==== Changelog | ||
// The following section is autogenerated via git | ||
|
||
[%hardbreaks] | ||
https://github.com/elastic/ecctl/commit/1da119d[1da119d] Rename stateful applications -> hosted applications (https://github.com/elastic/ecctl/pull/691[#691]) | ||
https://github.com/elastic/ecctl/commit/c248cd2[c248cd2] fix(deps): update module github.com/stretchr/testify to v1.10.0 (https://github.com/elastic/ecctl/pull/677[#677]) | ||
https://github.com/elastic/ecctl/commit/95d6fc5[95d6fc5] fix(deps): update module golang.org/x/term to v0.27.0 (https://github.com/elastic/ecctl/pull/661[#661]) | ||
https://github.com/elastic/ecctl/commit/6041fdd[6041fdd] [DOCS] Remove broken link to Cloud API doc (https://github.com/elastic/ecctl/pull/679[#679]) | ||
|
||
_Release date: January 16, 2025_ |
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.2 | ||
|
||
# Changelog | ||
|
||
Download the release binaries: | ||
|
||
<https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_darwin_amd64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_darwin_arm64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_32-bit.deb> | ||
<https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_32-bit.rpm> | ||
<https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_386.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_64-bit.deb> | ||
<https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_64-bit.rpm> | ||
<https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_amd64.tar.gz> | ||
<https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_linux_arm64.tar.gz> | ||
|
||
Checksums are at [ecctl_1.14.2_checksums.txt](https://download.elastic.co/downloads/ecctl/1.14.2/ecctl_1.14.2_checksums.txt). | ||
|
||
## Release notes | ||
|
||
<https://www.elastic.co/guide/en/ecctl/1.14/ecctl-release-notes-v1.14.2.html> |