From 15ce8fe0f01d49022f559707d5cd219e93546d10 Mon Sep 17 00:00:00 2001 From: Ryan Hass Date: Wed, 5 Jan 2022 11:45:31 -0800 Subject: [PATCH] Add 1.7.1 release notes --- docs/ecctl-release-notes.asciidoc | 2 ++ docs/release_notes/v1.7.1.adoc | 53 +++++++++++++++++++++++++++++++ notes/v1.7.1.md | 21 ++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 docs/release_notes/v1.7.1.adoc create mode 100644 notes/v1.7.1.md diff --git a/docs/ecctl-release-notes.asciidoc b/docs/ecctl-release-notes.asciidoc index e006a97c..33e2807d 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.7.1>> * <<{p}-release-notes-v1.7.0>> * <<{p}-release-notes-v1.6.0>> * <<{p}-release-notes-v1.5.0>> @@ -28,3 +29,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.7.1.adoc[] diff --git a/docs/release_notes/v1.7.1.adoc b/docs/release_notes/v1.7.1.adoc new file mode 100644 index 00000000..7a835890 --- /dev/null +++ b/docs/release_notes/v1.7.1.adoc @@ -0,0 +1,53 @@ +[id="{p}-release-notes-v1.7.1"] +=== Elastic Cloud Control (ecctl) v1.7.1 +++++ +v1.7.1 +++++ + +<<{p}-release-notes-v1.7.1-whats-new,What's new>> | <<{p}-release-notes-v1.7.1-bug-fixes,Bug fixes>> | <<{p}-release-notes-v1.7.1-breaking-changes,Breaking changes>> | <<{p}-release-notes-v1.7.1-changelog,Changelog>> + +Welcome to the v1.7.1 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.7.1/ecctl_1.7.1_darwin_amd64.tar.gz[ecctl_1.7.1_darwin_amd64.tar.gz] +https://download.elastic.co/downloads/ecctl/1.7.1/ecctl_1.7.1_linux_32-bit.deb[ecctl_1.7.1_linux_32-bit.deb] +https://download.elastic.co/downloads/ecctl/1.7.1/ecctl_1.7.1_linux_32-bit.rpm[ecctl_1.7.1_linux_32-bit.rpm] +https://download.elastic.co/downloads/ecctl/1.7.1/ecctl_1.7.1_linux_386.tar.gz[ecctl_1.7.1_linux_386.tar.gz] +https://download.elastic.co/downloads/ecctl/1.7.1/ecctl_1.7.1_linux_64-bit.deb[ecctl_1.7.1_linux_64-bit.deb] +https://download.elastic.co/downloads/ecctl/1.7.1/ecctl_1.7.1_linux_64-bit.rpm[ecctl_1.7.1_linux_64-bit.rpm] +https://download.elastic.co/downloads/ecctl/1.7.1/ecctl_1.7.1_linux_amd64.tar.gz[ecctl_1.7.1_linux_amd64.tar.gz] + +[float] +[id="{p}-release-notes-v1.7.1-whats-new"] +==== What's new + +// TODO: FILL OR REMOVE + +[float] +[id="{p}-release-notes-v1.7.1-bug-fixes"] +==== Bug fixes + +// TODO: FILL OR REMOVE + +[float] +[id="{p}-release-notes-v1.7.1-breaking-changes"] +==== Breaking changes + +// TODO: FILL OR REMOVE + +[float] +[id="{p}-release-notes-v1.7.1-changelog"] +==== Changelog +// The following section is autogenerated via git + +[%hardbreaks] +https://github.com/elastic/ecctl/commit/426a393[426a393] fix(deps): update module github.com/spf13/viper to v1.10.1 (https://github.com/elastic/ecctl/pull/540[#540]) +https://github.com/elastic/ecctl/commit/036e3a2[036e3a2] fix(deps): update module github.com/spf13/cobra to v1.3.0 (https://github.com/elastic/ecctl/pull/541[#541]) +https://github.com/elastic/ecctl/commit/c226c78[c226c78] Attempt to fix ecctl release (https://github.com/elastic/ecctl/pull/537[#537]) +https://github.com/elastic/ecctl/commit/ed808fe[ed808fe] Update minor version + +_Release date: January 05, 2022_ diff --git a/notes/v1.7.1.md b/notes/v1.7.1.md new file mode 100644 index 00000000..8cf4b6ed --- /dev/null +++ b/notes/v1.7.1.md @@ -0,0 +1,21 @@ +v1.7.1 + +# Changelog + +* Fix links to download files and goreleaser config. + +Download the release binaries: + + + + + + + + + +Checksums are at [ecctl_1.7.1_checksums.txt](https://download.elastic.co/downloads/ecctl/1.7.1/ecctl_1.7.1_checksums.txt). + +## Release notes + +