-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into CLOUDP-213302_backup
* master: test: Introduces shared cluster resource for running search index tests (#2086) doc: Generates v1.15.3 (#2095) chore: Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 (#2089) chore: Bump github.com/mongodb-forks/digest from 1.0.5 to 1.1.0 (#2087) chore: Bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 (#2091) chore: Bump tj-actions/verify-changed-files (#2092) chore: Bump github.com/aws/aws-sdk-go from 1.51.3 to 1.51.8 (#2088) test: Converting a test case to a migration test (#2081) chore: Fixes Slack notification button to GH action run text (#2093) doc: Specifies that upgrades From Replica Sets to Multi-Sharded Instances of cluster and advanced cluster might lead to error (#2080) doc: Fixes import command in third_party_integration doc (#2083)
- Loading branch information
Showing
21 changed files
with
538 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
future-release=v1.15.2 | ||
since-tag=v1.15.1 | ||
future-release=v1.15.3 | ||
since-tag=v1.15.2 | ||
date-format=%Y-%m-%d | ||
base=CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package constant | ||
|
||
const ( | ||
UsWest2 = "US_WEST_2" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package constant | ||
|
||
const ( | ||
M10 = "M10" | ||
) |
Oops, something went wrong.