Skip to content

Commit fdd85ba

Browse files
authored
Prepare v1.15.0 release (#728)
* Prepare v1.15.0 release * Fix changelog link
1 parent 1386e50 commit fdd85ba

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL := /bin/bash
2-
export VERSION ?= v1.14.4
2+
export VERSION ?= v1.15.0
33
export GO111MODULE ?= on
44
export GOBIN = $(shell pwd)/bin
55
BINARY := ecctl

notes/v1.14.4.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

notes/v1.15.0.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
v1.15.0
2+
3+
# Changelog
4+
5+
Download the release binaries:
6+
7+
<https://download.elastic.co/downloads/ecctl/1.15.0/ecctl_1.15.0_darwin_amd64.tar.gz>
8+
<https://download.elastic.co/downloads/ecctl/1.15.0/ecctl_1.15.0_darwin_arm64.tar.gz>
9+
<https://download.elastic.co/downloads/ecctl/1.15.0/ecctl_1.15.0_linux_32-bit.deb>
10+
<https://download.elastic.co/downloads/ecctl/1.15.0/ecctl_1.15.0_linux_32-bit.rpm>
11+
<https://download.elastic.co/downloads/ecctl/1.15.0/ecctl_1.15.0_linux_386.tar.gz>
12+
<https://download.elastic.co/downloads/ecctl/1.15.0/ecctl_1.15.0_linux_64-bit.deb>
13+
<https://download.elastic.co/downloads/ecctl/1.15.0/ecctl_1.15.0_linux_64-bit.rpm>
14+
<https://download.elastic.co/downloads/ecctl/1.15.0/ecctl_1.15.0_linux_amd64.tar.gz>
15+
<https://download.elastic.co/downloads/ecctl/1.15.0/ecctl_1.15.0_linux_arm64.tar.gz>
16+
17+
Checksums are at [ecctl_1.15.0_checksums.txt](https://download.elastic.co/downloads/ecctl/1.15.0/ecctl_1.15.0_checksums.txt).
18+
19+
## Release notes
20+
21+
<https://www.elastic.co/guide/en/ecctl/1.15/ecctl-release-notes-v1.15.0.html>

0 commit comments

Comments
 (0)