Skip to content

Releases: covermymeds/azure-key-vault-agent

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

v1.3.0

10 Aug 16:25
feaeb7a
Compare
Choose a tag to compare

Changelog

feaeb7a Merge pull request #65 from covermymeds/cleanup
09cbff3 go mod tidy
603cf87 Clean up
89dbdf3 Merge pull request #64 from covermymeds/multi-auth
2288a27 chrisjohnson -> covermymeds org
826ecc1 Unnecessary file
d44b4a6 Update README
ac652d4 Load and consume default credential, validate workers point to a valid credential
05ca0c6 Refactor auth into akva config file
54df1d3 Remove akva.yaml, theres no need for it to be checked in
eeeab55 Remove unused fetch method
5bc8cff Remove authconfig and refactor the logic into iam
bfc6886 Remove unused iam components
13eee30 Merge pull request #63 from covermymeds/remove_single_exec_readme
c375317 Update README.md
b74a198 Merge pull request #62 from covermymeds/mit_license
cd5be59 Create LICENSE