Adds caCertificate option inside of the s3 connector configuration which allows the user to pass in a ca-certificate inside of config instead of reading it from a file.
Deprecates certLocation inside of the s3 connector configuration
Updates file-asset-apis from v0.12.2 to v0.13.0
Adds cross-validation functionality for schemas that now checks for conflicting settings
As of this release, the elasticsearch connector type has been removed from the code base and all references to that connector type should be removed from your configurations. Configurations should be using elasticsearch-next instead. If you do not remove the old connector type the Teraslice master will crash with a log message that includes the following error: TSError: Could not retrieve schema code for: elasticsearch
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 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 @terascope/types from 1.1.0 to 1.2.0.
Release notes
Sourced from
@terascope/types
's releases.Commits
748fbe5
Merge pull request #3584 from terascope/s3-caCertificate-optionb84ee2e
change order of validationFn props7654b13
remove 'initializer' verbage. refactore3b648e
use genericanem for main servicebacd4e9
fix types1f2c8be
don't set schema field until in extractInitializers0b2a499
pass subconfig into validator fn9abf7ca
update tests8648e9a
allow validator fns on a terafoundation schemas85c8ada
remove global_ca_certificate functionalityDependabot 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