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

Prepare release 1.17.0 #464

Merged
merged 2 commits into from
Apr 10, 2024
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: 2 additions & 2 deletions .changelog/1.17.0/461.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
category: enchancement
category: enhancement
title: Update to latest ECE 3.7.0 api
description: |
Breaking:
- The notes api is no more. Use the deployment comment api in stead.
- 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
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/apivalidation.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

# Create actual release

Expand All @@ -36,7 +36,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
bodyFile: notes/${{ steps.get_branch.outputs.TAGNAME }}.md
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.get_branch.outputs.TAGNAME }}

- name: Set up Go
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
ref: master
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Go
uses: actions/setup-go@v4
Expand Down
18 changes: 18 additions & 0 deletions notes/v1.17.0.md
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).

Loading