File tree Expand file tree Collapse file tree 4 files changed +61
-1
lines changed Expand file tree Collapse file tree 4 files changed +61
-1
lines changed Original file line number Diff line number Diff line change 11SHELL := /bin/bash
2- export VERSION ?= v1.14.2
2+ export VERSION ?= v1.14.3
33export GO111MODULE ?= on
44export GOBIN = $(shell pwd) /bin
55BINARY := ecctl
Original file line number Diff line number Diff line change 33
44This section summarizes the changes in each {n} release.
55
6+ * <<{p}-release-notes-v1.14.3>>
67* <<{p}-release-notes-v1.14.2>>
78* <<{p}-release-notes-v1.14.1>>
89* <<{p}-release-notes-v1.14.0>>
@@ -25,6 +26,7 @@ This section summarizes the changes in each {n} release.
2526* <<{p}-release-notes-v1.0.0-beta2>>
2627* <<{p}-release-notes-v1.0.0-beta1>>
2728
29+ include::release_notes/v1.14.3.adoc[]
2830include::release_notes/v1.14.2.adoc[]
2931include::release_notes/v1.14.1.adoc[]
3032include::release_notes/v1.14.0.adoc[]
Original file line number Diff line number Diff line change 1+ [id="{p}-release-notes-v1.14.3"]
2+ === Elastic Cloud Control (ecctl) v1.14.3
3+ ++++
4+ <titleabbrev>v1.14.3</titleabbrev>
5+ ++++
6+
7+ <<{p}-release-notes-v1.14.3-bug-fixes,Bug fixes>> | <<{p}-release-notes-v1.14.3-changelog,Changelog>>
8+
9+ Welcome to the v1.14.3 release of {n}. This version brings new features, some breaking changes, and bug fixes.
10+
11+ Elastic Cloud Control (ecctl) is Elastic’s CLI to manage Elasticsearch Service (ESS) and Elastic Cloud Enterprise (ECE).
12+
13+ Download the release binaries:
14+
15+ [%hardbreaks]
16+ https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_darwin_amd64.tar.gz[ecctl_1.14.3_darwin_amd64.tar.gz]
17+ https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_32-bit.deb[ecctl_1.14.3_linux_32-bit.deb]
18+ https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_32-bit.rpm[ecctl_1.14.3_linux_32-bit.rpm]
19+ https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_386.tar.gz[ecctl_1.14.3_linux_386.tar.gz]
20+ https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_64-bit.deb[ecctl_1.14.3_linux_64-bit.deb]
21+ https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_64-bit.rpm[ecctl_1.14.3_linux_64-bit.rpm]
22+ https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_amd64.tar.gz[ecctl_1.14.3_linux_amd64.tar.gz]
23+
24+ [float]
25+ [id="{p}-release-notes-v1.14.3-bug-fixes"]
26+ ==== Bug fixes
27+
28+ * Fix issue with previous release (v1.14.2)
29+
30+ [float]
31+ [id="{p}-release-notes-v1.14.3-changelog"]
32+ ==== Changelog
33+ // The following section is autogenerated via git
34+
35+ [%hardbreaks]
36+
37+ _Release date: January 17, 2025_
Original file line number Diff line number Diff line change 1+ v1.14.3
2+
3+ # Changelog
4+
5+ Download the release binaries:
6+
7+ < https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_darwin_amd64.tar.gz >
8+ < https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_darwin_arm64.tar.gz >
9+ < https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_32-bit.deb >
10+ < https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_32-bit.rpm >
11+ < https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_386.tar.gz >
12+ < https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_64-bit.deb >
13+ < https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_64-bit.rpm >
14+ < https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_amd64.tar.gz >
15+ < https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_arm64.tar.gz >
16+
17+ Checksums are at [ ecctl_1.14.3_checksums.txt] ( https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_checksums.txt ) .
18+
19+ ## Release notes
20+
21+ < https://www.elastic.co/guide/en/ecctl/1.14/ecctl-release-notes-v1.14.3.html >
You can’t perform that action at this time.
0 commit comments