Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

v0.22.0

Compare
Choose a tag to compare
@MikaelSmith MikaelSmith released this 01 Apr 17:52

New + Improved

  • The containers created when exploring an unmounted persistent volume claim in the Kubernetes plugin now includes resource requests, which may help schedule it faster. (#568)
  • The Kubernetes plugin now represents containers as a directory, mirroring the Docker container's directory structure: log, metadata.json, fs. fs mounts the container's filesystem. (#203)

Fixed

  • When outside of Wash paths but within the user's home directory, the prompt will now use ~ to represent the HOME portion of the path. (#757)
  • The Kubernetes plugin will now explore volumes using an existing container that has mounted the volume if one exists. This avoids an error exploring ReadWriteOnce volume claims and speeds up most access. (#758)

Changed

  • The Kubernetes plugin's container entry type no longer supports Read/Stream actions, these are moved to the log entry under it. (#203)