Skip to content

Deckhouse CLI v0.3.0

Compare
Choose a tag to compare
@mvasl mvasl released this 25 Jul 15:43
· 30 commits to main since this release
0a18fc0

What's Changed

  • [mirror] Add mirror debug logging by @mvasl in #28
  • Breaking change [mirror] Treat versions in filter expression as earliest required instead of specific by @mvasl in #25
  • [mirror] Support pushing of unpacked bundles by @mvasl in #26

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 [email protected]:/home/user
Error: copying from a remote location to another remote location is not supported: "D:\\myfile.bin" to "[email protected]:/home/user"

Full Changelog: v0.2.1...v0.3.0