2
2
3
3
Release binaries can be downloaded with the following links:
4
4
5
- < https://download.elastic.co/downloads/ecctl/1.0.0-beta1/ecctl_1.0.0-beta1_darwin_amd64.tar.gz >
6
-
7
- < https://download.elastic.co/downloads/ecctl/1.0.0-beta1/ecctl_1.0.0-beta1_linux_32-bit.deb >
8
-
9
- < https://download.elastic.co/downloads/ecctl/1.0.0-beta1/ecctl_1.0.0-beta1_linux_32-bit.rpm >
10
-
11
- < https://download.elastic.co/downloads/ecctl/1.0.0-beta1/ecctl_1.0.0-beta1_linux_386.tar.gz >
12
-
13
- < https://download.elastic.co/downloads/ecctl/1.0.0-beta1/ecctl_1.0.0-beta1_linux_64-bit.deb >
14
-
15
- < https://download.elastic.co/downloads/ecctl/1.0.0-beta1/ecctl_1.0.0-beta1_linux_64-bit.rpm >
16
-
17
- < https://download.elastic.co/downloads/ecctl/1.0.0-beta1/ecctl_1.0.0-beta1_linux_amd64.tar.gz >
5
+ < https://download.elastic.co/downloads/ecctl/v1.0.0-beta1/ecctl_v1.0.0-beta1_darwin_amd64.tar.gz >
6
+ < https://download.elastic.co/downloads/ecctl/v1.0.0-beta1/ecctl_v1.0.0-beta1_linux_32-bit.deb >
7
+ < https://download.elastic.co/downloads/ecctl/v1.0.0-beta1/ecctl_v1.0.0-beta1_linux_32-bit.rpm >
8
+ < https://download.elastic.co/downloads/ecctl/v1.0.0-beta1/ecctl_v1.0.0-beta1_linux_386.tar.gz >
9
+ < https://download.elastic.co/downloads/ecctl/v1.0.0-beta1/ecctl_v1.0.0-beta1_linux_64-bit.deb >
10
+ < https://download.elastic.co/downloads/ecctl/v1.0.0-beta1/ecctl_v1.0.0-beta1_linux_64-bit.rpm >
11
+ < https://download.elastic.co/downloads/ecctl/v1.0.0-beta1/ecctl_v1.0.0-beta1_linux_amd64.tar.gz >
18
12
13
+ Checksums can be found [ here] ( https://download.elastic.co/downloads/ecctl/v1.0.0-beta1/ecctl_v1.0.0-beta1_checksums.txt )
19
14
20
15
## Breaking changes
21
16
<!-- Add the list of breaking changes, remove otherwise.-->
@@ -24,12 +19,13 @@ Release binaries can be downloaded with the following links:
24
19
25
20
Removed all the plurals in ecctl and instead only kept the ` ecctl <COMMAND> list ` format. Commands removed
26
21
by this change are:
27
- * allocators
28
- * constructors
29
- * enrollment-tokens
30
- * proxies
31
- * stacks
32
- * filtered-groups
22
+
23
+ * allocators
24
+ * constructors
25
+ * enrollment-tokens
26
+ * proxies
27
+ * stacks
28
+ * filtered-groups
33
29
34
30
### Removed deployment elasticsearch create command
35
31
@@ -151,132 +147,73 @@ The command now works as expected.
151
147
### Detailed changes
152
148
<!-- AUTOGENERATED COMMIT LIST -->
153
149
154
- 97c3985 Adding ecctl icon to repo (#111 )
155
-
156
- a752cec Fix command wording (#108 )
157
-
158
- 5939798 stack: Skip returning an error on packed __ MACOSX (#105 )
159
-
160
- 0f5a632 elasticsearch: Fix broken diagnostics command (#110 )
161
-
162
- 4945fbb cmd: Add default region to APM and Kibana create (#109 )
163
-
164
- 398bf99 cmd: Remove newer version check on ecctl version (#103 )
165
-
166
- 4fcde59 Add auto completion intruction to docs (#101 )
167
-
168
- f3d653a user: Fix key show command (#106 )
169
-
170
- f8eb428 Convert command reference files to Asciidoctor (#61 )
171
-
172
- 997c7e2 fix refid discovery and require confirmation (#104 )
173
-
174
- 99b8d28 Update ecctl-getting-started.asciidoc (#102 )
175
-
176
- 0b30073 Add timeout values to ecctl.Config (#100 )
177
-
178
- 35bcb95 dep: update cloud-sdk-go to v1.0.0-bc9 (#98 )
179
-
180
- 67baf3d go.sum: Update hashes to the latest version (#97 )
181
-
182
- ce54eda cmd: Add ref-id auto-discovery to resource upgrade (#92 )
183
-
184
- f3d09b3 cmd: update resource params to use common struct (#96 )
185
-
186
- 7c2be04 cmd: Add deployment resource delete command (#88 )
187
-
188
- bd7c910 Version: Change to v1.0.0-beta1 (#94 )
189
-
190
- 1579791 cmd: Add deployment resource restore command (#87 )
191
-
192
- 706b480 cmd: add deployment resource start/start-maintenance commands (#89 )
193
-
194
- 033f06d cmd: Add deployment resource stop and stop-maintenance cmds (#81 )
195
-
196
- d2c27b5 cmd: Add deployment resource shutdown command (#86 )
197
-
198
- dbad10d cmd: Remove elasticsearch create (#93 )
199
-
200
- d4ee664 build(deps): bump github.com/go-openapi/runtime from 0.19.8 to 0.19.9 (#85 )
201
-
202
- c56296c build(deps): bump github.com/go-openapi/strfmt from 0.19.3 to 0.19.4 (#84 )
203
-
204
- e642e41 cmd: Add --track flag to deployment commands (#80 )
205
-
206
- c66d3bf cmd: Migrate apm create to deployments API (#79 )
207
-
208
- bd75994 Support vacate override failsafe (#82 )
209
-
210
- 73c0fac cmd: Add deployment resource upgrade command (#76 )
211
-
212
- d1409c8 build(deps): bump github.com/spf13/viper from 1.5.0 to 1.6.1 (#75 )
213
-
214
- aaa5d87 cmd: Migrate kibana create to deployments API (#71 )
215
-
216
- 88c7938 cmd: Add deployment plan cancel (#72 )
217
-
218
- 520dbf8 docs: Remove tap pin step from brew instructions (#70 )
219
-
220
- ea03569 cmd: Move elasticsearch create to deployment API (#67 )
221
-
222
- ce9bbdd Remove ErrCatchTransport from default http client (#66 )
223
-
224
- a318a5f cmd: Fix init command on unexisting .ecctl folder (#64 )
225
-
226
- 8dcfa6e deployment: Fix show resource type command (#57 )
227
-
228
- 841ddef elasticsearch: Add keystore management commands (#58 )
229
-
230
- 72fc278 http: Add api.DefaultTransport in http.Client (#59 )
231
-
232
- 21176cd deployment: Add update command (#55 )
233
-
234
- 143ffe5 init: Remove mentions of ESS in config bootstrap (#54 )
235
-
236
- c0ae026 docs: Remove region mentions (#50 )
237
-
238
- 7d63ff8 version: Extend output to include ECE API Version (#53 )
239
-
240
- 8d72808 init: Ensure homepath is created (#51 )
241
-
242
- a4eb0ac docs: Change the term Kibana Cluster to instance (#49 )
243
-
244
- 78dd825 go.mod: Update cloud-sdk-go to version v1.0.0-bc4 (#48 )
245
-
246
- 7ba34cc remove plural aliases and update docs (#47 )
247
-
248
- d05811e init: Skips TLS validation on API calls (#39 )
249
-
250
- 1bd7726 deployment: Add restore command (#38 )
251
-
252
- b32c889 deployment: Add create command (#36 )
253
-
254
- f1c5258 deployment: Add delete command (#35 )
255
-
256
- 912f410 build(deps): bump github.com/spf13/viper from 1.4.0 to 1.5.0 (#24 )
257
-
258
- 93444fd build(deps): bump github.com/go-openapi/runtime from 0.19.7 to 0.19.8 (#33 )
259
-
260
- fb7681b deployment: Add search command (#34 )
261
-
262
- ee092c6 deployment: Add shutdown command (#32 )
263
-
264
- a01959c deployment: Add list command (#30 )
265
-
266
- df2d729 Add CONTIBUTING note about GitHub Actions in Forks (#29 )
267
-
268
- eade2fb Bump Go version to 1.13 (#31 )
269
-
270
- 3a3c81f Beta doc updates (#23 )
271
-
272
- d994fa4 Improve user documentation (#22 )
273
-
274
- 7d10b3e trivial: fixes various typos (#19 )
275
-
276
- ad77c57 trivial: bump golanci version to 1.21 (#20 )
277
-
278
- ddafa35 ci: run go build action in PRs (#21 )
279
-
280
- 3b1b1ef Convert the ecctl docs to Asciidoctor (#7 )
281
-
282
- 0472113 ci: remove uneccesary gh info (#16 )
150
+ * 36d40be cmd: Fix deployment notes (#114 )
151
+ * 772b255 deployments: Change refID defaults to use 'main-' prefix (#118 )
152
+ * f363be6 cmd: Fix deployment create typo (#115 )
153
+ * 510e829 cmd: Use force flag with instance override (#113 )
154
+ * 3c20f53 notes: Generate changelog for v1.0.0-beta1 release (#112 )
155
+ * 97c3985 Adding ecctl icon to repo (#111 )
156
+ * a752cec Fix command wording (#108 )
157
+ * 5939798 stack: Skip returning an error on packed __ MACOSX (#105 )
158
+ * 0f5a632 elasticsearch: Fix broken diagnostics command (#110 )
159
+ * 4945fbb cmd: Add default region to APM and Kibana create (#109 )
160
+ * 398bf99 cmd: Remove newer version check on ecctl version (#103 )
161
+ * 4fcde59 Add auto completion intruction to docs (#101 )
162
+ * f3d653a user: Fix key show command (#106 )
163
+ * f8eb428 Convert command reference files to Asciidoctor (#61 )
164
+ * 997c7e2 fix refid discovery and require confirmation (#104 )
165
+ * 99b8d28 Update ecctl-getting-started.asciidoc (#102 )
166
+ * 0b30073 Add timeout values to ecctl.Config (#100 )
167
+ * 35bcb95 dep: update cloud-sdk-go to v1.0.0-bc9 (#98 )
168
+ * 67baf3d go.sum: Update hashes to the latest version (#97 )
169
+ * ce54eda cmd: Add ref-id auto-discovery to resource upgrade (#92 )
170
+ * f3d09b3 cmd: update resource params to use common struct (#96 )
171
+ * 7c2be04 cmd: Add deployment resource delete command (#88 )
172
+ * bd7c910 Version: Change to v1.0.0-beta1 (#94 )
173
+ * 1579791 cmd: Add deployment resource restore command (#87 )
174
+ * 706b480 cmd: add deployment resource start/start-maintenance commands (#89 )
175
+ * 033f06d cmd: Add deployment resource stop and stop-maintenance cmds (#81 )
176
+ * d2c27b5 cmd: Add deployment resource shutdown command (#86 )
177
+ * dbad10d cmd: Remove elasticsearch create (#93 )
178
+ * d4ee664 build(deps): bump github.com/go-openapi/runtime from 0.19.8 to 0.19.9 (#85 )
179
+ * c56296c build(deps): bump github.com/go-openapi/strfmt from 0.19.3 to 0.19.4 (#84 )
180
+ * e642e41 cmd: Add --track flag to deployment commands (#80 )
181
+ * c66d3bf cmd: Migrate apm create to deployments API (#79 )
182
+ * bd75994 Support vacate override failsafe (#82 )
183
+ * 73c0fac cmd: Add deployment resource upgrade command (#76 )
184
+ * d1409c8 build(deps): bump github.com/spf13/viper from 1.5.0 to 1.6.1 (#75 )
185
+ * aaa5d87 cmd: Migrate kibana create to deployments API (#71 )
186
+ * 88c7938 cmd: Add deployment plan cancel (#72 )
187
+ * 520dbf8 docs: Remove tap pin step from brew instructions (#70 )
188
+ * ea03569 cmd: Move elasticsearch create to deployment API (#67 )
189
+ * ce9bbdd Remove ErrCatchTransport from default http client (#66 )
190
+ * a318a5f cmd: Fix init command on unexisting .ecctl folder (#64 )
191
+ * 8dcfa6e deployment: Fix show resource type command (#57 )
192
+ * 841ddef elasticsearch: Add keystore management commands (#58 )
193
+ * 72fc278 http: Add api.DefaultTransport in http.Client (#59 )
194
+ * 21176cd deployment: Add update command (#55 )
195
+ * 143ffe5 init: Remove mentions of ESS in config bootstrap (#54 )
196
+ * c0ae026 docs: Remove region mentions (#50 )
197
+ * 7d63ff8 version: Extend output to include ECE API Version (#53 )
198
+ * 8d72808 init: Ensure homepath is created (#51 )
199
+ * a4eb0ac docs: Change the term Kibana Cluster to instance (#49 )
200
+ * 78dd825 go.mod: Update cloud-sdk-go to version v1.0.0-bc4 (#48 )
201
+ * 7ba34cc remove plural aliases and update docs (#47 )
202
+ * d05811e init: Skips TLS validation on API calls (#39 )
203
+ * 1bd7726 deployment: Add restore command (#38 )
204
+ * b32c889 deployment: Add create command (#36 )
205
+ * f1c5258 deployment: Add delete command (#35 )
206
+ * 912f410 build(deps): bump github.com/spf13/viper from 1.4.0 to 1.5.0 (#24 )
207
+ * 93444fd build(deps): bump github.com/go-openapi/runtime from 0.19.7 to 0.19.8 (#33 )
208
+ * fb7681b deployment: Add search command (#34 )
209
+ * ee092c6 deployment: Add shutdown command (#32 )
210
+ * a01959c deployment: Add list command (#30 )
211
+ * df2d729 Add CONTIBUTING note about GitHub Actions in Forks (#29 )
212
+ * eade2fb Bump Go version to 1.13 (#31 )
213
+ * 3a3c81f Beta doc updates (#23 )
214
+ * d994fa4 Improve user documentation (#22 )
215
+ * 7d10b3e trivial: fixes various typos (#19 )
216
+ * ad77c57 trivial: bump golanci version to 1.21 (#20 )
217
+ * ddafa35 ci: run go build action in PRs (#21 )
218
+ * 3b1b1ef Convert the ecctl docs to Asciidoctor (#7 )
219
+ * 0472113 ci: remove uneccesary gh info (#16 )
0 commit comments