Skip to content

Releases: DelineaXPM/dsv-cli

dsv-cli-v1.41.1

23 May 19:19
501e66c
Compare
Choose a tag to compare

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

23 May 18:51
f27e803
Compare
Choose a tag to compare

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

18 Jan 20:49
Compare
Choose a tag to compare

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

13 May 07:15
c18d312
Compare
Choose a tag to compare

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 is win.

dsv-cli-v1.40.4

25 Apr 16:03
Compare
Choose a tag to compare

v1.40.4 - 2023-04-25

🎉 Feature

  • dsv pool list: new --limit, -l, --cursor flags. See dsv pool list --help for more details.

Related

Contributors

dsv-cli-v1.40.3

04 Apr 23:45
e4b760e
Compare
Choose a tag to compare

v1.40.3 - 2023-04-04

🐛 Bug Fix

  • Fix the format of links to pre-built binaries.

Contributors

dsv-cli-v1.40.2

03 Mar 16:55
7a7ab5d
Compare
Choose a tag to compare

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

Contributors

dsv-cli-v1.40.1

14 Feb 02:13
3f61e49
Compare
Choose a tag to compare

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

01 Feb 17:51
09863a9
Compare
Choose a tag to compare

v1.40.0 - 2023-02-01

🎉 Feature

  • dsv byok update: new command which allows to change master encryption key. See dsv byok update --help for more details.
  • dsv engine list: new --query, -q, --pool-name, --sort, --sorted-by flags. See dsv engine list --help for more details.
  • dsv pool list: new --query, -q, --sort, --sorted-by flags. See dsv pool list --help for more details.
  • dsv role search: new --sort, --sorted-by flags. See dsv 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. See dsv user groups --help for more details.
  • dsv groups search: new --sort, --sorted-by flags See dsv groups search --help for more details.
  • dsv user search: new --sort, --sorted-by flags. See dsv user search --help for more details.
  • dsv policy search: new --sort, --sorted-by flags. See dsv 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

06 Jan 19:53
Compare
Choose a tag to compare

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

Contributors