diff --git "a/.changes/unreleased/\360\237\216\211 New Product Feature-20240321-125958.yaml" "b/.changes/unreleased/\360\237\216\211 New Product Feature-20240321-125958.yaml" deleted file mode 100644 index 27b7c81d..00000000 --- "a/.changes/unreleased/\360\237\216\211 New Product Feature-20240321-125958.yaml" +++ /dev/null @@ -1,6 +0,0 @@ -kind: "\U0001F389 New Product Feature" -body: - "Added `--body` option to dsv secret create i.e. \n`dsv secret create --body '{\"data\":{\"key\":\"value\"},\"atrributes\":{\"attribute1\":\"value1\"},\"descr\":\"add - description here\"}}'`\nNote: options --data --attributes and --desc will take precedence - over the --body option\n" -time: 2024-03-21T12:59:58.886134-07:00 diff --git a/.changes/v1.41.0.md b/.changes/v1.41.0.md new file mode 100644 index 00000000..61012465 --- /dev/null +++ b/.changes/v1.41.0.md @@ -0,0 +1,11 @@ +## 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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 779719d4..b52d928c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 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. + ## v1.40.6 - 2024-01-15 ### ⬆️ Dependencies diff --git a/aqua.yaml b/aqua.yaml index 32635baf..f0b58709 100644 --- a/aqua.yaml +++ b/aqua.yaml @@ -6,7 +6,7 @@ registries: ref: v4.184.0 # renovate: depName=aquaproj/aqua-registry packages: - name: miniscruff/changie@v1.19.0 - tags: ['ci'] + tags: ['ci', release] - name: golang/go@go1.22.3 tags: ['ci'] - name: direnv/direnv@v2.34.0 @@ -33,5 +33,10 @@ packages: tags: ['ci'] - name: sharkdp/hyperfine@v1.18.0 - name: mikefarah/yq@v4.44.1 + tags: + - release - name: anchore/syft@v0.105.1 tags: ['ci'] + - name: cli/cli@v2.49.2 + tags: + - release