From 73ce28908348476177ea2a86c36f4bb9f6b51edb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 04:31:53 +0000 Subject: [PATCH] chore(deps): update dependency delineaxpm/dsv-cli to v1.41.1 (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [DelineaXPM/dsv-cli](https://togithub.com/DelineaXPM/dsv-cli) | minor | `v1.40.2` -> `v1.41.1` | --- ### Release Notes
DelineaXPM/dsv-cli (DelineaXPM/dsv-cli) ### [`v1.41.1`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v1411---2024-05-23) [Compare Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.41.0...v1.41.1) ##### 🐛 Fix - Resolve snapcraft schema issue for rerelease. No code changes from prior, just rereleasing. ### [`v1.41.0`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v1410---2024-05-23) [Compare Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.40.6...v1.41.0) ##### 🎉 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. ### [`v1.40.6`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v1406---2024-01-15) [Compare Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.40.5...v1.40.6) ##### ⬆️ Dependencies - Update dependent libraries and go version. No user facing changes, just continued maintenance for improved security & stability. ### [`v1.40.5`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v1405---2023-05-12) [Compare Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.40.4...v1.40.5) ##### 🐛 Bug Fix - Windows cli version update check was looking for a binary with `windows` in the name, while the actual artifact is `win`. ### [`v1.40.4`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v1404---2023-04-25) [Compare Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.40.3...v1.40.4) ##### 🎉 Feature - `dsv pool list`: new `--limit`, `-l`, `--cursor` flags. See `dsv pool list --help` for more details. ##### Related - fixes [AB#495586](https://togithub.com/AB/dsv-cli/issues/495586) - related [AB#495586](https://togithub.com/AB/dsv-cli/issues/495586) - ##### Contributors - [andrii-zakurenyi](https://togithub.com/andrii-zakurenyi) ### [`v1.40.3`](https://togithub.com/DelineaXPM/dsv-cli/blob/HEAD/CHANGELOG.md#v1403---2023-04-04) [Compare Source](https://togithub.com/DelineaXPM/dsv-cli/compare/v1.40.2...v1.40.3) ##### 🐛 Bug Fix - Fix the format of links to pre-built binaries. ##### Contributors - [andrii-zakurenyi](https://togithub.com/andrii-zakurenyi)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/DelineaXPM/github-workflows). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aqua/aqua.yaml b/.aqua/aqua.yaml index bf7df8bf..f7ea4e10 100644 --- a/.aqua/aqua.yaml +++ b/.aqua/aqua.yaml @@ -18,7 +18,7 @@ packages: - name: golangci/golangci-lint@v1.59.1 tags: ['lint'] - name: git-town/git-town@v7.9.0 - - name: DelineaXPM/dsv-cli@v1.40.2 + - name: DelineaXPM/dsv-cli@v1.41.1 - name: cli/cli@v2.53.0 tags: ['foo', release] - name: mikefarah/yq@v4.44.2