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

build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.13.0 to 8.13.1 #5352

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

Bumps github.com/elastic/go-elasticsearch/v8 from 8.13.0 to 8.13.1.

Release notes

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

8.13.1

Typed API

Update APIs to latest elasticsearch-specification 8.13

Fixes

This patch release brings a fix to the initialisation of the Request in endpoints which would prevent using the shortcuts for fields. Canonical.Request() method was unaffected.

  • Autoscaling.PutAutoscalingPolicy
  • Indices.Downsample
  • Indices.PutSettings
  • Indices.SimulateTemplate
  • Inference.PutModel
  • Logstash.PutPipeline
  • Ml.ValidateDetector
  • SearchApplication.Put
Changelog

Sourced from github.com/elastic/go-elasticsearch/v8's changelog.

8.13.1

Typed API

Update APIs to latest elasticsearch-specification 8.13

Fixes

This patch release brings a fix to the initialisation of the Request in endpoints which would prevent using the shortcuts for fields. Canonical.Request() method was unaffected.

  • Autoscaling.PutAutoscalingPolicy
  • Indices.Downsample
  • Indices.PutSettings
  • Indices.SimulateTemplate
  • Inference.PutModel
  • Logstash.PutPipeline
  • Ml.ValidateDetector
  • SearchApplication.Put
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) from 8.13.0 to 8.13.1.
- [Release notes](https://github.com/elastic/go-elasticsearch/releases)
- [Changelog](https://github.com/elastic/go-elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/go-elasticsearch@v8.13.0...v8.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 12, 2024 04:14
@dependabot dependabot bot added the changelog:dependencies Update to dependencies label Apr 12, 2024
@dependabot dependabot bot requested a review from pavolloffay April 12, 2024 04:14
Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.20%. Comparing base (a9a7bc2) to head (415130a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5352      +/-   ##
==========================================
- Coverage   95.21%   95.20%   -0.02%     
==========================================
  Files         343      343              
  Lines       16787    16787              
==========================================
- Hits        15984    15982       -2     
- Misses        605      606       +1     
- Partials      198      199       +1     
Flag Coverage Δ
badger 10.58% <ø> (ø)
cassandra-3.x 18.51% <ø> (ø)
cassandra-4.x 18.51% <ø> (ø)
elasticsearch-5.x 20.98% <ø> (+0.01%) ⬆️
elasticsearch-6.x 20.97% <ø> (ø)
elasticsearch-7.x 21.02% <ø> (-0.02%) ⬇️
elasticsearch-8.x 21.22% <ø> (+0.01%) ⬆️
grpc 14.68% <ø> (ø)
kafka 10.21% <ø> (ø)
opensearch-1.x 21.08% <ø> (ø)
opensearch-2.x 21.07% <ø> (-0.02%) ⬇️
unittests 91.74% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yurishkuro yurishkuro merged commit c311c15 into main Apr 15, 2024
38 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/elastic/go-elasticsearch/v8-8.13.1 branch April 15, 2024 16:07
varshith257 pushed a commit to varshith257/jaeger that referenced this pull request May 3, 2024
…to 8.13.1 (jaegertracing#5352)

Bumps
[github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch)
from 8.13.0 to 8.13.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/elastic/go-elasticsearch/releases">github.com/elastic/go-elasticsearch/v8's
releases</a>.</em></p>
<blockquote>
<h2>8.13.1</h2>
<h1>Typed API</h1>
<p>Update APIs to latest <a
href="https://github.com/elastic/elasticsearch-specification/tree/5fb8f1ce9c4605abcaa44aa0f17dbfc60497a757">elasticsearch-specification
8.13</a></p>
<h2>Fixes</h2>
<p>This patch release brings a fix to the initialisation of the
<code>Request</code> in endpoints which would prevent using the
shortcuts for fields.
Canonical<code>.Request()</code> method was unaffected.</p>
<ul>
<li><code>Autoscaling.PutAutoscalingPolicy</code></li>
<li><code>Indices.Downsample</code></li>
<li><code>Indices.PutSettings</code></li>
<li><code>Indices.SimulateTemplate</code></li>
<li><code>Inference.PutModel</code></li>
<li><code>Logstash.PutPipeline</code></li>
<li><code>Ml.ValidateDetector</code></li>
<li><code>SearchApplication.Put</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/elastic/go-elasticsearch/blob/main/CHANGELOG.md">github.com/elastic/go-elasticsearch/v8's
changelog</a>.</em></p>
<blockquote>
<h1>8.13.1</h1>
<h1>Typed API</h1>
<p>Update APIs to latest <a
href="https://github.com/elastic/elasticsearch-specification/tree/5fb8f1ce9c4605abcaa44aa0f17dbfc60497a757">elasticsearch-specification
8.13</a></p>
<h2>Fixes</h2>
<p>This patch release brings a fix to the initialisation of the
<code>Request</code> in endpoints which would prevent using the
shortcuts for fields.
Canonical<code>.Request()</code> method was unaffected.</p>
<ul>
<li><code>Autoscaling.PutAutoscalingPolicy</code></li>
<li><code>Indices.Downsample</code></li>
<li><code>Indices.PutSettings</code></li>
<li><code>Indices.SimulateTemplate</code></li>
<li><code>Inference.PutModel</code></li>
<li><code>Logstash.PutPipeline</code></li>
<li><code>Ml.ValidateDetector</code></li>
<li><code>SearchApplication.Put</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/elastic/go-elasticsearch/commit/ad2fc50257c3d9e8c5cde808b5ff09087dc3d242"><code>ad2fc50</code></a>
Release 8.13.1</li>
<li><a
href="https://github.com/elastic/go-elasticsearch/commit/284f573cfb7bcb0acf8f8c7fa67897a6341cc815"><code>284f573</code></a>
adding changelog for 8.13.1 (<a
href="https://redirect.github.com/elastic/go-elasticsearch/issues/847">#847</a>)
(<a
href="https://redirect.github.com/elastic/go-elasticsearch/issues/848">#848</a>)</li>
<li><a
href="https://github.com/elastic/go-elasticsearch/commit/80948ba8cca846b0386135ea5b4253c7046e671c"><code>80948ba</code></a>
Add put_synonym_rule fix (<a
href="https://redirect.github.com/elastic/go-elasticsearch/issues/843">#843</a>)
(<a
href="https://redirect.github.com/elastic/go-elasticsearch/issues/846">#846</a>)</li>
<li><a
href="https://github.com/elastic/go-elasticsearch/commit/d331877d16baf06c1bc4f41c9191139c73eeec64"><code>d331877</code></a>
APIs: Update 8.13.1 (<a
href="https://redirect.github.com/elastic/go-elasticsearch/issues/844">#844</a>)</li>
<li><a
href="https://github.com/elastic/go-elasticsearch/commit/e7915c655035d74e309e19603233123daf22ace6"><code>e7915c6</code></a>
Update version to 8.13.1-SNAPSHOT</li>
<li>See full diff in <a
href="https://github.com/elastic/go-elasticsearch/compare/v8.13.0...v8.13.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/elastic/go-elasticsearch/v8&package-manager=go_modules&previous-version=8.13.0&new-version=8.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vamshi Maskuri <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:dependencies Update to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant