Skip to content

Commit 3e2c7d1

Browse files
author
Nik Richers
authored
Add beta1 release notes (#123)
* Add beta1 release notes * Shorten table of content entry * Address Karen's review comments
1 parent 35c4f2b commit 3e2c7d1

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

docs/ecctl-release-notes.asciidoc

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[id="{p}-release-notes"]
2+
== Release notes
3+
4+
This section summarizes the changes in each {n} release.
5+
6+
* <<{p}-release-notes-v1.0.0-beta1>>
7+
8+
[id="{p}-release-notes-v1.0.0-beta1"]
9+
=== Elastic Cloud Control (ecctl) v1.0.0-beta1
10+
++++
11+
<titleabbrev>v1.0.0-beta1</titleabbrev>
12+
++++
13+
14+
Elastic cloud control (ecctl) is Elastic’s CLI interface to manage the Elastic Cloud Enterprise platform and is now open for a public beta.
15+
16+
New for v1.0.0-beta1:
17+
18+
* *New APIs for ecctl deployment commands*. With the availability of our deployment APIs for ECE, we’ve switched the `ecctl deployment` commands to make use of the new APIs. This switch ensures better supportability and compatibility with ECE functionality and allows you to fully control your deployments.
19+
+
20+
Use the `ecctl deployment` commands to:
21+
+
22+
** Create, update, read, and delete deployments
23+
** Perform maintenance and upgrades
24+
** Start and stop deployments
25+
26+
* *New `elasticsearch keystore` commands*. You can now manage your Elasticsearch keystore through ecctl by setting an Elasticsearch keystore or showing the current configuration.
27+
+
28+
--
29+
Example usage:
30+
31+
`ecctl elasticsearch keystore show` - shows the current keystore configuration
32+
33+
`ecctl elasticsearch keystore set` - sets a new keystore configuration
34+
--
35+
36+
* *Track resource changes using the `--track` flag*. When creating, updating, or shutting down deployments, you can now use the `--track` flag to track progress for changes to deployments in a synchronous manner.
37+
38+
* *Simple initialization*. TLS verification has been turned off for the `init` command so that you can configure ecctl against a self-signed ECE instance with greater ease.
39+
40+
[float]
41+
==== Bug fixes
42+
43+
We fixed the following bugs:
44+
45+
* The `ecctl user key show` command no longer sends faulty parameters to the API server and now works as expected. https://github.com/elastic/ecctl/pull/58[#58]
46+
* Issues with the `init` command not being able to persist ecctl configuration to the home directory have been resolved. https://github.com/elastic/ecctl/pull/39[#39]
47+
* The `ecctl` commands now honor the `--timeout` flag in any of the commands as expected, where before a static 30s timeout was used even when `Http.Client.Timeout` was specified. https://github.com/elastic/ecctl/pull/100[#100]
48+
49+
_Release date: January 9, 2020_

docs/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
77

88
include::ecctl-getting-started.asciidoc[]
9+
10+
include::ecctl-release-notes.asciidoc[]

0 commit comments

Comments
 (0)