Skip to content

Releases: deckhouse/deckhouse-cli

Deckhouse CLI v0.3.7

15 Oct 07:29
Compare
Choose a tag to compare

This release is aimed at fixing various CVE's discovered within project dependencies

What's Changed

  • chore: bump github.com/containers/buildah to 1.37.4 by @mvasl in #49

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.3.6...v0.3.7

Deckhouse CLI v0.3.6

14 Oct 10:09
Compare
Choose a tag to compare

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

Deckhouse CLI v0.3.5

03 Oct 07:32
6c4adac
Compare
Choose a tag to compare

This release is aimed at fixing discovered vulnerabilities within Deckhouse CLI components

What's Changed

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.3.4...v0.3.5

Deckhouse CLI v0.3.4

01 Oct 12:23
Compare
Choose a tag to compare

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

Deckhouse CLI v0.3.3

04 Sep 15:13
5c4ad95
Compare
Choose a tag to compare

This is a technical release that doesn't bring new features or fixes with it

What's Changed

  • [ci] Run go tests when PR in main branch by @Strange0ne in #35
  • [mirror] Extract mirror packages to libmirror package by @mvasl in #36

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

Full Changelog: v0.3.2...v0.3.3

Deckhouse CLI v0.3.2

15 Aug 09:49
Compare
Choose a tag to compare

What's Changed

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.3.1...v0.3.2

Deckhouse CLI v0.3.1

30 Jul 10:19
85fce38
Compare
Choose a tag to compare

What's Changed

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.3.0...v0.3.1

Deckhouse CLI v0.3.0

25 Jul 15:43
0a18fc0
Compare
Choose a tag to compare

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

Deckhouse CLI v0.2.1

09 Jul 09:47
8e7d774
Compare
Choose a tag to compare

What's Changed

  • Mirror housekeeping by @mvasl in #20
  • [mirror] Fix module release channels not populated when filter is used by @mvasl in #22
  • [mirror] Fix source registry access checking in case specific release is pulled and registry does not contain release channels by @mvasl in #23

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.0...v0.2.1

Deckhouse CLI v0.2.0

20 Jun 11:11
29aa709
Compare
Choose a tag to compare

What's Changed

  • Add Windows support. Build binary for windows-amd64 by @mvasl in #19

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.1.2...v0.2.0