terascope / kafka-assets

teraslice asset for kafka operations
MIT License
1 stars 1 forks source link

Bump @terascope/types from 1.1.0 to 1.2.0 #849

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps @terascope/types from 1.1.0 to 1.2.0.

Release notes

Sourced from @​terascope/types's releases.

v1.2.0

  • 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

v1.1.3

What's Changed

⚠️ Important Configuration change

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

Full Changelog: https://github.com/terascope/teraslice/compare/v1.1.2...v1.1.3

v1.1.2

What's Changed

Full Changelog: https://github.com/terascope/teraslice/compare/v1.1.1...v1.1.2

v1.1.1

What's Changed

Full Changelog: https://github.com/terascope/teraslice/compare/v1.1.0...v1.1.1

Commits
  • 748fbe5 Merge pull request #3584 from terascope/s3-caCertificate-option
  • b84ee2e change order of validationFn props
  • 7654b13 remove 'initializer' verbage. refactor
  • e3b648e use genericanem for main service
  • bacd4e9 fix types
  • 1f2c8be don't set schema field until in extractInitializers
  • 0b2a499 pass subconfig into validator fn
  • 9abf7ca update tests
  • 8648e9a allow validator fns on a terafoundation schemas
  • 85c8ada remove global_ca_certificate functionality
  • 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 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)
dependabot[bot] commented 1 month ago

Looks like @terascope/types is up-to-date now, so this is no longer needed.