github psviderski/uncloud v0.15.1

27 days ago

This is a bug fix release that upgrades Unregistry to v0.4.1. It fixes occasional failures with pushing images that consist of big layers (hundreds of MBs).

Upgrade to 0.15.1

Machine daemon

To upgrade the Uncloud daemon on your machines, run the following commands on each machine:

# AMD64
curl -fsSL -o uncloudd.tar.gz https://github.com/psviderski/uncloud/releases/download/v0.15.1/uncloudd_linux_amd64.tar.gz
# ARM64
# curl -fsSL -o uncloudd.tar.gz https://github.com/psviderski/uncloud/releases/download/v0.15.1/uncloudd_linux_arm64.tar.gz
tar -xf uncloudd.tar.gz
sudo install uncloudd /usr/local/bin/uncloudd
rm uncloudd uncloudd.tar.gz
sudo systemctl restart uncloud

Changelog

  • db09dec chore: add more tests for MatchesDockerVolume and update error message when volume spec doesn't match
  • 0b32cd2 chore: upgrade unregistry 0.3.1 -> 0.4.1 with a fix for pushing big images
  • 20cdcdf fix: Set volume driver name to "local" if not specified (#219)
  • 425b974 fix: panic when initialising new cluster with --connect

Don't miss a new uncloud release

NewReleases is sending notifications on new releases.