Skip to content

Deckhouse CLI v0.11.0

Choose a tag to compare

@mvasl mvasl released this 25 Feb 10:43
· 319 commits to main since this release
v0.11.0
5647f3b

What's Changed

  • [mirror] Add mirror pull/push --tmp-dir flag by @borg-z in #93
  • [chore] go.mod fix by @borg-z in #94

Known Limitations

On Windows, you cannot use an absolute path when using d8 v scp. It will be fixed in future releases.

Example:

d8 v scp D:\myfile.bin user@myvm.mynamespace:/home/user
Error: copying from a remote location to another remote location is not supported: "D:\\myfile.bin" to "user@myvm.mynamespace:/home/user"

New Contributors

Full Changelog: v0.10.5...v0.11.0