-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release 1.1.0 with required ansible >=2.13
- Loading branch information
1 parent
4ce513e
commit cb5d937
Showing
10 changed files
with
45 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ registries: | |
- type: standard | ||
ref: v3.79.0 # renovate: depName=aquaproj/aqua-registry | ||
packages: | ||
- name: golang/go@go1.19.2 | ||
- name: golang/go@go1.21.3 | ||
tags: ["release"] | ||
- name: magefile/mage@v1.14.0 | ||
- name: magefile/mage@v1.15.0 | ||
tags: ["tests", "release"] | ||
- name: charmbracelet/[email protected] | ||
- name: mvdan/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,28 @@ | ||
--- | ||
ancestor: | ||
ancestor: null | ||
releases: | ||
1.0.0: | ||
changes: | ||
release_summary: | | ||
New plugin for getting secrets from Delinea DevOps Secrets Vault in Ansible. | ||
release_summary: 'New plugin for getting secrets from Delinea DevOps Secrets | ||
Vault in Ansible. | ||
' | ||
fragments: | ||
- 1.0.0.yml | ||
- 1.0.0.yml | ||
plugins: | ||
lookup: | ||
- description: Get secrets from Delinea DevOps Secrets Vault | ||
name: dsv | ||
namespace: | ||
- description: Get secrets from Delinea DevOps Secrets Vault | ||
name: dsv | ||
namespace: null | ||
release_date: '2022-08-30' | ||
1.1.0: | ||
changes: | ||
minor_changes: | ||
- dsv lookup plugin - add optional ``data_key`` parameter for filtering secret | ||
data. | ||
release_summary: New option to allow returning a specific key from the returned | ||
data. If it's defined, but not found it will error, otherwise by default the | ||
entire secret object will be returned. | ||
fragments: | ||
- 1.1.0.yml | ||
- 39-support data filtering.yml | ||
release_date: '2023-10-17' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
requires_ansible: '>=2.10' | ||
requires_ansible: '>=2.13' |