From 52186b8ca40913e61ec0faac406da5f68b9ca027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udia=20Correia?= Date: Wed, 25 Sep 2024 19:27:56 +0100 Subject: [PATCH 1/2] Update version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 186c4a24..29bd722c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash export GO111MODULE ?= on -export VERSION ?= v1.22.0 +export VERSION ?= v1.23.0 export ECE_VERSION ?= $(shell cat ECE_VERSION) export ECE_BRANCH ?= ms-112 ECE_DEF_FILE ?= api/version/$(ECE_VERSION).md From cc23f2f9cb12ee48dd800933b0bc10362f50b98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udia=20Correia?= Date: Wed, 25 Sep 2024 19:28:08 +0100 Subject: [PATCH 2/2] Add changelog --- .changelog/1.23.0/487.yml | 4 ++++ notes/v1.23.0.md | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .changelog/1.23.0/487.yml create mode 100644 notes/v1.23.0.md diff --git a/.changelog/1.23.0/487.yml b/.changelog/1.23.0/487.yml new file mode 100644 index 00000000..4c61c380 --- /dev/null +++ b/.changelog/1.23.0/487.yml @@ -0,0 +1,4 @@ +category: enhancement +title: Update to latest Elastic cloud API +description: | + Updates the generated clients and models to match the API available in Elastic cloud. diff --git a/notes/v1.23.0.md b/notes/v1.23.0.md new file mode 100644 index 00000000..dbe3f622 --- /dev/null +++ b/notes/v1.23.0.md @@ -0,0 +1,10 @@ +# Changelog + +This release of the Elastic Cloud SDK Go should be used for ECE Version `3.8.0`. + +## Enhancements + +### Update to latest Elastic cloud API ([#487](https://github.com/elastic/cloud-sdk-go/issues/487)) + +Updates the generated clients and models to match the API available in Elastic cloud. +