From e396af78dbe6c0af7ee80e041a098833a1f9a747 Mon Sep 17 00:00:00 2001 From: Dominik Giger Date: Thu, 21 Dec 2023 14:49:59 +0100 Subject: [PATCH] Add changelog (#456) --- .changelog/1.16.0/455.yml | 4 ++++ NOTICE | 16 ++++++++-------- notes/v1.16.0.md | 10 ++++++++++ 3 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 .changelog/1.16.0/455.yml create mode 100644 notes/v1.16.0.md diff --git a/.changelog/1.16.0/455.yml b/.changelog/1.16.0/455.yml new file mode 100644 index 00000000..ab93966f --- /dev/null +++ b/.changelog/1.16.0/455.yml @@ -0,0 +1,4 @@ +category: bug +title: Fix vacate tracking for integrations-server kind. +description: | + When using the allocator vacate API, the code can now properly handle tracking the vacate process for instances of type integrations-serer. diff --git a/NOTICE b/NOTICE index 524cde53..8e61e842 100755 --- a/NOTICE +++ b/NOTICE @@ -1892,10 +1892,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Dependency : github.com/spf13/cobra -Version: v1.6.1 +Version: v1.8.0 Licence type (autodetected): Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/spf13/cobra@v1.6.1/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/spf13/cobra@v1.8.0/LICENSE.txt: Apache License Version 2.0, January 2004 @@ -2114,10 +2114,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Dependency : github.com/stretchr/testify -Version: v1.8.2 +Version: v1.8.4 Licence type (autodetected): MIT -Contents of probable licence file $GOMODCACHE/github.com/stretchr/testify@v1.8.2/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/stretchr/testify@v1.8.4/LICENSE: MIT License @@ -2145,10 +2145,10 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : golang.org/x/text -Version: v0.3.7 +Version: v0.14.0 Licence type (autodetected): BSD-3-Clause -Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.3.7/LICENSE: +Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.14.0/LICENSE: Copyright (c) 2009 The Go Authors. All rights reserved. @@ -3474,10 +3474,10 @@ Exhibit B - “Incompatible With Secondary Licenses” Notice -------------------------------------------------------------------------------- Dependency : github.com/inconshreveable/mousetrap -Version: v1.0.1 +Version: v1.1.0 Licence type (autodetected): Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/inconshreveable/mousetrap@v1.0.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/inconshreveable/mousetrap@v1.1.0/LICENSE: Apache License Version 2.0, January 2004 diff --git a/notes/v1.16.0.md b/notes/v1.16.0.md new file mode 100644 index 00000000..3fc750ce --- /dev/null +++ b/notes/v1.16.0.md @@ -0,0 +1,10 @@ +# Changelog + +This release of the Elastic Cloud SDK Go should be used for ECE Version `3.7.0`. + +## Bug fixes + +### Fix vacate tracking for integrations-server kind. ([#455](https://github.com/elastic/cloud-sdk-go/issues/455)) + +When using the allocator vacate API, the code can now properly handle tracking the vacate process for instances of type integrations-serer. +