Skip to content

Releases: TheNewNormal/corectl

v0.5.8

27 May 16:49
Compare
Choose a tag to compare
  • changes NFS shares mapping permission scheme.
    • attempts to handle TheNewNormal/coreos-osx/issues/62.
      for now there's no perfect solution that covers all corners:
      • -mapall=<UID_HOST>:<GID_HOST>, which is what we've been using until now,
        gets us no pollution on host's filesystem from alien uids and gids with no
        whatsoever local correspondence but OTOH container is limited as it is forced
        to use host's UID/GID combo (and no chowns, etc).
      • -maproot=root:wheel which we are adapting from now on makes things a bit
        more deterministic on containers' side at the cost of local pollution...
  • updated dependencies

v0.5.7

23 May 14:53
Compare
Choose a tag to compare
  • updated CoreOS signing keys so that image validation keeps working with latest alpha

Other than above no functional changes from v0.5.6

v0.5.6

13 May 10:59
Compare
Choose a tag to compare

v0.5.5

11 May 14:05
Compare
Choose a tag to compare
  • maintenance release (new build with up to date dependencies)

v0.5.4

28 Jan 10:10
Compare
Choose a tag to compare
  • adds the ability to pull to ensure that all channels are up-to-date
  • explicitly disable, by default, CoreOS' automatic update machinery
  • adds support for custom vmnet (Internet Sharing) setups (#56/#58)

v0.5.3

14 Jan 12:42
Compare
Choose a tag to compare
  • tweak ls -a output (omit channels with no local images) #54
  • simplify a bit more VM's boot handling #55
  • pre-built blob now assembled with go 1.5.3.

v0.5.2

08 Jan 15:47
Compare
Choose a tag to compare
  • it's now possible for different users, concurrently, and independent of each other, to run corectl on a OS X box (#50)
    • the CoreOS images already on-disk will be regenerated, but overall the update process from older versions should be transparent. Please do fill a bug if it isn't.
  • a bug that induced high CPU usage on non detached idle VMs got fixed (#49)

v0.5.1

06 Jan 09:34
Compare
Choose a tag to compare
  • correctly display progress bar on (s)cp (#47)

v0.5.0

05 Jan 14:12
Compare
Choose a tag to compare
  • improved error and failure handling

v0.0.20

29 Dec 14:29
Compare
Choose a tag to compare
  • support VMs with more than 3GB of RAM (up to 8GB now) (#37)