Skip to content

Deckhouse CLI v0.9.0

Compare
Choose a tag to compare
@mvasl mvasl released this 24 Dec 09:46
· 55 commits to main since this release
v0.9.0

What's Changed

  • [trdl] Add delivery d8 bin in true delivery by @d2285 in #68
  • Update links to documentation by @unreturned in #70
  • feat(delivery-kit): rename delivery (d) command to delivery-kit (dk) by @alexey-igrychev in #71

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.8.0...v0.9.0