mdn / kuma

The project that powers MDN.
https://developer.mozilla.org
Mozilla Public License 2.0
1.93k stars 679 forks source link

Bump elasticsearch from 7.10.0 to 7.13.1 #7908

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps elasticsearch from 7.10.0 to 7.13.1.

Release notes

Sourced from elasticsearch's releases.

7.13.1

Client

  • Client is compatible with Elasticsearch 7.13.1

7.13.0

Client

Added

  • Added support for compatibility header for Elasticsearch. If the environment variable ELASTIC_CLIENT_APIVERSIONING=1 is set the client will send the headers Accept and Content-Type with the following value: application/vnd.elasticsearch+json;compatible-with=7.

APIs

Cat

  • Added the include_unloaded_segments parameter to the cat.nodes API

Snapshot Features

  • Added the features.reset_features experimental API

Fleet

  • Added the fleet.global_checkpoints expiremental API

Ingest

  • Added the ingest.geo_ip_stats API

Machine Learning

  • Added the ml.delete_trained_model_alias API
  • Added the ml.preview_data_frame_analytics API
  • Added the ml.put_trained_model_alias API
  • Changed the ml.delete_data_frame_analytics, ml.delete_trained_model, ml.explain_data_frame_analytics, ml.get_data_fram_analytics, ml.get_data_frame_analytics_stats, ml.get_trained_models, ml.get_trained_models_stats, ml.put_trained_model, ml.start_data_frame_analytics, ml.stop_data_frame_analytics, ml.update_data_frame_analytics APIs from beta to stable.

Nodes

  • Added include_unloaded_segments parameter to node.stats API

Searchable Snapshots

  • Added the searchable_snapshots.cache_stats experimental API

Security

  • Added the security.clear_cached_service_tokens beta API
  • Added the security.create_service_token beta API
  • Added the security.delete_service_token beta API

... (truncated)

Commits
  • e7f06b5 [7.13] Add 7.13.0 release notes, point users to elastic.co/guide
  • 9961b67 Bump version to 7.13
  • b177103 Update APIs to 7.13-SNAPSHOT
  • 0ae3779 [7.13] Add support for the HTTP API compatibility header
  • 93515dc [7.13] Add Release Notes section to the Python book
  • fc9844a [7.13] Reorganize API documentation
  • cd03697 [7.13] Start using the Elastic Artifacts API for YAML REST tests
  • a8cf8d9 [7.x] Add ignore_status option to bulk helpers
  • e4cdd45 [7.x] Add per-request authentication for http_auth and api_key
  • f8ffb2c [7.x] Generate APIs using Elastic build artifacts API
  • Additional commits viewable in compare view


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 will merge this PR once it's up-to-date and CI passes on it, as requested by @peterbe.


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)
codecov-commenter commented 3 years ago

Codecov Report

Merging #7908 (c5bddd4) into master (8f7d5e8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7908   +/-   ##
=======================================
  Coverage   83.70%   83.70%           
=======================================
  Files         135      135           
  Lines        5763     5763           
  Branches      484      484           
=======================================
  Hits         4824     4824           
  Misses        828      828           
  Partials      111      111           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8f7d5e8...c5bddd4. Read the comment docs.

peterbe commented 3 years ago

@dependabot rebase

peterbe commented 3 years ago

@dependabot squash and merge