Skip to content

Commit 6c6e7b0

Browse files
authored
release: Adds changelog for 1.1.0 release (#406)
Writes up all the changes since the `1.0.1` release. Signed-off-by: Marc Lopez <marc5.12@outlook.com>
1 parent d0be241 commit 6c6e7b0

File tree

3 files changed

+107
-0
lines changed

3 files changed

+107
-0
lines changed

docs/ecctl-release-notes.asciidoc

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

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

6+
* <<{p}-release-notes-v1.1.0>>
67
* <<{p}-release-notes-v1.0.0>>
78
* <<{p}-release-notes-v1.0.0-beta3>>
89
* <<{p}-release-notes-v1.0.0-beta2>>
910
* <<{p}-release-notes-v1.0.0-beta1>>
1011

12+
include::release_notes/v1.1.0.adoc[]
1113
include::release_notes/v1.0.0.adoc[]
1214
include::release_notes/v1.0.0-beta3.adoc[]
1315
include::release_notes/v1.0.0-beta2.adoc[]

docs/release_notes/v1.1.0.adoc

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
[id="{p}-release-notes-v1.1.0"]
2+
=== Elastic Cloud Control (ecctl) v1.1.0
3+
++++
4+
<titleabbrev>v1.1.0</titleabbrev>
5+
++++
6+
7+
<<{p}-release-notes-v1.1.0-whats-new,What's new>> | <<{p}-release-notes-v1.1.0-bug-fixes,Bug fixes>> | <<{p}-release-notes-v1.1.0-changelog,Changelog>>
8+
9+
Welcome to the v1.1.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.1.0/ecctl_1.1.0_darwin_amd64.tar.gz[ecctl_1.1.0_darwin_amd64.tar.gz]
17+
https://download.elastic.co/downloads/ecctl/1.1.0/ecctl_1.1.0_linux_32-bit.deb[ecctl_1.1.0_linux_32-bit.deb]
18+
https://download.elastic.co/downloads/ecctl/1.1.0/ecctl_1.1.0_linux_32-bit.rpm[ecctl_1.1.0_linux_32-bit.rpm]
19+
https://download.elastic.co/downloads/ecctl/1.1.0/ecctl_1.1.0_linux_386.tar.g[ecctl_1.1.0_linux_386.tar.g]
20+
https://download.elastic.co/downloads/ecctl/1.1.0/ecctl_1.1.0_linux_64-bit.deb[ecctl_1.1.0_linux_64-bit.deb]
21+
https://download.elastic.co/downloads/ecctl/1.1.0/ecctl_1.1.0_linux_64-bit.rpm[ecctl_1.1.0_linux_64-bit.rpm]
22+
https://download.elastic.co/downloads/ecctl/1.1.0/ecctl_1.1.0_linux_amd64.tar.gz[ecctl_1.1.0_linux_amd64.tar.gz]
23+
24+
[float]
25+
[id="{p}-release-notes-v1.1.0-whats-new"]
26+
==== What's new
27+
28+
* *Authorization headers are now redacted when using `--verbose`.* The default behavior of the `--verbose` flag has been changed to redact the contents of the Authorization header in outgoing http requests. To disable this behavior, set `--verbose-credentials` or `verbose_credentials: true` in the configuration file.
29+
30+
* *New global flags.* Two new flags have been added:
31+
+
32+
--
33+
`ecctl --verbose-credentials`:: When set, Authorization headers on the request/response trail will be displayed as plain text.
34+
`ecctl --verbose-file <string>`:: When set, the verbose request/response trail will be written to the defined file.
35+
--
36+
37+
* *New configuration options.* Two new configuration options have been added:
38+
+
39+
--
40+
`verbose_credentials (bool)`:: When set, Authorization headers on the request/response trail will be displayed as plain text.
41+
`verbose_file (string)`:: When set, the verbose request/response trail will be written to the defined file.
42+
--
43+
44+
45+
* *Allocator list command now supports a `--size` flag.* With the addition of the new flag, users are able to obtain more than the default per region allocator limit of 100.
46+
47+
* *New Platform role command.* One new command has been added:
48+
+
49+
--
50+
`ecctl platform role update`:: Updates an existing platform role from a file definition.
51+
--
52+
53+
[float]
54+
[id="{p}-release-notes-v1.1.0-bug-fixes"]
55+
==== Bug fixes
56+
57+
* *Allocator list `--all` flag description has been amended.* Changed the vague flag description to reflect that the flag is still bound to the size limit defined in the `--size` flag.
58+
59+
[float]
60+
[id="{p}-release-notes-v1.1.0-changelog"]
61+
==== Changelog
62+
// The following section is autogenerated via git
63+
64+
[%hardbreaks]
65+
https://github.com/elastic/ecctl/commit/d0be241[d0be241] cmd: Add new verbose configuration flags (https://github.com/elastic/ecctl/pull/405[#405])
66+
https://github.com/elastic/ecctl/commit/6ebe5cf[6ebe5cf] mod: Update elastic/cloud-sdk-go to v1.1.0 (https://github.com/elastic/ecctl/pull/404[#404])
67+
https://github.com/elastic/ecctl/commit/bef0650[bef0650] mod: Update cloud-sdk-go to 6fc0976 (https://github.com/elastic/ecctl/pull/400[#400])
68+
https://github.com/elastic/ecctl/commit/29d28de[29d28de] release: (1.0) Add hub.protocol https to script (https://github.com/elastic/ecctl/pull/399[#399])
69+
https://github.com/elastic/ecctl/commit/84b0ee8[84b0ee8] add update role command (https://github.com/elastic/ecctl/pull/392[#392])
70+
https://github.com/elastic/ecctl/commit/8d5cac1[8d5cac1] mod: bump sdk version to fc4e5b0 commit hash (https://github.com/elastic/ecctl/pull/393[#393])
71+
https://github.com/elastic/ecctl/commit/e247bdf[e247bdf] docs: Fix link (https://github.com/elastic/ecctl/pull/388[#388])
72+
https://github.com/elastic/ecctl/commit/10f65d0[10f65d0] docs: Fix links (https://github.com/elastic/ecctl/pull/385[#385])
73+
https://github.com/elastic/ecctl/commit/9f01b34[9f01b34] Correct bad cross-product links (https://github.com/elastic/ecctl/pull/384[#384])
74+
https://github.com/elastic/ecctl/commit/0646c72[0646c72] fix: ignored EC_API_KEY environment variable (https://github.com/elastic/ecctl/pull/379[#379])
75+
https://github.com/elastic/ecctl/commit/baf7e44[baf7e44] go: Update to go 1.15 (https://github.com/elastic/ecctl/pull/380[#380])
76+
https://github.com/elastic/ecctl/commit/41d6058[41d6058] allocator: Amend --all flag description (https://github.com/elastic/ecctl/pull/378[#378])
77+
https://github.com/elastic/ecctl/commit/7e0a59b[7e0a59b] allocator: Add --size flag to list command (https://github.com/elastic/ecctl/pull/375[#375])
78+
https://github.com/elastic/ecctl/commit/eed17e8[eed17e8] deps: Enable renovate and update (https://github.com/elastic/ecctl/pull/372[#372])
79+
https://github.com/elastic/ecctl/commit/180a5fa[180a5fa] release: Fix git commit by adding user and email (https://github.com/elastic/ecctl/pull/366[#366])
80+
https://github.com/elastic/ecctl/commit/45299ba[45299ba] docs: Add asciidoc document validator in make docs (https://github.com/elastic/ecctl/pull/369[#369])
81+
https://github.com/elastic/ecctl/commit/22e8e24[22e8e24] version: Bump master branch to v1.1.0 (https://github.com/elastic/ecctl/pull/368[#368])
82+
https://github.com/elastic/ecctl/commit/84593d3[84593d3] release: Fix changelog generator broken link (https://github.com/elastic/ecctl/pull/367[#367])
83+
https://github.com/elastic/ecctl/commit/9f33b6f[9f33b6f] docs: Remove duplicated synopsis from doc files (https://github.com/elastic/ecctl/pull/370[#370])
84+
https://github.com/elastic/ecctl/commit/eb54811[eb54811] docs: remove asciidoc beta disclaimer (https://github.com/elastic/ecctl/pull/365[#365])
85+
86+
_Release date: November 11, 2020_

notes/v1.1.0.md

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

0 commit comments

Comments
 (0)