From a8e4a140a1a163ab67fe362da1fc70b8025c602b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udia=20Correia?= <83580976+claudia-correia@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:16:38 +0100 Subject: [PATCH] Updates for release 1.23.0 (#488) * Update version * Add changelog --- .changelog/1.23.0/487.yml | 4 ++++ Makefile | 2 +- notes/v1.23.0.md | 10 ++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) 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/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 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. +