Releases: DelineaXPM/dsv-cli
Releases · DelineaXPM/dsv-cli
dsv-cli-v1.41.1
v1.41.1 - 2024-05-23
🐛 Fix Partial Release
- Resolve snapcraft schema issue for rerelease.
No code changes from prior, just rereleasing.
dsv-cli-v1.41.0
v1.41.0 - 2024-05-23
🎉 New Product Feature
- Added
--body
option to dsv secret create i.e.
dsv secret create --body '{"data":{"key":"value"},"atrributes":{"attribute1":"value1"},"descr":"add description here"}}'
Note: options --data --attributes and --desc will take precedence over the --body option
⬆️ Dependencies
- Maintenance release due to updated dependencies.
dsv-cli-v1.40.6
v1.40.6 - 2024-01-15
⬆️ Dependencies
- Update dependent libraries and go version. No user facing changes, just continued maintenance for improved security & stability.
dsv-cli-v1.40.5
v1.40.5 - 2023-05-12
🐛 Bug Fix
- Windows cli version update check was looking for a binary with
windows
in the name, while the actual artifact iswin
.
dsv-cli-v1.40.4
v1.40.4 - 2023-04-25
🎉 Feature
dsv pool list
: new--limit
,-l
,--cursor
flags. Seedsv pool list --help
for more details.
Related
- fixes AB#495586
- related AB#495586
- https://github.com/andrii-zakurenyi
Contributors
dsv-cli-v1.40.3
v1.40.3 - 2023-04-04
🐛 Bug Fix
- Fix the format of links to pre-built binaries.
Contributors
dsv-cli-v1.40.2
v1.40.2 - 2023-03-03
🔨 Refactor
- Allow defining command handlers which could return an error instead of exit code.
- Move store package to internal/store. Do not use custom ApiError in the store package.
- Reduce number of API calls in E2E tests by using CLI configuration profile instead of requesting a new token on each CLI run.
🐛 Bug Fix
- Remove "v" prefix from https://dsv.secretsvaultcloud.com/cli-version.json which causes error messages in log.
Contributors
dsv-cli-v1.40.1
v1.40.1 - 2023-02-07
🎉 Feature
- CLI can be invoked through a container now.
See Docker Hub for available versions.
Examples are listed on README.md on how to use in shell as well as an example convenience wrapper.
🐛 Bug Fix
- DSV init will now error when the filestore path is not a directory.
Related
- fixes AB#464525
- fixes AB#473745
- related AB#484003
Contributors
dsv-cli-v1.40.0
v1.40.0 - 2023-02-01
🎉 Feature
dsv byok update
: new command which allows to change master encryption key. Seedsv byok update --help
for more details.dsv engine list
: new--query, -q
,--pool-name
,--sort
,--sorted-by
flags. Seedsv engine list --help
for more details.dsv pool list
: new--query, -q
,--sort
,--sorted-by
flags. Seedsv pool list --help
for more details.dsv role search
: new--sort
,--sorted-by
flags. Seedsv role search --help
for more details.dsv client search
: new--sort
flag allows to sort client credentials by created time.dsv user groups
: new--query, -q
,--limit
,--cursor
,--sort
flags. Seedsv user groups --help
for more details.dsv groups search
: new--sort
,--sorted-by
flags Seedsv groups search --help
for more details.dsv user search
: new--sort
,--sorted-by
flags. Seedsv user search --help
for more details.dsv policy search
: new--sort
,--sorted-by
flags. Seedsv policy search --help
for more details.
🐛 Bug Fix
- Fix reading file with cached latest available cli version. Store only one download link for a corresponding os/arch.
- Use endpoint prompting only when selected transport protocol is either HTTP or HTTPS for
dsv siem create
. - Delete engine without useless force flag.
🤖 CI
- Use new Delinea DSV Azure DevOps Task instead of deprecated ThycoticDSV.
🤖 Development
- Devcontainer attempts to mount existing dsv cli configuration from filestore if this is available.
This will ease local devcontainer usage setup and allow testing and$HOME/.envrc
configurations to be autoloaded.
Related
- fixes AB#481685
- fixes AB#481686
- fixes AB#481687
- fixes AB#481688
- fixes AB#481928
- fixes AB#481929
- fixes AB#481930
- fixes AB#482144
- fixes AB#482527
- fixes AB#482447
- fixes AB#482320
- fixes AB#482838
- fixes AB#468104
- related AB#481683
- related AB#470745
- related AB#482427
- related AB#481124
- related AB#468923
Contributors
dsv-cli-v1.39.13
v1.39.13 - 2023-01-06
No user facing impact.
This release is iterating on Snap installation method for Linux (which is in progress), and does not impact functionality of the dsv-cli.
🔨 Refactor
- Remove plugs for the dsv-cli snap installation, allowing all configuration to sit inside the isolated snap environment.
Related
- fixes AB#480396
- related AB#464526