Skip to content

Commit 41fe73d

Browse files
authored
new release notes directory, resurrect recent notes (#732)
1 parent 6932380 commit 41fe73d

File tree

5 files changed

+138
-3
lines changed

5 files changed

+138
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ dist
44
reports
55
.idea/
66
html_docs/
7-
ecctl.iml
7+
ecctl.iml
8+
.artifacts

docs/docset.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project: 'Elastic cloud control (ECCTL) docs'
1+
project: 'Elastic Cloud Control (ECCTL) docs'
22
products:
33
- id: cloud-control-ecctl
44
cross_links:
@@ -7,5 +7,6 @@ cross_links:
77
- elasticsearch
88
toc:
99
- toc: reference
10+
- toc: release-notes
1011
subs:
1112
ece: "Elastic Cloud Enterprise"

docs/reference/ecctl-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mapped_pages:
2727

2828
# Release notes [ecctl-release-notes]
2929

30-
This section summarizes the changes in each Elastic Cloud Control release.
30+
See [](/release-notes/index.md).
3131

3232

3333

docs/release-notes/index.md

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
---
2+
navigation_title: "Elastic Cloud Control (ECCTL)"
3+
mapped_pages:
4+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes.html
5+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.14.3.html
6+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.14.2.html
7+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.14.1.html
8+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.14.0.html
9+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.13.0.html
10+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.12.0.html
11+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.11.0.html
12+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.10.0.html
13+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.9.0.html
14+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.8.0.html
15+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.7.0.html
16+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.6.0.html
17+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.5.0.html
18+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.4.0.html
19+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.3.1.html
20+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.3.0.html
21+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.2.0.html
22+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.1.0.html
23+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.0.0.html
24+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.0.0-beta3.html
25+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.0.0-beta2.html
26+
- https://www.elastic.co/guide/en/ecctl/current/ecctl-release-notes-v1.0.0-beta1.html
27+
---
28+
29+
# Elastic Cloud Control (ECCTL) release notes
30+
31+
[Elastic Cloud Control (ECCTL)](/reference/index.md) is the command-line interface for the [Elastic Cloud](https://www.elastic.co/docs/api/doc/cloud) and [Elastic Cloud Enterprise](https://www.elastic.co/docs/api/doc/cloud-enterprise/) (ECE) APIs. It wraps typical operations commonly needed by operators within a single command line tool.
32+
33+
Review the changes, fixes, and more in each version of ECCTL.
34+
35+
<!--
36+
Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.
37+
38+
## version.next [ecctl-next-release-notes]
39+
40+
### Features and enhancements [ecctl-next-features-enhancements]
41+
*
42+
43+
### Fixes [ecctl-next-fixes]
44+
*
45+
-->
46+
47+
## 1.15.0 [ecctl-1.15.0]
48+
49+
Release date: June 13, 2025
50+
51+
[Download the release binaries](https://github.com/elastic/ecctl/releases/tag/v1.15.0)
52+
53+
### Fixes [ecctl-1.15.0-fixes]
54+
55+
* **Bumps `cloud-sdk-go` to 1.24.1**: This version of the Go SDK includes a fix that allows ECCTL to include the integrations server payload when running the `ecctl deployment show` command with the `--generate-update-payload` flag. Previously, the `integrations_server` resource was incorrectly returned as `null`. [#728](https://github.com/elastic/ecctl/pull/728)
56+
57+
## 1.14.3 [ecctl-1.14.3]
58+
59+
Release date: January 17, 2025
60+
61+
[Download the release binaries](https://github.com/elastic/ecctl/releases/tag/v1.14.3)
62+
63+
### Fixes [ecctl-1.14.3-fixes]
64+
65+
* Fix issue with previous release (v1.14.2)
66+
67+
## 1.14.2 [ecctl-1.14.2]
68+
69+
Release date: January 16, 2025
70+
71+
[Download the release binaries](https://github.com/elastic/ecctl/releases/tag/v1.14.2)
72+
73+
### Features and enhancements [ecctl-1.14.2-features-enhancements]
74+
75+
* update module github.com/stretchr/testify to v1.10.0 ([#677](https://github.com/elastic/ecctl/pull/677))
76+
* update module golang.org/x/term to v0.27.0 ([#661](https://github.com/elastic/ecctl/pull/661))
77+
78+
### Changelog
79+
80+
* [1da119d](https://github.com/elastic/ecctl/commit/1da119d) Rename stateful applications -> hosted applications ([#691](https://github.com/elastic/ecctl/pull/691))
81+
* [c248cd2](https://github.com/elastic/ecctl/commit/c248cd2) fix(deps): update module github.com/stretchr/testify to v1.10.0 ([#677](https://github.com/elastic/ecctl/pull/677))
82+
* [95d6fc5](https://github.com/elastic/ecctl/commit/95d6fc5) fix(deps): update module golang.org/x/term to v0.27.0 ([#661](https://github.com/elastic/ecctl/pull/661))
83+
84+
## 1.14.1 [ecctl-1.14.1]
85+
86+
Release date: November 18, 2024
87+
88+
[Download the release binaries](https://github.com/elastic/ecctl/releases/tag/v1.14.1)
89+
90+
### Features and enhancements [ecctl-1.14.1-features-enhancements]
91+
92+
* **Add --config-version flag to instance configuration show command** ([#669](https://github.com/elastic/ecctl/pull/669)): The `platform instance-configuration show` command now also supports the `--config-version` and `--show-deleted` flags to show a specific instance configuration version and allow fetching deleted instance configurations, respectively.
93+
94+
### Changelog
95+
96+
* [2a6f80f](https://github.com/elastic/ecctl/commit/2a6f80f) feat: add `--config-version` flag to `instance configuration show command` ([#669](https://github.com/elastic/ecctl/pull/669))
97+
98+
## 1.14.0 [ecctl-1.14.0]
99+
100+
Release date: September 26, 2024
101+
102+
[Download the release binaries](https://github.com/elastic/ecctl/releases/tag/v1.14.0)
103+
104+
### Features and enhancements [ecctl-1.14.0-features-enhancements]
105+
106+
* **Deployment search: Add flag to return all matches**:
107+
By default, the `deployment search` command just executes one query and returns the results. The command now also supports the `--all-matches` flag to query and return larger number of results that would exceed the maximum size of a single request. [#664](https://github.com/elastic/ecctl/pull/664)
108+
109+
### Fixes [ecctl-1.14.0-fixes]
110+
111+
* **Clear transients update plan**:
112+
The update payload generated with `--generate-update-payload` used to include transient fields from the latest plan. These are now not included anymore by default. [#649](https://github.com/elastic/ecctl/pull/649)
113+
114+
### Changelog [ecctl-1.14.0-changelog]
115+
116+
* [f2fc756](https://github.com/elastic/ecctl/commit/f2fc756) Deployment search: Add flag to return all matches. ([#664](https://github.com/elastic/ecctl/pull/664))
117+
* [0b631c8](https://github.com/elastic/ecctl/commit/0b631c8) fix(deps): update module golang.org/x/term to v0.22.0 ([#657](https://github.com/elastic/ecctl/pull/657))
118+
* [92d35ea](https://github.com/elastic/ecctl/commit/92d35ea) chore: update the URL fragment for API keys ([#658](https://github.com/elastic/ecctl/pull/658))
119+
* [eaefc6b](https://github.com/elastic/ecctl/commit/eaefc6b) fix(deps): update module github.com/elastic/cloud-sdk-go to v1.20.0 ([#656](https://github.com/elastic/ecctl/pull/656))
120+
* [fd54678](https://github.com/elastic/ecctl/commit/fd54678) fix(deps): update module github.com/spf13/cobra to v1.8.1 ([#655](https://github.com/elastic/ecctl/pull/655))
121+
* [81cceca](https://github.com/elastic/ecctl/commit/81cceca) fix(deps): update module github.com/spf13/viper to v1.19.0 ([#652](https://github.com/elastic/ecctl/pull/652))
122+
* [c9e706f](https://github.com/elastic/ecctl/commit/c9e706f) chore(deps): update goreleaser/goreleaser-action action to v6 ([#654](https://github.com/elastic/ecctl/pull/654))
123+
* [3584bdf](https://github.com/elastic/ecctl/commit/3584bdf) fix(deps): update module golang.org/x/term to v0.21.0 ([#653](https://github.com/elastic/ecctl/pull/653))
124+
* [c47b9d5](https://github.com/elastic/ecctl/commit/c47b9d5) feat: expose clear_transients in ecctl ([#649](https://github.com/elastic/ecctl/pull/649))
125+
* [54341aa](https://github.com/elastic/ecctl/commit/54341aa) fix(deps): update module golang.org/x/term to v0.20.0 ([#647](https://github.com/elastic/ecctl/pull/647))
126+
* [96e6e1e](https://github.com/elastic/ecctl/commit/96e6e1e) fix(deps): update module github.com/elastic/cloud-sdk-go to v1.18.0 ([#648](https://github.com/elastic/ecctl/pull/648))
127+
* [0ff35de](https://github.com/elastic/ecctl/commit/0ff35de) chore(deps): update actions/cache action to v4 ([#640](https://github.com/elastic/ecctl/pull/640))
128+
* [e23d71e](https://github.com/elastic/ecctl/commit/e23d71e) chore(deps): update actions/checkout action to v4 ([#618](https://github.com/elastic/ecctl/pull/618))
129+
* [e332de9](https://github.com/elastic/ecctl/commit/e332de9) fix(deps): update module github.com/asaskevich/govalidator to v0.0.0-20230301143203-a9d515a09cc2 ([#646](https://github.com/elastic/ecctl/pull/646))
130+
* [54cfae1](https://github.com/elastic/ecctl/commit/54cfae1) chore(deps): update actions/setup-go action to v5 ([#632](https://github.com/elastic/ecctl/pull/632))
131+
* [a5cc331](https://github.com/elastic/ecctl/commit/a5cc331) fix(deps): update module golang.org/x/term to v0.19.0 ([#642](https://github.com/elastic/ecctl/pull/642))

docs/release-notes/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
toc:
2+
- file: index.md

0 commit comments

Comments
 (0)