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 @terascope/scripts from 0.63.0 to 0.64.1 #1086

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps @terascope/scripts from 0.63.0 to 0.64.1.

Release notes

Sourced from @​terascope/scripts's releases.

v0.64.1 - memory leak fixes in utils

Adds some memory leak fixes in some of the utils.

NOTE: this may have little to no impact on teraslice but better to be safe and create a release now

change default of rejectRecord operation api to throw

  • fixes to cloneDeep
  • change operation rejectRecord api to throw instead of ignore

v0.63.6

  • Fix _slicer_stats.slicers, which was previously returning a function
  • Fix updating the executionMetaData function to not set _slicer_stats to null and effectively remove the _slicer_stats when updating the execution.

v0.63.5

This release tries to address #1649 by making sure the execution controller is responding before the worker tries to connect using socket.io.

v0.63.4

Mainly internal fixes, except the docker image now uses 10.19 (without alpine).

Internal Changes

  • Removed es5 tests from CI
  • Improvements to Dockerfile and CI builds
  • Adds .yarn-offline-cache directory that can be committed safely to the repo and used to speed up docker and ci builds. It also allows more reproducible builds.
  • Fixes missing dependency issues and removes unused/unnecessary dependencies
  • Removes use of lodash in a couple packages
  • Removes building / publishing dev docker images
  • Improve some of the top level scripts, including renaming build:fix to build:doctor. build:fix will now output a deprecation warning.
  • Moves Queue from @terascope/queue package to @terascope/utils
  • Removes @terascope/queue and @terascope/error-parser because they aren't needed

v0.63.3

Internal change to use a new method for registering the getMetadata and setMetadata functions on the executionContext api.

v0.63.2

Fixes teraslice to update _updated date on execution and job more often

Resolves #1660

v0.63.1 - Misc teraslice fixes

  • Switch Dockerfile to use base image from https://github.com/terascope/base-docker-image
  • Fixes teraslice API to return the ex_id when creating a job
  • Fixes execution pause
  • Fixes connect timeout issue
  • Fixes port allocation issues (mainly edge cases like e2e tests)

Kubernetes Note: When upgrading from a release earlier than v0.63.0 to a release newer than v0.63.0, you must first shut down all Teraslice jobs, then upgrade the master, then start the Teraslice jobs back up. Otherwise you will lose the ability to see and manage the jobs running with older labels.

Commits
  • 14f4bd9 Merge pull request #1758 from terascope/memory-leak-fixes
  • 630642e release: (patch) [email protected]
  • 9cfd2bf bump: (patch) @​terascope/utils@​0.24.4, @​terascope/data-types@​0.14.4
  • bf775b1 add once benchmark
  • 6d513a2 Fix reference to file in k8Resource
  • 4ae3491 Slight improvement to matches test in promises
  • 9818730 Make sure to properly dereference the function in the once util
  • 065c99a Avoid creating child loggers too often (this causes memory leaks)
  • acdf91d improve setup script to tsc --build --force
  • 3e65c48 xlucene in readme
  • 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 <dependency name> 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/terascope/scripts-0.64.1 branch from 5ae6170 to 5d350e3 Compare January 2, 2024 15:03
Bumps [@terascope/scripts](https://github.com/terascope/teraslice) from 0.63.0 to 0.64.1.
- [Release notes](https://github.com/terascope/teraslice/releases)
- [Commits](terascope/teraslice@v0.63.0...v0.64.1)

---
updated-dependencies:
- dependency-name: "@terascope/scripts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/terascope/scripts-0.64.1 branch from 5d350e3 to 243af97 Compare January 2, 2024 15:30
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2024

Superseded by #1091.

@dependabot dependabot bot closed this Jan 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/terascope/scripts-0.64.1 branch January 8, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants