Skip to content

Deckhouse CLI v0.3.4

Compare
Choose a tag to compare
@mvasl mvasl released this 01 Oct 12:23
· 7 commits to main since this release

What's Changed

  • chore: update install script by @mvasl in #41
  • chore: switch to go 1.23 and update some dependencies to fix CVE's by @mvasl in #42
  • Add install-standalone image for pull & push to third party registry by @d2285 in #39

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"

New Contributors

  • @d2285 made their first contribution in #39

Full Changelog: v0.3.3...v0.3.4