From 19d682145155c76be44bd41725bcac22476485da Mon Sep 17 00:00:00 2001 From: Dominik Giger Date: Wed, 11 Sep 2024 15:23:38 +0200 Subject: [PATCH] Prepare 1.21.0 release --- Makefile | 2 +- notes/v1.21.0.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 notes/v1.21.0.md diff --git a/Makefile b/Makefile index 01ee972b..e969875a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash export GO111MODULE ?= on -export VERSION ?= v1.20.0 +export VERSION ?= v1.21.0 export ECE_VERSION ?= $(shell cat ECE_VERSION) export ECE_BRANCH ?= ms-111 ECE_DEF_FILE ?= api/version/$(ECE_VERSION).md diff --git a/notes/v1.21.0.md b/notes/v1.21.0.md new file mode 100644 index 00000000..ed1cdce5 --- /dev/null +++ b/notes/v1.21.0.md @@ -0,0 +1,14 @@ +# Changelog + +This release of the Elastic Cloud SDK Go should be used for ECE Version `3.8.0`. + +## Enhancements + +### Add the ESS-only organizations API. ([#477](https://github.com/elastic/cloud-sdk-go/issues/477)) + +Adds support for the organizations API (https://www.elastic.co/guide/en/cloud/current/Organizations.html). This API is currently unavailable in self-hosted ECE and can only be used against the Elastic cloud service. + +### Update to latest Elastic cloud API ([#481](https://github.com/elastic/cloud-sdk-go/issues/481)) + +Updates the generated clients and models to match the API available in Elastic cloud. +