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/job-components from 0.65.1 to 0.66.0 #906

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @terascope/job-components from 0.65.1 to 0.66.0.

Release notes

Sourced from @​terascope/job-components's releases.

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
Commits
  • 0fcb95c Merge pull request #2001 from terascope/asset-improvements
  • 8179533 release: (minor) [email protected]
  • 737f167 change log level to info in file_utils
  • 74cc30e Add some basic documentation for node_version, platform and arch in the asset...
  • cc5ed82 Allow disabling restrictions for the node_version, platform, arch
  • c25f74a Fix assetsrc-spec
  • 19c5b96 Include the platform, arch, node_version in API response fields
  • eca9ae0 Add the platform, arch, and node_version in the teraslice cli asset build
  • 8a48b0c Fix eslint warning object.ts
  • 008a2fc Make sure the _metaIsUnique count is correct
  • 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 Jan 8, 2024
Bumps [@terascope/job-components](https://github.com/terascope/teraslice) from 0.65.1 to 0.66.0.
- [Release notes](https://github.com/terascope/teraslice/releases)
- [Commits](terascope/teraslice@v0.65.1...v0.66.0)

---
updated-dependencies:
- dependency-name: "@terascope/job-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/terascope/job-components-0.66.0 branch from d3c6c92 to 4718a66 Compare January 8, 2024 16:26
Copy link
Contributor

@sotojn sotojn 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

@sotojn sotojn merged commit 2f75f3e into master Jan 8, 2024
4 checks passed
@sotojn sotojn deleted the dependabot/npm_and_yarn/terascope/job-components-0.66.0 branch January 8, 2024 16:42
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