Skip to content

Releases: covermymeds/azure-key-vault-agent

v1.8.0

29 Jan 20:06
5bd755c
Compare
Choose a tag to compare

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

30 May 18:35
993badf
Compare
Choose a tag to compare

Changelog

  • 993badf Merge pull request #91 from covermymeds/error-handling
  • 384b49c Update CHANGELOG
  • 255e362 Handle nil/unset ContentType

v1.7.0

19 May 18:52
d250ac8
Compare
Choose a tag to compare

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

26 May 14:47
23065b7
Compare
Choose a tag to compare

Changelog

23065b7 Merge pull request #81 from covermymeds/support-unordered-input
8a7822a cleanup
1a2c22c method comments
c3499e8 support unsorted input to address #68

v1.6.1

05 Feb 19:01
d077cf4
Compare
Choose a tag to compare

Changelog

d077cf4 Merge pull request #80 from covermymeds/docker_github_packages
65f0574 only push an image on tag release
bd29fbb troubleshoot
437a164 test it works by triggering once in this pr
51b6df2 stop pushing to private repo

v1.6.0

05 Feb 17:13
e62cadb
Compare
Choose a tag to compare

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

03 Feb 21:31
a8eb441
Compare
Choose a tag to compare

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

19 Nov 22:27
1aeab3e
Compare
Choose a tag to compare

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

17 Aug 20:25
ce28017
Compare
Choose a tag to compare

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

v1.3.1

11 Aug 13:01
b9ee15a
Compare
Choose a tag to compare

Changelog

b9ee15a Merge pull request #66 from covermymeds/fix-default-credential
9709ec8 Return empty slice so we can still merge to it
434f941 Simplify
720eee2 Fix the default credential logic so that it will merge the values from .env in with any list supplied via yaml