Skip to content

Commit

Permalink
version: bump - 0.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Mar 20, 2019
1 parent 5d5776f commit d2fd30f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Version of the entire package. Do not forget to update this when it's time
# to bump the version.
VERSION = v0.4.23
VERSION = v0.4.24

# Build tag. Useful to distinguish between same-version builds, but from
# different commits.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.4.23.{build}
version: 0.4.24.{build}

platform: x86

Expand Down
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
sonm-core (0.4.24) unstable; urgency=low

* Fixed: reduce brute-force threshold for predictor (#1865).
6!=720, which is not so big as 16!=20 922 789 888 000.
* Fixed: avoid duplicated driver volumes for GPUs (#1864).
Now we're storing whole information required to mount single GPU into a
container inside the "sonm.GPUDevice" structure. and now we can turn up into a
situation, when we're trying to mount more than one GPU with the same type.
The Tuner will try to attach more than one (absolutely same) volume to the
container. In that case, it will lead to the container' start failure.
This PR fixes that behavior by collecting proposed mount points into the set,
and then applying only non-repeated ones.

-- Evgeny Safronov <division494@gmail.com> Wed, 20 Mar 2019 13:29:36 +0300

sonm-core (0.4.23) unstable; urgency=low

* Added: benchmark support for GPU type (#1857).
Expand Down

0 comments on commit d2fd30f

Please sign in to comment.