Skip to content

Commit

Permalink
Release notes for v1.13.0 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
beiske authored Apr 11, 2024
1 parent fe6fc08 commit 7791a0d
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ecctl-release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>>
Expand Down Expand Up @@ -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[]
47 changes: 47 additions & 0 deletions docs/release_notes/v1.13.0.adoc
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_
21 changes: 21 additions & 0 deletions notes/v1.13.0.md
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>

0 comments on commit 7791a0d

Please sign in to comment.