Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] Prepare 1.14.3 release (#699) #700

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL := /bin/bash
export VERSION ?= v1.14.2
export VERSION ?= v1.14.3
export GO111MODULE ?= on
export GOBIN = $(shell pwd)/bin
BINARY := ecctl
Expand Down
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.14.3>>
* <<{p}-release-notes-v1.14.2>>
* <<{p}-release-notes-v1.14.1>>
* <<{p}-release-notes-v1.14.0>>
Expand All @@ -25,6 +26,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.3.adoc[]
include::release_notes/v1.14.2.adoc[]
include::release_notes/v1.14.1.adoc[]
include::release_notes/v1.14.0.adoc[]
Expand Down
37 changes: 37 additions & 0 deletions docs/release_notes/v1.14.3.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[id="{p}-release-notes-v1.14.3"]
=== Elastic Cloud Control (ecctl) v1.14.3
++++
<titleabbrev>v1.14.3</titleabbrev>
++++

<<{p}-release-notes-v1.14.3-bug-fixes,Bug fixes>> | <<{p}-release-notes-v1.14.3-changelog,Changelog>>

Welcome to the v1.14.3 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.3/ecctl_1.14.3_darwin_amd64.tar.gz[ecctl_1.14.3_darwin_amd64.tar.gz]
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]
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]
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]
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]
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]
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]

[float]
[id="{p}-release-notes-v1.14.3-bug-fixes"]
==== Bug fixes

* Fix issue with previous release (v1.14.2)

[float]
[id="{p}-release-notes-v1.14.3-changelog"]
==== Changelog
// The following section is autogenerated via git

[%hardbreaks]

_Release date: January 17, 2025_
21 changes: 21 additions & 0 deletions notes/v1.14.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
v1.14.3

# Changelog

Download the release binaries:

<https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_darwin_amd64.tar.gz>
<https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_darwin_arm64.tar.gz>
<https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_32-bit.deb>
<https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_32-bit.rpm>
<https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_386.tar.gz>
<https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_64-bit.deb>
<https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_64-bit.rpm>
<https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_amd64.tar.gz>
<https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_linux_arm64.tar.gz>

Checksums are at [ecctl_1.14.3_checksums.txt](https://download.elastic.co/downloads/ecctl/1.14.3/ecctl_1.14.3_checksums.txt).

## Release notes

<https://www.elastic.co/guide/en/ecctl/1.14/ecctl-release-notes-v1.14.3.html>
Loading