diff --git a/docs/ecctl-release-notes.asciidoc b/docs/ecctl-release-notes.asciidoc index c0e4d25e..8cb87bbb 100644 --- a/docs/ecctl-release-notes.asciidoc +++ b/docs/ecctl-release-notes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in each {n} release. +* <<{p}-release-notes-v1.13.0>> * <<{p}-release-notes-v1.12.0>> * <<{p}-release-notes-v1.11.0>> * <<{p}-release-notes-v1.10.0>> @@ -38,3 +39,4 @@ include::release_notes/v1.0.0.adoc[] include::release_notes/v1.0.0-beta3.adoc[] include::release_notes/v1.0.0-beta2.adoc[] include::release_notes/v1.0.0-beta1.adoc[] +include::release_notes/v1.13.0.adoc[] diff --git a/docs/release_notes/v1.13.0.adoc b/docs/release_notes/v1.13.0.adoc new file mode 100644 index 00000000..fe7171a2 --- /dev/null +++ b/docs/release_notes/v1.13.0.adoc @@ -0,0 +1,47 @@ +[id="{p}-release-notes-v1.13.0"] +=== Elastic Cloud Control (ecctl) v1.13.0 +++++ +v1.13.0 +++++ + +<<{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_ diff --git a/notes/v1.13.0.md b/notes/v1.13.0.md new file mode 100644 index 00000000..9cf378a9 --- /dev/null +++ b/notes/v1.13.0.md @@ -0,0 +1,21 @@ +v1.13.0 + +# Changelog + +Download the release binaries: + + + + + + + + + + + +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 + +