Skip to content

Bump volcano.sh/volcano from 0.4.0 to 1.4.0#59

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Nov 24, 2021

Bumps volcano.sh/volcano from 0.4.0 to 1.4.0.

Release notes

Sourced from volcano.sh/volcano's releases.

v1.4.0

Changes sice v1.4.0-Beta

v1.4.0-Beta

What's New

1. Support multi-scheduler

In Kubernetes cluster with multiple schedulers, different kinds of workloads should be mapped to certain scheduler sometimes. For example, K8s native workloads such as deployment in namespace kube-system are mapped to default-sheduler while AI and Big data jobs are mapped to Volcano. This feature aims to implements that automaticallty. More details please refer to https://github.com/volcano-sh/volcano/blob/master/docs/design/multi-scheduler.md. (volcano-sh/volcano#1576, volcano-sh/volcano#1521, @​huone1 @​william-wang )

2. Support proportion of resources for GPU node

In order to make full use of scarce resources such as GPU, one solution is to bind them with other resources as shares. For example, it is common to see a lot of CPU-intensive workloads are scheduled to GPU nodes. When GPU-intensive workloads come, they cannot be scheduled because of lack of CPU or Memory in GPU nodes. If workloads requiring both GPU, CPU, Memory at certatin range can be scheduled to GPU nodes first, it is possible to make full use of GPUs. More details please refer to https://github.com/volcano-sh/volcano/blob/master/docs/design/proportional.md. (volcano-sh/volcano#1527, @​king-jingxiang )

3. Support CPU NUMA-Aware scheduling

As to CPU-intensive workloads especially in AI, Big Data and HPC fileds, It will result in a significant performance improvement if CPU NUMA is enabled. More details please refer to https://github.com/volcano-sh/volcano/blob/master/docs/design/numa-aware.md. (volcano-sh/volcano#1493, @​huone1 )

4. Provide framework of stress test

In this release, A kind of framework for Volcano stress test is provided. (volcano-sh/volcano#1516, @​rudeigerc )

Other Notable Changes

... (truncated)

Commits
  • a0ad7f7 update tag and release version to v1.4.0
  • 98d04f1 fix gen-admission-secret.sh
  • b319cb2 fix bug that vcjob is not compeleted when maxRetry is 1
  • a09ba71 e2e cases about pod affinity skip cancel
  • 86e9dab fix vcjob not work when mount volume
  • 66f9d1a Change the Mutex to RWMutex in predicateCache
  • ddad45d optimize some logs in admission process
  • 5d4c4a0 upgrade k8s to v1.19.11 because of security notification
  • f1a7044 pass kubeClient to admission service
  • 787c349 fix(underused): Do not check overused when there is no UnderUsedResourceFn added
  • 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.4.0.
- [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.4.0)

---
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 Nov 24, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 21, 2022

Superseded by #62.

@dependabot dependabot Bot closed this Feb 21, 2022
@dependabot dependabot Bot deleted the dependabot/go_modules/volcano.sh/volcano-1.4.0 branch February 21, 2022 03:10
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