opensearch-project / opensearch-go

Go Client for OpenSearch
https://opensearch.org/docs/latest/clients/go/
Apache License 2.0
188 stars 96 forks source link

Preparing for next developer iteration, 3.1.1. #498

Closed dblock closed 3 months ago

dblock commented 3 months ago

Description

Preparing for next developer iteration, 3.1.1.

Waiting on https://pkg.go.dev/github.com/opensearch-project/opensearch-go/v3

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.26%. Comparing base (c4c9bf3) to head (42a0ab1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #498 +/- ## ======================================= Coverage 57.26% 57.26% ======================================= Files 315 315 Lines 9823 9823 ======================================= Hits 5625 5625 Misses 2904 2904 Partials 1294 1294 ``` | [Flag](https://app.codecov.io/gh/opensearch-project/opensearch-go/pull/498/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/opensearch-project/opensearch-go/pull/498/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project) | `50.80% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/opensearch-project/opensearch-go/pull/498/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project) | `12.84% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project#carryforward-flags-in-the-pull-request-comment) to find out more.
dblock commented 3 months ago

@Jakob3xD I tried releasing 3.1.0 following standard instructions, but it's not appearing in https://pkg.go.dev/github.com/opensearch-project/opensearch-go/v3.

I read https://go.dev/doc/modules/publishing and tried running GOPROXY=proxy.golang.org go list -m github.com/opensearch-project/opensearch-go@v3.1.0 but that fails with not found: ... invalid version: go.mod has post-v3 module path "github.com/opensearch-project/opensearch-go/v3" at revision v3.1.0.

What am I doing wrong?

... manually navigating to https://pkg.go.dev/github.com/opensearch-project/opensearch-go/v3@v3.1.0 gave me a "request" button which worked.