Skip to content

Update elasticsearch requirement from >= 5.0, < 6.2 to >= 5.0, < 6.3#8

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/elasticsearch-gte-5.0-and-lt-6.3
Closed

Update elasticsearch requirement from >= 5.0, < 6.2 to >= 5.0, < 6.3#8
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/elasticsearch-gte-5.0-and-lt-6.3

Conversation

@dependabot-preview
Copy link

Updates the requirements on elasticsearch to permit the latest version.

Release notes

Sourced from elasticsearch's releases.

6.2.0

Client

  • Assert that connection count is at least previous count when reloaded
  • Don't mutate user-defined options upon initialization of client
  • Only dup options if they are passed in
  • Convert client tests to rspec for 6.x
  • Redacted password if host info is printed in error message
  • Adds tests for not including password in logged error message
  • The redacted string change will be in 6.1.1
  • Add more tests for different ways to specify client host argument
  • Do not duplicate connections in connection pool after rebuild (#591)

API

  • Update split indices method and test
  • Port api/actions tests to rspec (#543)
  • Account for escape_utils not being available for JRuby
  • Convert cat API tests to rspec (#547)
  • Convert cluster API tests to rspec (#548)
  • Convert indices tests to rspec (#549)
  • Fix documentation of #indices.analyze
  • Avoid instantiating an array of valid params for each request, each time it is called (#550)
  • Skip tests with 'default_shards' in features (#558)
  • Convert snapshot, ingest, tasks, nodes api tests to rspec (#563)
  • Update documentation for msearch
  • Remove reference to deprecated format option for _analyze endpoint
  • Correct endpoints used for get and put search template
  • Fix minor typo
  • Note that a non-empty body argument is required for the bulk api
  • Support ignore_throttled option on search API

XPACK

  • Add ruby-prof as a development dependency
  • Handle multiple roles passed to get_role_mapping
  • Minor updates to xpack api methods (#586)
  • Rewrite xpack rest api yaml test handler (#585)
  • Set up docker files for running security (Platinum) tests on Jenkins (#606)
  • Run Platinum rest api tests on 6.6.1 (#615)
  • Fix mistake in testing version range so test can be skipped
  • Support freeze and unfreeze APIs
  • Adjust rollup get_jobs endpoint
  • Improve error handling in spec_helper and action execution
  • Revert commit cd6b88deccdd7ad128364c0dc0d7c3326d650730
  • Fix skip test logic
Changelog

Sourced from elasticsearch's changelog.

6.2.0

Client

  • Assert that connection count is at least previous count when reloaded
  • Don't mutate user-defined options upon initialization of client
  • Only dup options if they are passed in
  • Convert client tests to rspec for 6.x
  • Redacted password if host info is printed in error message
  • Adds tests for not including password in logged error message
  • The redacted string change will be in 6.1.1
  • Add more tests for different ways to specify client host argument
  • Do not duplicate connections in connection pool after rebuild (#591)

API

  • Update split indices method and test
  • Port api/actions tests to rspec (#543)
  • Account for escape_utils not being available for JRuby
  • Convert cat API tests to rspec (#547)
  • Convert cluster API tests to rspec (#548)
  • Convert indices tests to rspec (#549)
  • Fix documentation of #indices.analyze
  • Avoid instantiating an array of valid params for each request, each time it is called (#550)
  • Skip tests with 'default_shards' in features (#558)
  • Convert snapshot, ingest, tasks, nodes api tests to rspec (#563)
  • Update documentation for msearch
  • Remove reference to deprecated format option for _analyze endpoint
  • Correct endpoints used for get and put search template
  • Fix minor typo
  • Note that a non-empty body argument is required for the bulk api
  • Support ignore_throttled option on search API

DSL

  • Convert aggregations/pipeline tests to rspec (#564)
  • Convert aggregations tests to rspec (#566)
  • Convert filters tests to rspec (#568)
  • Fix bug in applying no_match_filter to indices filter
  • Fix integration tests for join field syntax
  • Update test for current elasticsearch version
  • Include type in index document operation in test
  • minor: fix spacing
  • Convert queries tests to rspec (#569)
  • spec directory structure should mirror code directory structure
  • Ensure that filters are registered when called on bool queries (#609)
  • Apply PR 572 to 6.x branch
  • Ensure that specs are running as part of integration tests
  • Revert previous commit; spec tests are running as part of unit tests
... (truncated)
Commits
  • 1f52f67 Release 6.2.0
  • f475266 Include elasticsearch-xpack changes in CHANGELOG as part of update_verson rak...
  • 57fe5c2 Update references to version 6.1.1 to 6.2.0
  • 21806c4 [XPACK] Fix skip test logic
  • 49ff309 [XPACK] Revert commit cd6b88deccdd7ad128364c0dc0d7c3326d650730
  • 7fe5273 [XPACK] Improve error handling in spec_helper and action execution
  • e5efa66 [XPACK] Adjust rollup get_jobs endpoint
  • 8648483 [API] Support ignore_throttled option on search API
  • 3feacad [XPACK] Support freeze and unfreeze APIs
  • a2a6892 [XPACK] Fix mistake in testing version range so test can be skipped
  • Additional commits viewable in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Author

Superseded by #9.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/elasticsearch-gte-5.0-and-lt-6.3 branch April 9, 2019 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant