Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for #455 #456

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changelog/1.16.0/455.yml
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 8 additions & 8 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions notes/v1.16.0.md
Original file line number Diff line number Diff line change
@@ -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.

Loading