fix(deps): update module github.com/elastic/cloud-sdk-go to v1.16.0 #725
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.13.0
->v1.16.0
Release Notes
elastic/cloud-sdk-go (github.com/elastic/cloud-sdk-go)
v1.16.0
Compare Source
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)
When using the allocator vacate API, the code can now properly handle tracking the vacate process for instances of type integrations-serer.
v1.15.0
Compare Source
Changelog
This release of the Elastic Cloud SDK Go should be used for ECE Version
3.7.0
.Enhancements
Update API spec to ESS MS-101 (#451)
Updates the generated clients and models to match the API available in Elastic cloud MS-101.
Bug fixes
Handle empty
instance_configuration_version
s in topology elements. (#450)We couldn't set
instance_configuration_version
to 0 because it would be considered as an empty value and it would be omitted during JSON marshalling.This has now been fixed by updating the
instance_configuration_version
type to*int32
.v1.14.0
Compare Source
Changelog
This release of the Elastic Cloud SDK Go should be used for ECE Version
3.7.0
.Enhancements
Update API spec to ESS ms-98 (#444)
Updates the generated clients and models to match the latest API available in Elastic cloud.
Bug fixes
Properly support
AllocatorDown
parameter for theVacateCluster
command. (#443)The vacate parameter
AllocatorDown
was ignored and not passed through to the actual request.This has now been fixed and the parameter can be used when calling
VacateCluster
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.