Skip to content

Deckhouse CLI v0.3.6

Compare
Choose a tag to compare
@mvasl mvasl released this 14 Oct 10:09
· 2 commits to main since this release

What's Changed

  • fix: push of unpacked bundles with dots in the directory name by @mvasl in #47
  • feature: etcd backup by @mvasl in #46
  • feature: mirror of security/trivy-checks:0 image by @mvasl in #48

Known Limitations

  1. Backup of etcd via d8 backup etcd is only supported starting with Deckhouse Kubernetes Platform v1.65. Refer to the docs for information on how to backup older releases.

  2. 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.3.5...v0.3.6