File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 20
20
- { opensearch_version: 1.3.1 }
21
21
- { opensearch_version: 1.3.2 }
22
22
- { opensearch_version: 1.3.3 }
23
+ - { opensearch_version: 1.3.4 }
23
24
- { opensearch_version: 2.0.0 }
24
25
- { opensearch_version: 2.0.1 }
25
26
- { opensearch_version: 2.1.0 }
27
+ - { opensearch_version: 2.2.0 }
26
28
steps :
27
29
- uses : actions/checkout@v2
28
30
with : { fetch-depth: 1 }
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ The below matrix shows the compatibility of the [`opensearch-go`](https://pkg.go
11
11
| 1.1.0 | 1.1.0-1.3.1 |
12
12
| 2.0.0 | 2.0.0-2.1.0 |
13
13
| 2.0.1 | 2.0.0-2.1.0 |
14
+ | 2.1.0 | 2.0.0-2.2.0 |
14
15
15
16
## Upgrading
16
17
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/opensearch-project/opensearch-go/v2 => ../../
6
6
7
7
require (
8
8
github.com/alecthomas/chroma v0.8.2
9
- github.com/opensearch-project/opensearch-go/v2 v2.0.1
9
+ github.com/opensearch-project/opensearch-go/v2 v2.1.0
10
10
github.com/spf13/cobra v1.1.3
11
11
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
12
12
golang.org/x/tools v0.1.0
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ package version
28
28
29
29
// Client returns the client version as a string.
30
30
//
31
- const Client = "2.0.1 "
31
+ const Client = "2.1.0 "
Original file line number Diff line number Diff line change 5
5
replace github.com/opensearch-project/opensearch-go/v2 => ../../
6
6
7
7
require (
8
- github.com/opensearch-project/opensearch-go/v2 v2.0.1
8
+ github.com/opensearch-project/opensearch-go/v2 v2.1.0
9
9
10
10
gopkg.in/yaml.v2 v2.4.0
11
11
)
You can’t perform that action at this time.
0 commit comments