Releases: asicsdigital/docker-hermes
Releases · asicsdigital/docker-hermes
Temporarily Increase Sleep Timer in get-iam-auth
v1.8.1 Merge pull request #18 from asicsdigital/PLAT-3835_increase_delay_iam…
Fix: Really fix cloudfront invalidate script
I had to disable globbing in this script.
Fix: Cloudfront Invalidation Script
There was an issue with the cloudfront invalidation script where it only worked if you used a wildcard. No longer the case!
Add a script to do cloudfront invalidations.
Add a script to do cloudfront invalidations
Add awscli + python3 to running image
Add awscli + python3 to running image
Add latest Terraform releases to our docker images
Added 11.12, .11.13, .11.14,.12.0,.12.1, and .12.2
Adds Pingdom provider for Terraform Images
Adding Compiled Terraform Pingdom Provider to Hermes - https://github.com/russellcardullo/terraform-provider-pingdom
Consul and Vault GET/PUT Helper Scripts and Vault Client Upgraded
- Upgraded Vault to version 1.0.4
- Adds a shared functions script so that the scripts can share common bash functions, like auth-to-consul
get-consul-kv
- Get a plain test value out of Consul KV requires the Consul prefix (no leading slash) as the first Argument ex:get-consul-kv foo/bar
put-consul-kv
- Put a plain text value into the Consul KV requires the Consul path (no leading slash) as the first Argument and required the value of the prefix. Value can either be "value" or an input file if in the formate of@input-file-name
ex:put-consul-kv foo/bar baz
ORput-consul-kv foo/bar @input-file
get-vault-kv
- Get a value from the Vault KV, requires the Vault KV prefix as the first argument, and optionally takes a parameter in the second position a
Adds Goss and Upgrades Consul
This release adds goss, and dgoss to the image as well as a number of tests on the build process itself
We also upgrade the consul client on the image to v1.0.4
Initial Release of Hermes
This release includes the initial release of hermes core, and hermes:terraform