-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Generate changelog - Switch to Github app token. - The original GH_TOKEN doesn't exist anymore, but github automatically provisions a GITHUB_TOKEN - The `permissions` entry defines that this token is allowed to write (and therefore create releases) - Removes the apivalidation workflow: This action has been failing constantly and hasn't been maintained in years.
- Loading branch information
Showing
4 changed files
with
23 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
This release of the Elastic Cloud SDK Go should be used for ECE Version `3.7.0`. | ||
|
||
## Enhancements | ||
|
||
### Update to latest ECE 3.7.0 api ([#461](https://github.com/elastic/cloud-sdk-go/issues/461)) | ||
|
||
Breaking: | ||
- The notes api is no more. Use the deployment comment api instead. | ||
Other: | ||
- The instance configurations can now specify allowed zones. | ||
- The deployment update api can use the ValidateOnly flag | ||
|
||
### Add `show_max_zones` parameter for deployment-templates API. ([#462](https://github.com/elastic/cloud-sdk-go/issues/462)) | ||
|
||
This parameter adds the `max_zones` field to each instance-configuration. (Left empty by default). | ||
|