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.67.0 #781

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps @terascope/scripts from 0.63.0 to 0.67.0.

Release notes

Sourced from @​terascope/scripts's releases.

v0.67.0

Switch docker image to use node 12

v0.66.0

  • Uploading assets will now happen in the background by default (a blocking=true can be used in the query string to block until the asset uploads)
  • Specify the timeout on the asset elasticsearch upload request (to avoid dealing with the default elasticsearch timeout of 2m)
  • Add the platform / arch / node_version support in the asset.json and store it in the elasticsearch (which will be used for finding the right asset to use)

v0.65.3

Set process.title in terafoundation

v0.65.2

  • Set the timeout on the api server and proxy request from the cluster master to the api server
  • Reduce the number of file system writes needs to load an asset
  • Simplify the asset loading process by not trying to magically move the asset directory up a directory when it is not built correctly.
  • Improves error handling when saving assets

v0.65.1

  • Updates dev dependencies and cleans up some dependency use
  • Replace use of request with got (because request was deprecated a long time ago)

v0.65.0

This release includes the following changes:

  • Add api_response_timeout to prevent socket timeouts when posting assets (this is a stop gap measure)
  • Add kubernetes_worker_antiaffinity server configuration option
  • Add cpu_execution_controller and memory_execution_controller job and configuration options, using low values by default to prevent over reserving resources.

v0.64.5 - Update base docker image to fix node-rdkafka

Updates docker base image to terascope/node-base:10.19.0-2, fixes node-rdkafka ssl issues. The base image switches back to using alpine.

Ref #1868

v0.64.4

This Teraslice release does the following:

  • slicer_timeout is now used by Kuberenetes Teraslice jobs, this timeout must be long enough to accommodate the container pull.
  • The config setting kubernetes_api_poll_delay was added to control the frequency that Teraslice polls the Kubernetes API in cases where it does so.

v0.64.3

This release resolves the Teraslice bug that prevented some jobs from starting in Kuberenetes:

terascope/teraslice#1827

v0.64.2

This release removes the Kubernetes service that the workers used to communicate with the execution controller. They now just communicate directly with the pod IP from the execution controller. When high availability execution controllers are implemented, this will need to be reconsidered.

All teraslice jobs should be stopped before upgrading Teraslice master.

v0.64.1 - memory leak fixes in utils

... (truncated)

Commits
  • 6645fb1 Merge pull request #1933 from terascope/node-12-rc
  • 360f003 release: (minor) teraslice@0.67.0
  • f4c9572 release: (preminor) teraslice@0.67.0-rc.0
  • bbefe3c use base image that uses the older node-rdkafka / libkafka
  • c476747 release: (preminor) teraslice@0.67.0-rc.0
  • a585042 release: (prerelease) teraslice@0.66.0-rc.4
  • b50e1df Switch docker image to use node-rdkafka 2.9.x (terascope/node-base:12.18.0-1)
  • fd828fe use node 12.18
  • 454b742 release: (prerelease) teraslice@0.66.0-rc.3
  • 03ab665 switch to using the latest kafka connector
  • 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)

Bumps [@terascope/scripts](https://github.com/terascope/teraslice) from 0.63.0 to 0.67.0.
- [Release notes](https://github.com/terascope/teraslice/releases)
- [Commits](terascope/teraslice@v0.63.0...v0.67.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
Copy link
Contributor

@busma13 busma13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@busma13 busma13 requested a review from sotojn January 22, 2024 14:15
@sotojn sotojn merged commit f9a06cd into master Jan 22, 2024
3 checks passed
@sotojn sotojn deleted the dependabot/npm_and_yarn/terascope/scripts-0.67.0 branch January 22, 2024 14:29
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