Skip to content

Commit

Permalink
Prepare 1.14.0 release (#666)
Browse files Browse the repository at this point in the history
- Update version to 1.14.0
- Add release notes
- Update notice
  • Loading branch information
gigerdo authored Sep 27, 2024
1 parent f2fc756 commit 2a3754f
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL := /bin/bash
export VERSION ?= v1.13.0
export VERSION ?= v1.14.0
export GO111MODULE ?= on
export GOBIN = $(shell pwd)/bin
BINARY := ecctl
Expand Down
66 changes: 33 additions & 33 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ecctl
Copyright 2019-2023 Elasticsearch B.V.
Copyright 2019-2024 Elasticsearch B.V.

This product includes software developed at Elasticsearch B.V. and
third-party software developed by the licenses listed below.
Expand All @@ -9,10 +9,10 @@ Third party libraries used by the Elastic ecctl project:
================================================================================

Dependency : github.com/asaskevich/govalidator
Version: v0.0.0-20210307081110-f21760c49a8d
Version: v0.0.0-20230301143203-a9d515a09cc2
Licence type (autodetected): MIT

Contents of probable licence file $GOMODCACHE/github.com/asaskevich/[email protected]20210307081110-f21760c49a8d/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/asaskevich/[email protected]20230301143203-a9d515a09cc2/LICENSE:

The MIT License (MIT)

Expand Down Expand Up @@ -71,10 +71,10 @@ THE SOFTWARE.
--------------------------------------------------------------------------------

Dependency : github.com/elastic/cloud-sdk-go
Version: v1.16.0
Version: v1.22.0
Licence type (autodetected): Apache-2.0

Contents of probable licence file $GOMODCACHE/github.com/elastic/cloud-sdk-go@v1.16.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/elastic/cloud-sdk-go@v1.22.0/LICENSE:


Apache License
Expand Down Expand Up @@ -740,10 +740,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------

Dependency : github.com/spf13/cobra
Version: v1.8.0
Version: v1.8.1
Licence type (autodetected): Apache-2.0

Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected].0/LICENSE.txt:
Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected].1/LICENSE.txt:

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -962,10 +962,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------

Dependency : github.com/spf13/viper
Version: v1.17.0
Version: v1.19.0
Licence type (autodetected): MIT

Contents of probable licence file $GOMODCACHE/github.com/spf13/viper@v1.17.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/spf13/viper@v1.19.0/LICENSE:

The MIT License (MIT)

Expand All @@ -992,10 +992,10 @@ SOFTWARE.
--------------------------------------------------------------------------------

Dependency : github.com/stretchr/testify
Version: v1.8.4
Version: v1.9.0
Licence type (autodetected): MIT

Contents of probable licence file $GOMODCACHE/github.com/stretchr/testify@v1.8.4/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/stretchr/testify@v1.9.0/LICENSE:

MIT License

Expand Down Expand Up @@ -1023,10 +1023,10 @@ SOFTWARE.
--------------------------------------------------------------------------------

Dependency : golang.org/x/term
Version: v0.13.0
Version: v0.22.0
Licence type (autodetected): BSD-3-Clause

Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.13.0/LICENSE:
Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.22.0/LICENSE:

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -1066,10 +1066,10 @@ Indirect dependencies
================================================================================

Dependency : github.com/cpuguy83/go-md2man/v2
Version: v2.0.3
Version: v2.0.4
Licence type (autodetected): MIT

Contents of probable licence file $GOMODCACHE/github.com/cpuguy83/go-md2man/[email protected].3/LICENSE.md:
Contents of probable licence file $GOMODCACHE/github.com/cpuguy83/go-md2man/[email protected].4/LICENSE.md:

The MIT License (MIT)

Expand Down Expand Up @@ -1122,10 +1122,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------

Dependency : github.com/frankban/quicktest
Version: v1.14.4
Version: v1.14.6
Licence type (autodetected): MIT

Contents of probable licence file $GOMODCACHE/github.com/frankban/[email protected].4/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/frankban/[email protected].6/LICENSE:

MIT License

Expand Down Expand Up @@ -1153,10 +1153,10 @@ SOFTWARE.
--------------------------------------------------------------------------------

Dependency : github.com/fsnotify/fsnotify
Version: v1.6.0
Version: v1.7.0
Licence type (autodetected): BSD-3-Clause

Contents of probable licence file $GOMODCACHE/github.com/fsnotify/fsnotify@v1.6.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/fsnotify/fsnotify@v1.7.0/LICENSE:

Copyright © 2012 The Go Authors. All rights reserved.
Copyright © fsnotify Authors. All rights reserved.
Expand Down Expand Up @@ -2981,10 +2981,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------

Dependency : github.com/google/uuid
Version: v1.1.2
Version: v1.4.0
Licence type (autodetected): BSD-3-Clause

Contents of probable licence file $GOMODCACHE/github.com/google/uuid@v1.1.2/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/google/uuid@v1.4.0/LICENSE:

Copyright (c) 2009,2014 Google Inc. All rights reserved.

Expand Down Expand Up @@ -4942,10 +4942,10 @@ Contents of probable licence file $GOMODCACHE/github.com/opentracing/opentracing
--------------------------------------------------------------------------------

Dependency : github.com/pelletier/go-toml/v2
Version: v2.1.0
Version: v2.2.2
Licence type (autodetected): MIT

Contents of probable licence file $GOMODCACHE/github.com/pelletier/go-toml/v2@v2.1.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/pelletier/go-toml/v2@v2.2.2/LICENSE:

The MIT License (MIT)

Expand Down Expand Up @@ -5087,10 +5087,10 @@ Blackfriday is distributed under the Simplified BSD License:
--------------------------------------------------------------------------------

Dependency : github.com/sagikazarmark/locafero
Version: v0.3.0
Version: v0.4.0
Licence type (autodetected): MIT

Contents of probable licence file $GOMODCACHE/github.com/sagikazarmark/locafero@v0.3.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/sagikazarmark/locafero@v0.4.0/LICENSE:

Copyright (c) 2023 Márk Sági-Kazár <[email protected]>

Expand Down Expand Up @@ -5184,10 +5184,10 @@ SOFTWARE.
--------------------------------------------------------------------------------

Dependency : github.com/spf13/afero
Version: v1.10.0
Version: v1.11.0
Licence type (autodetected): Apache-2.0

Contents of probable licence file $GOMODCACHE/github.com/spf13/afero@v1.10.0/LICENSE.txt:
Contents of probable licence file $GOMODCACHE/github.com/spf13/afero@v1.11.0/LICENSE.txt:

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -5368,10 +5368,10 @@ Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected]/LIC
--------------------------------------------------------------------------------

Dependency : github.com/spf13/cast
Version: v1.5.1
Version: v1.6.0
Licence type (autodetected): MIT

Contents of probable licence file $GOMODCACHE/github.com/spf13/cast@v1.5.1/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/spf13/cast@v1.6.0/LICENSE:

The MIT License (MIT)

Expand Down Expand Up @@ -5765,10 +5765,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------

Dependency : golang.org/x/sys
Version: v0.13.0
Version: v0.22.0
Licence type (autodetected): BSD-3-Clause

Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.13.0/LICENSE:
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.22.0/LICENSE:

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -5802,10 +5802,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------

Dependency : golang.org/x/text
Version: v0.14.0
Version: v0.16.0
Licence type (autodetected): BSD-3-Clause

Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.14.0/LICENSE:
Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.16.0/LICENSE:

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down
4 changes: 3 additions & 1 deletion docs/ecctl-release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

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

* <<{p}-release-notes-v1.14.0>>
* <<{p}-release-notes-v1.13.0>>
* <<{p}-release-notes-v1.12.0>>
* <<{p}-release-notes-v1.11.0>>
Expand All @@ -22,6 +23,8 @@ This section summarizes the changes in each {n} release.
* <<{p}-release-notes-v1.0.0-beta2>>
* <<{p}-release-notes-v1.0.0-beta1>>

include::release_notes/v1.14.0.adoc[]
include::release_notes/v1.13.0.adoc[]
include::release_notes/v1.12.0.adoc[]
include::release_notes/v1.11.0.adoc[]
include::release_notes/v1.10.0.adoc[]
Expand All @@ -39,4 +42,3 @@ include::release_notes/v1.0.0.adoc[]
include::release_notes/v1.0.0-beta3.adoc[]
include::release_notes/v1.0.0-beta2.adoc[]
include::release_notes/v1.0.0-beta1.adoc[]
include::release_notes/v1.13.0.adoc[]
62 changes: 62 additions & 0 deletions docs/release_notes/v1.14.0.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[id="{p}-release-notes-v1.14.0"]
=== Elastic Cloud Control (ecctl) v1.14.0
++++
<titleabbrev>v1.14.0</titleabbrev>
++++

<<{p}-release-notes-v1.14.0-whats-new,What's new>> | <<{p}-release-notes-v1.14.0-bug-fixes,Bug fixes>> | <<{p}-release-notes-v1.14.0-changelog,Changelog>>

Welcome to the v1.14.0 release of {n}. This version brings new features, some breaking changes, and bug fixes.

Elastic Cloud Control (ecctl) is Elastic’s CLI to manage Elasticsearch Service (ESS) and Elastic Cloud Enterprise (ECE).

Download the release binaries:

[%hardbreaks]
https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_darwin_amd64.tar.gz[ecctl_1.14.0_darwin_amd64.tar.gz]
https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_32-bit.deb[ecctl_1.14.0_linux_32-bit.deb]
https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_32-bit.rpm[ecctl_1.14.0_linux_32-bit.rpm]
https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_386.tar.gz[ecctl_1.14.0_linux_386.tar.gz]
https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_64-bit.deb[ecctl_1.14.0_linux_64-bit.deb]
https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_64-bit.rpm[ecctl_1.14.0_linux_64-bit.rpm]
https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_amd64.tar.gz[ecctl_1.14.0_linux_amd64.tar.gz]

[float]
[id="{p}-release-notes-v1.14.0-whats-new"]
==== What's new

* *Deployment search: Add flag to return all matches. (https://github.com/elastic/ecctl/pull/664[#664]):*
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.

[float]
[id="{p}-release-notes-v1.14.0-bug-fixes"]
==== Bug fixes

* *Clear transients update plan (https://github.com/elastic/ecctl/pull/649[#649]):*
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.


[float]
[id="{p}-release-notes-v1.14.0-changelog"]
==== Changelog
// The following section is autogenerated via git

[%hardbreaks]
https://github.com/elastic/ecctl/commit/f2fc756[f2fc756] Deployment search: Add flag to return all matches. (https://github.com/elastic/ecctl/pull/664[#664])
https://github.com/elastic/ecctl/commit/0b631c8[0b631c8] fix(deps): update module golang.org/x/term to v0.22.0 (https://github.com/elastic/ecctl/pull/657[#657])
https://github.com/elastic/ecctl/commit/92d35ea[92d35ea] [Chore]: Update the URL fragment for API keys (https://github.com/elastic/ecctl/pull/658[#658])
https://github.com/elastic/ecctl/commit/eaefc6b[eaefc6b] fix(deps): update module github.com/elastic/cloud-sdk-go to v1.20.0 (https://github.com/elastic/ecctl/pull/656[#656])
https://github.com/elastic/ecctl/commit/fd54678[fd54678] fix(deps): update module github.com/spf13/cobra to v1.8.1 (https://github.com/elastic/ecctl/pull/655[#655])
https://github.com/elastic/ecctl/commit/81cceca[81cceca] fix(deps): update module github.com/spf13/viper to v1.19.0 (https://github.com/elastic/ecctl/pull/652[#652])
https://github.com/elastic/ecctl/commit/c9e706f[c9e706f] chore(deps): update goreleaser/goreleaser-action action to v6 (https://github.com/elastic/ecctl/pull/654[#654])
https://github.com/elastic/ecctl/commit/3584bdf[3584bdf] fix(deps): update module golang.org/x/term to v0.21.0 (https://github.com/elastic/ecctl/pull/653[#653])
https://github.com/elastic/ecctl/commit/c47b9d5[c47b9d5] Expose clear_transients in ecctl (https://github.com/elastic/ecctl/pull/649[#649])
https://github.com/elastic/ecctl/commit/54341aa[54341aa] fix(deps): update module golang.org/x/term to v0.20.0 (https://github.com/elastic/ecctl/pull/647[#647])
https://github.com/elastic/ecctl/commit/96e6e1e[96e6e1e] fix(deps): update module github.com/elastic/cloud-sdk-go to v1.18.0 (https://github.com/elastic/ecctl/pull/648[#648])
https://github.com/elastic/ecctl/commit/0ff35de[0ff35de] chore(deps): update actions/cache action to v4 (https://github.com/elastic/ecctl/pull/640[#640])
https://github.com/elastic/ecctl/commit/e23d71e[e23d71e] chore(deps): update actions/checkout action to v4 (https://github.com/elastic/ecctl/pull/618[#618])
https://github.com/elastic/ecctl/commit/e332de9[e332de9] fix(deps): update module github.com/asaskevich/govalidator to v0.0.0-20230301143203-a9d515a09cc2 (https://github.com/elastic/ecctl/pull/646[#646])
https://github.com/elastic/ecctl/commit/54cfae1[54cfae1] chore(deps): update actions/setup-go action to v5 (https://github.com/elastic/ecctl/pull/632[#632])
https://github.com/elastic/ecctl/commit/a5cc331[a5cc331] fix(deps): update module golang.org/x/term to v0.19.0 (https://github.com/elastic/ecctl/pull/642[#642])

_Release date: September 26, 2024_
21 changes: 21 additions & 0 deletions notes/v1.14.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
v1.14.0

# Changelog

Download the release binaries:

<https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_darwin_amd64.tar.gz>
<https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_darwin_arm64.tar.gz>
<https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_32-bit.deb>
<https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_32-bit.rpm>
<https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_386.tar.gz>
<https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_64-bit.deb>
<https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_64-bit.rpm>
<https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_amd64.tar.gz>
<https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_linux_arm64.tar.gz>

Checksums are at [ecctl_1.14.0_checksums.txt](https://download.elastic.co/downloads/ecctl/1.14.0/ecctl_1.14.0_checksums.txt).

## Release notes

<https://www.elastic.co/guide/en/ecctl/1.14/ecctl-release-notes-v1.14.0.html>

0 comments on commit 2a3754f

Please sign in to comment.