Skip to content

Bump volcano.sh/volcano from 0.4.0 to 1.5.1#64

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/volcano.sh/volcano-1.5.1
Open

Bump volcano.sh/volcano from 0.4.0 to 1.5.1#64
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/volcano.sh/volcano-1.5.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 16, 2022

Bumps volcano.sh/volcano from 0.4.0 to 1.5.1.

Release notes

Sourced from volcano.sh/volcano's releases.

v1.5.1

Changes since v1.5.0

v1.5.0

Changes since v1.5.0-Beta

v1.5.0-Beta

What's New

Support Task Dependency

In most mainstream computing platforms such as MPI and Tensorflow, different pods undertake different roles, for example, master/worker. It is necessary to start master or worker first due to the working principle for different platforms. This feature aims to provide the ability to make the start order correct. More details please refer to https://github.com/volcano-sh/volcano/blob/master/docs/design/task-launch-order-within-job.md. (volcano-sh/volcano#1920, volcano-sh/volcano#1833, @​hwdef @​shinytang6 @​Thor-wl )

Support Reserve Resource for Queue

This feature provides the ability to reserve resources for specified queues in order to make sure there is always guaranteed resources for urgent jobs instead of waiting for resource release or being preempted. More details please refer to https://github.com/volcano-sh/volcano/blob/master/docs/design/queue-guarantee-resource-reservation-design.md (volcano-sh/volcano#1905, volcano-sh/volcano#1904, @​qiankunli )

Support Specified Nodes for Volcano in Cluster

In some scenarios such as multiple schedulers, it is necessary for Volcano to be only responsible for part of nodes in the cluster. This feature enable users to configure the nodes that are responsible for the Volcano. More details can be referred to volcano-sh/volcano#1834 (volcano-sh/volcano#1821, @​qiankunli )

Add Tendorflow Job Plugin

Volcano provides a unified object for job management which allows user to run AI training such as Tensorflow, Pytorch, Mxnet, MPI with Volcano Job and enjoy the enhanced lifecycle management. However it is a bit complex for some users. This features is to add Tensorflow plugin based on Volcano job plugin framework which reduces the complexity of running Tensorflow with Volcano and make it easy to use. More details can be referred to https://github.com/volcano-sh/volcano/blob/master/docs/design/distributed-framework-plugins.md (volcano-sh/volcano#1874, @​LuBingtan )

Other Notable Changes

... (truncated)

Commits
  • 183a178 Merge pull request #2091 from Thor-wl/0315-v1.5.1
  • 22b5f89 release v1.5.1
  • 49383a7 Merge pull request #2082 from Thor-wl/0313-v1.5.1-beta.0
  • be1d09b update the version to v1.5.1-beta.0
  • 66e4d0f Merge pull request #2081 from wpeng102/cherry-pick
  • 0bab293 fix the driver pod can not be created due to unreasonable admit
  • 936edb6 Merge pull request #2077 from william-wang/cherry-pick
  • a17e572 fix the error message
  • 5444665 Make sure Open state queue can be deleted
  • 7a5d8be Upgrade Volcano webhook from v1beta1 to v1
  • 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 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 [volcano.sh/volcano](https://github.com/volcano-sh/volcano) from 0.4.0 to 1.5.1.
- [Release notes](https://github.com/volcano-sh/volcano/releases)
- [Changelog](https://github.com/volcano-sh/volcano/blob/master/CHANGELOG.md)
- [Commits](volcano-sh/volcano@v0.4...v1.5.1)

---
updated-dependencies:
- dependency-name: volcano.sh/volcano
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 16, 2022
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.

0 participants