From 59c00dfae42c73d48053a20f06a5dff27c4f939d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A1udia=20Correia?=
<83580976+claudia-correia@users.noreply.github.com>
Date: Mon, 18 Nov 2024 14:08:20 +0000
Subject: [PATCH] Prepare 1.14.1 release (#672)
* Bump version to 1.14.1
* Add release notes
* Address review comments
---
Makefile | 2 +-
docs/ecctl-release-notes.asciidoc | 2 ++
docs/release_notes/v1.14.1.adoc | 39 +++++++++++++++++++++++++++++++
notes/v1.14.1.md | 21 +++++++++++++++++
4 files changed, 63 insertions(+), 1 deletion(-)
create mode 100644 docs/release_notes/v1.14.1.adoc
create mode 100644 notes/v1.14.1.md
diff --git a/Makefile b/Makefile
index 9ae9bc93..b3d11d19 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
SHELL := /bin/bash
-export VERSION ?= v1.14.0
+export VERSION ?= v1.14.1
export GO111MODULE ?= on
export GOBIN = $(shell pwd)/bin
BINARY := ecctl
diff --git a/docs/ecctl-release-notes.asciidoc b/docs/ecctl-release-notes.asciidoc
index 84ac9358..37bafa8c 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.14.1>>
* <<{p}-release-notes-v1.14.0>>
* <<{p}-release-notes-v1.13.0>>
* <<{p}-release-notes-v1.12.0>>
@@ -23,6 +24,7 @@ This section summarizes the changes in each {n} release.
* <<{p}-release-notes-v1.0.0-beta2>>
* <<{p}-release-notes-v1.0.0-beta1>>
+include::release_notes/v1.14.1.adoc[]
include::release_notes/v1.14.0.adoc[]
include::release_notes/v1.13.0.adoc[]
include::release_notes/v1.12.0.adoc[]
diff --git a/docs/release_notes/v1.14.1.adoc b/docs/release_notes/v1.14.1.adoc
new file mode 100644
index 00000000..62b55157
--- /dev/null
+++ b/docs/release_notes/v1.14.1.adoc
@@ -0,0 +1,39 @@
+[id="{p}-release-notes-v1.14.1"]
+=== Elastic Cloud Control (ecctl) v1.14.1
+++++
+v1.14.1
+++++
+
+<<{p}-release-notes-v1.14.1-whats-new,What's new>> | <<{p}-release-notes-v1.14.1-changelog,Changelog>>
+
+Welcome to the v1.14.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.14.1/ecctl_1.14.1_darwin_amd64.tar.gz[ecctl_1.14.1_darwin_amd64.tar.gz]
+https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_32-bit.deb[ecctl_1.14.1_linux_32-bit.deb]
+https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_32-bit.rpm[ecctl_1.14.1_linux_32-bit.rpm]
+https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_386.tar.gz[ecctl_1.14.1_linux_386.tar.gz]
+https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_64-bit.deb[ecctl_1.14.1_linux_64-bit.deb]
+https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_64-bit.rpm[ecctl_1.14.1_linux_64-bit.rpm]
+https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_linux_amd64.tar.gz[ecctl_1.14.1_linux_amd64.tar.gz]
+
+[float]
+[id="{p}-release-notes-v1.14.1-whats-new"]
+==== What's new
+
+* *Add --config-version flag to instance configuration show command. (https://github.com/elastic/ecctl/pull/669[#669]):*
+The `platform instance-configuration show` command now also supports the `--config-version` and `--show-deleted` flags to show a specific instance configuration version and allow fetching deleted instance configurations, respectively.
+
+[float]
+[id="{p}-release-notes-v1.14.1-changelog"]
+==== Changelog
+// The following section is autogenerated via git
+
+[%hardbreaks]
+https://github.com/elastic/ecctl/commit/2a6f80f[2a6f80f] Add --config-version flag to instance configuration `show` command (https://github.com/elastic/ecctl/pull/669[#669])
+
+_Release date: November 18, 2024_
diff --git a/notes/v1.14.1.md b/notes/v1.14.1.md
new file mode 100644
index 00000000..31e677a3
--- /dev/null
+++ b/notes/v1.14.1.md
@@ -0,0 +1,21 @@
+v1.14.1
+
+# Changelog
+
+Download the release binaries:
+
+
+
+
+
+
+
+
+
+
+
+Checksums are at [ecctl_1.14.1_checksums.txt](https://download.elastic.co/downloads/ecctl/1.14.1/ecctl_1.14.1_checksums.txt).
+
+## Release notes
+
+