Releases: covermymeds/azure-key-vault-agent
v1.8.0
Changelog
- 5bd755c Merge pull request #97 from covermymeds/fix-release-action
- bab7b45 Fix go version
- e6c7dab Update versions of goreleaser things
- e6c2699 Update --rm-dist to --clean
- 03b6292 Merge pull request #96 from covermymeds/cyberark-refactor
- d747856 Update changelog date
- 4379a0e Move cyberark safe name from the credential to the resource
- 3f06ab9 Lowercase byURL methods, add GetKeys to interface
- 7c144a1 Cleanup
- 8c7f38e Update docs
- 6ce6284 Prepend login for cyberark credential
- 979e666 Add a default cyberark credential
- 6654282 Improve cyberark secret retrieval
- 52eba1f Add a real cyberark client
- 53f4fa0 Separate files for each system's configs
- 186fd5b Add a placeholder cyberark client
- cd624a3 Allow for different credential types
- e8f4d9f Remove keyvault objects from secret resource
- a6defa5 Move resource retrieval functions to client methods
v1.7.1
v1.7.0
Changelog
- d250ac8 Merge pull request #86 from covermymeds/format-all-secrets
- a0db2d3 Update README with examples, release steps, and add CHANGELOG
- 1df624b Bump goreleaser to v3
- 9d4a3ed Bump Go version to 1.17.x and go mod tidy
- 320e35e Parse out pem and key from all certificates
- 6541b79 Add details for developing locally
- 8cc58c3 Update packages to address security advisories
v1.6.2
v1.6.1
v1.6.0
Changelog
e62cadb Merge pull request #74 from Serneum/add-once-option
6438aa9 Move logic to run once to configwatcher
8a827a5 Add reference to --once
in README
9884798 Add functionality to run once and exit
9e44291 Merge pull request #72 from Serneum/frequency-not-required
b1cd286 Merge pull request #75 from Serneum/add-aliases
f8f1c1e Merge pull request #76 from Serneum/add-version
1432740 Add a version flag
2933d90 Stop requiring frequency, allow default of 60
27ba310 Add aliases for resources
v1.5.0
Changelog
a8eb441 Merge pull request #73 from Serneum/add-secrets-kind
6b1c02b Messaging tweak about using all-secrets with secrets
239ab95 Allow mixing secrets/all-secrets when using multiple vaults
07380ae Update README to include all-secrets resource
7d7e121 Make Name optional for AllSecrets kind
e0ec721 Raise error when using both secret
and all-secrets
kinds
63c3e8a Add toValues method. Returns map of secret => secret.Value
020cbe5 Add all-secrets to list of Kind
2bd3e74 GetSecrets should return a map to match the structure created by composing individual secrets
12e941f Rename SecretsKind to AllSecretsKind
246ed2a Add new SecretsKind
v1.4.1
Changelog
1aeab3e Merge pull request #70 from covermymeds/acr_workflow_v1
c535ccc Use the docker build approach instead of acr build
1fb47c1 Move the ACR build task into the tagrelease file
86185f2 Match spacing of the other files
956535d Hard-code these values as they dont need to be secrets
5bf8c97 Fetch dependencies as a separate step so we can make use of layer cache
1689b7c add ACR workflow
fa23afc Merge pull request #69 from covermymeds/add_dockerfile
87578f6 use builder image and alpine execution image
bc7a47e use alpine, rather than Scratch, base image
7457918 add Dockerfile
v1.4.0
Changelog
ce28017 Merge pull request #67 from covermymeds/cert_helper_refactor
7fb0f59 keep resources out of logs
ce1619d enforce secret type for issuers and fullChain helper
932f418 allow cert helpers to work on cert or secret types
dab979a fixing the cert function
823de8e wip support cert helper from cert object