Releases: TheNewNormal/corectl
Releases · TheNewNormal/corectl
v0.5.8
- 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...
- attempts to handle TheNewNormal/coreos-osx/issues/62.
- updated dependencies
v0.5.7
- 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
- closes #71 (TheNewNormal/kube-solo-osx#49).
corectl
will now work properly if the calling user's $HOMEDIR is in a separate volume.
v0.5.5
- maintenance release (new build with up to date dependencies)
v0.5.4
v0.5.3
v0.5.2
- 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
v0.5.0
- improved error and failure handling