Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/elastic/go-elasticsearch/v7 from 7.15.1 to 7.16.0 in /exporter/elasticsearchexporter #170

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 13, 2021

Bumps github.com/elastic/go-elasticsearch/v7 from 7.15.1 to 7.16.0.

Release notes

Sourced from github.com/elastic/go-elasticsearch/v7's releases.

7.16.0

Client

  • Adds versioning and routing options to the BulkIndexer. Thanks to @​mehran-prs and @​munkyboy !

  • Adds CA fingerprinting. You can configure the client to only trust certificates that are signed by a specific CA certificate (CA certificate pinning) by providing a ca_fingerprint option. This will verify that the fingerprint of the CA certificate that has signed the certificate of the server matches the supplied value:

    elasticsearch.NewClient(Config{
        Addresses:              []string{"https://elastic:changeme@localhost:9200"},
        CertificateFingerprint: "A6FB224A4386..."
    })

API

  • New APIs:

  • New Experimental API:

  • Changes:

    • DeleteByQuery
      • Removed _source, _source_excludes, _source_includes parameters.
    • UpdateByQuery
      • Removed _source, _source_excludes, _source_includes parameters.
    • OpenPointInTime
      • The parameter keep_alive is now required.
    • SearchMvt
      • Added TrackTotalHits, Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number.
    • IngestPutPipeline
      • Added WithIfVersion, required version for optimistic concurrency control for pipeline updates.
    • IndicesGetIndexTemplate
      • WithName, a pattern that returned template names must match.
    • NodesHotThreads
      • WithSort, the sort order for 'cpu' type (default: total).
    • MLPutTrainedModel
      • WithDeferDefinitionDecompression, if set to true and a compressed_definition is provided, the request defers definition decompression and skips relevant validations.
    • TransformDeleteTransform
      • WithTimeout, controls the time to wait for the transform deletion.
    • TransformPutTransform
      • WithTimeout, controls the time to wait for the transform to start.

... (truncated)

Commits
  • a934684 Release 7.16.0
  • 21fc2dc API: Update APIs for Elasticsearch v7.16.0 (4a1e55d)
  • 29ede6b [Backport] bulkdindexer version and routing (#373)
  • d1bc209 Client: Validate product only on successful responses (#371)
  • 368c0bd API: Update APIs for Elasticsearch v7.16.0 (99d6a93)
  • dac0161 Backport Integration: replace in payload (#364)
  • 1660405 Client: Implement certificate pinning (#359)
  • 2975b0f Documentation: Update documentation with compatibility mode
  • 546082b Update .doc/connecting.asciidoc
  • 53410d6 Update .doc/connecting.asciidoc
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/elastic/go-elasticsearch/v7](https://github.com/elastic/go-elasticsearch) from 7.15.1 to 7.16.0.
- [Release notes](https://github.com/elastic/go-elasticsearch/releases)
- [Commits](elastic/go-elasticsearch@v7.15.1...v7.16.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-elasticsearch/v7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 13, 2021
djaglowski pushed a commit that referenced this pull request Apr 20, 2022
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jun 21, 2024
Copy link

github-actions bot commented Jul 7, 2024

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Jul 7, 2024
Copy link
Author

dependabot bot commented on behalf of github Jul 7, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/exporter/elasticsearchexporter/github.com/elastic/go-elasticsearch/v7-7.16.0 branch July 7, 2024 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants