This repository has been archived by the owner on Jun 18, 2022. It is now read-only.
Releases: rancher/agent
Releases · rancher/agent
v0.13.11: Merge pull request #287 from alena1108/jan3
v0.13.10: Merge pull request #286 from alena1108/dec31
Update golint and go version
v0.13.9
v0.13.8
v0.13.7
v0.13.6
v0.13.5: Don't use mixedCase in package name
This is now a rule in golint
v0.13.4: fix race condition when umounting
this part of code raise a race condition, where previous container start failed and call unmount, where after the next container starts and unmount removes the mount entry.(gc takes 1 second after calling unmount). We don't need to call umount in this case as the gc will always run if container is being removed which gc thread will clean unused mount entries.
v0.13.3
add detail error msg to volume plugin
v0.13.2: Merge pull request #266 from StrongMonkey/add-capability
add capability endpoint to decide flex volume