Skip to content

Commit

Permalink
chore(deps): trigger a release based with changie updates (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions authored May 23, 2024
1 parent f199320 commit f27e803
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.

This file was deleted.

11 changes: 11 additions & 0 deletions .changes/v1.41.0.md
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit f27e803

Please sign in to comment.