Skip to content

Commit

Permalink
Prepare v1.12.1 release. (#429)
Browse files Browse the repository at this point in the history
Updated the ECE release as well since 3.5.1 is the latest released version (ECE 3.5.2 is not yet released).
  • Loading branch information
gigerdo committed Mar 31, 2023
1 parent c7574b8 commit e7cf606
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changelog/1.12.0/424.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
category: enhancement
title: Update API spec to ECE 3.5.2 / ESS ms-81
title: Update API spec to ECE 3.5.1 / ESS ms-81
description: |
Updates the ECE generated Clients and models to the latest version.
5 changes: 5 additions & 0 deletions .changelog/1.12.1/426.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
category: enhancement
title: "snaprepoapi: Add PathStyleAccess field to S3Config"
description: |
Add the missing PathStyleAccess field to the struct S3Config which is used for configuring S3 snapshot repositories.
See also https://www.elastic.co/guide/en/elasticsearch/reference/current/repository-s3.html#repository-s3-client
2 changes: 1 addition & 1 deletion ECE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.2
3.5.1
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash
export GO111MODULE ?= on
export VERSION ?= v1.12.0
export VERSION ?= v1.12.1
export ECE_VERSION ?= $(shell cat ECE_VERSION)
export ECE_BRANCH ?= ms-81
ECE_DEF_FILE ?= api/version/$(ECE_VERSION).md
Expand Down
2 changes: 1 addition & 1 deletion notes/v1.12.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

This release of the Elastic Cloud SDK Go should be used for ECE Version `3.5.2`.
This release of the Elastic Cloud SDK Go should be used for ECE Version `3.5.1`.

## Enhancements

Expand Down
10 changes: 10 additions & 0 deletions notes/v1.12.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

This release of the Elastic Cloud SDK Go should be used for ECE Version `3.5.1`.

## Enhancements

### snaprepoapi: Add PathStyleAccess field to S3Config ([#426](https://github.com/elastic/cloud-sdk-go/issues/426))

Add the missing PathStyleAccess field to the struct S3Config which is used for configuring S3 snapshot repositories.
See also https://www.elastic.co/guide/en/elasticsearch/reference/current/repository-s3.html#repository-s3-client

0 comments on commit e7cf606

Please sign in to comment.