Skip to content

Commit 307919e

Browse files
authored
Release 1.12.0 changelog. (#638)
1 parent 583d7b0 commit 307919e

File tree

6 files changed

+72
-5
lines changed

6 files changed

+72
-5
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.11.0
2+
export VERSION ?= v1.12.0
33
export GO111MODULE ?= on
44
export GOBIN = $(shell pwd)/bin
55
BINARY := ecctl

build/Makefile.build

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,3 @@ changelog:
5757
## Generates a snapshot of the potential release
5858
snapshot: deps
5959
@ $(GOBIN)/goreleaser release --rm-dist --snapshot --skip-validate
60-
61-
update-cloud-sdk-go:
62-
@ go get github.com/elastic/cloud-sdk-go@$(VERSION)

developer_docs/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Releasing a new version of the binary implies that there have been changes in th
2121

2222
### Verify a release in `cloud-sdk-go` has been made
2323

24-
Unless this is a patch release, make sure a `cloud-sdk-go` release with the same version has been made. Once this is done, the `cloud-sdk-go` dependency should be updated to that version. To update the cloud-sdk-go dependency, please use the following command in the root of the project: `make update-cloud-sdk-go`.
24+
Unless this is a patch release, make sure a `cloud-sdk-go` release with the same version has been made. Once this is done, the `cloud-sdk-go` dependency should be updated to that version. To update the cloud-sdk-go dependency, please update the version in `go.mod`.
2525

2626
### Make sure the version has been updated
2727

docs/ecctl-release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
This section summarizes the changes in each {n} release.
55

6+
* <<{p}-release-notes-v1.12.0>>
67
* <<{p}-release-notes-v1.11.0>>
78
* <<{p}-release-notes-v1.10.0>>
89
* <<{p}-release-notes-v1.9.0>>
@@ -20,6 +21,7 @@ This section summarizes the changes in each {n} release.
2021
* <<{p}-release-notes-v1.0.0-beta2>>
2122
* <<{p}-release-notes-v1.0.0-beta1>>
2223

24+
include::release_notes/v1.12.0.adoc[]
2325
include::release_notes/v1.11.0.adoc[]
2426
include::release_notes/v1.10.0.adoc[]
2527
include::release_notes/v1.9.0.adoc[]

docs/release_notes/v1.12.0.adoc

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[id="{p}-release-notes-v1.12.0"]
2+
=== Elastic Cloud Control (ecctl) v1.12.0
3+
++++
4+
<titleabbrev>v1.12.0</titleabbrev>
5+
++++
6+
7+
<<{p}-release-notes-v1.12.0-bug-fixes,Bug fixes>> | <<{p}-release-notes-v1.12.0-changelog,Changelog>>
8+
9+
Welcome to the v1.12.0 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.12.0/ecctl_1.12.0_darwin_amd64.tar.gz[ecctl_1.12.0_darwin_amd64.tar.gz]
17+
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_32-bit.deb[ecctl_1.12.0_linux_32-bit.deb]
18+
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_32-bit.rpm[ecctl_1.12.0_linux_32-bit.rpm]
19+
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_386.tar.gz[ecctl_1.12.0_linux_386.tar.gz]
20+
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_64-bit.deb[ecctl_1.12.0_linux_64-bit.deb]
21+
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_64-bit.rpm[ecctl_1.12.0_linux_64-bit.rpm]
22+
https://download.elastic.co/downloads/ecctl/1.12.0/ecctl_1.12.0_linux_amd64.tar.gz[ecctl_1.12.0_linux_amd64.tar.gz]
23+
24+
[float]
25+
[id="{p}-release-notes-v1.12.0-bug-fixes"]
26+
==== Bug fixes
27+
28+
* *Deployment create command now adds integrations-server by default:*
29+
Instead of adding APM, for versions >=8.0.0 the default now is integrations-server. This now behaves the same as if the deployment is created via the UI.
30+
31+
* *Fixed allocator vacate tracking for integrations-server:*
32+
When vacating an integrations-server instance, the command now properly waits until the plan has finished.
33+
34+
[float]
35+
[id="{p}-release-notes-v1.12.0-changelog"]
36+
==== Changelog
37+
// The following section is autogenerated via git
38+
39+
[%hardbreaks]
40+
https://github.com/elastic/ecctl/commit/583d7b0[583d7b0] fix(deps): update module golang.org/x/term to v0.15.0 (https://github.com/elastic/ecctl/pull/630[#630])
41+
https://github.com/elastic/ecctl/commit/fb2666e[fb2666e] fix(deps): update module github.com/spf13/viper to v1.18.2 (https://github.com/elastic/ecctl/pull/631[#631])
42+
https://github.com/elastic/ecctl/commit/ef6b9e4[ef6b9e4] Update cloud-sdk-go to 1.16.0 (https://github.com/elastic/ecctl/pull/636[#636])
43+
https://github.com/elastic/ecctl/commit/9b86f17[9b86f17] Update cloud-sdk-go to v1.15.0 (https://github.com/elastic/ecctl/pull/635[#635])
44+
https://github.com/elastic/ecctl/commit/03cc42c[03cc42c] [CP-5351] Remove Apm from create payload when version >= 8.0.0 (https://github.com/elastic/ecctl/pull/633[#633])
45+
46+
47+
_Release date: December 21, 2023_

notes/v1.12.0.md

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

0 commit comments

Comments
 (0)