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 elasticsearch from 7.10.0 to 7.11.0 #625

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2021

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps elasticsearch from 7.10.0 to 7.11.0.

Release notes

Sourced from elasticsearch's releases.

7.11.0

Client

Added

  • Added the X-Elastic-Client-Meta HTTP header and the meta_header parameter for controlling the header (#1473)
  • Added ElasticsearchWarning which is raised when the Warning HTTP header is returned from Elasticsearch. ElasticsearchDeprecationWarning is now an alias for this warning type (#1495)

APIs

Async Search

  • Added the async_search.status API

Autoscaling

  • Added the autoscaling.get_autoscaling_capacity experimental API
  • Removed the autoscaling.get_autoscaling_decision experimental API

Cat

  • Changed cat.tasks API parameters node_id and parent_task to nodes and parent_task_id

Cluster

  • Changed cluster.delete_component_template, cluster.exists_component_template, and cluster.get_component_template, cluster.put_component_template APIs from experimental to stable

EQL

  • Changed eql.delete, eql.get, eql.search APIs from beta to stable

Indices

  • Added indices.migrate_to_data_stream API
  • Added indices.promote_data_stream API
  • Added expand_wildcards parameter to the indices.delete_data_stream and indices.get_data_stream APIs
  • Changed indices.delete_index_template, indices.exists_index_template, indices.get_index_template, indices.put_index_template, indices.simulate_index_template, and indices.simulate_template APIs moved from experimental to stable

Machine Learning

  • Added ml.upgrade_job_snapshot API
  • Added exclude_generated parameter to ml.get_data_frame_analytics, ml.get_datafeeds, ml.get_jobs, and ml.get_trained_models APIs
  • Changed ml.delete_data_frame_analytics, ml.delete_trained_model, ml.explain_data_frame_analytics, ml.get_data_frame_analytics, ml.get_data_frame_analytics_stats, ml.get_trained_models, ml.get_trained_models_stats, ml.put_data_frame_analytics, ml.put_trained_model, ml.start_data_frame_analytics, ml.stop_data_frame_analytics, ml.update_data_frame_analytics APIs from experimental to beta

Rollup

  • Added rollup.rollup API

Transform

... (truncated)

Changelog

Sourced from elasticsearch's changelog.

7.11.0 (2021-02-10)

  • Added support for 7.11 APIs
  • Added the X-Elastic-Client-Meta HTTP header and the meta_header parameter for controlling the header ([#1473](https://github.com/elastic/elasticsearch-py/issues/1473)_)
  • Added ElasticsearchWarning which is raised when the Warning HTTP header is returned from Elasticsearch. ElasticsearchDeprecationWarning is now an alias for this warning type ([#1495](https://github.com/elastic/elasticsearch-py/issues/1495)_)

.. _#1473: elastic/elasticsearch-py#1473 .. _#1495: elastic/elasticsearch-py#1495

7.10.1 (2020-12-09)

  • Fixed issue where the Scan helper would fail if a scroll response returned without a value for _shards.skipped ([#1451](https://github.com/elastic/elasticsearch-py/issues/1451)_)
  • Fixed handling of IPv6 hosts with a port in the computed Connection.host property ([#1460](https://github.com/elastic/elasticsearch-py/issues/1460)_)
  • Fixed documented task management API stability, should have been as "experimental" ([#1471](https://github.com/elastic/elasticsearch-py/issues/1471)_)
  • Changed deprecated collections.Mapping in favor of collections.abc.Mapping for Python 3.9 ([#1443](https://github.com/elastic/elasticsearch-py/issues/1443)_)

.. _#1443: elastic/elasticsearch-py#1443 .. _#1451: elastic/elasticsearch-py#1451 .. _#1460: elastic/elasticsearch-py#1460 .. _#1471: elastic/elasticsearch-py#1471

Commits
  • ac8a4e8 Release 7.11.0
  • f509f10 [7.11] Fix config of client pytest fixtures
  • fa39846 Bump version to 7.11.0
  • 6d3bc61 Release 7.11.0b1
  • 206999f [7.11] [CI] Update integration test suite with new Docker distribution format
  • f5e441d [7.11] Implement 'arbitrary_key' feature for REST API tests
  • f838e70 [7.11] Implement 'contains' feature for REST API tests
  • 49181f5 [7.11] Fix async documentation link
  • 04689e3 [7.11] Use gzip to compress the release tarball
  • 36d0837 [7.11] Use ElasticsearchWarning instead of ElasticsearchDeprecationWarning
  • 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 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)

@dependabot dependabot bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Mar 22, 2021
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Mar 22, 2021
@openshift-ci-robot
Copy link

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci
Copy link

openshift-ci bot commented Mar 22, 2021

@dependabot[bot]: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/unit 4329e8e link /test unit

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 887d986 into master Mar 22, 2021
@openshift-merge-robot openshift-merge-robot deleted the dependabot/pip/elasticsearch-7.11.0 branch March 22, 2021 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants