Releases: dwp/terraform-aws-kong-gateway
Releases · dwp/terraform-aws-kong-gateway
Release 0.0.61
refactor(terraform): Allow management plane and portal ECS Task defin…
Release 0.0.60
refactor(terraform): Switch to using aws_launch_template resource (#94) Signed-off-by: Matt Holmes <[email protected]>
Release 0.0.59
feat(*): add KONG_PLUGINS variable allowing to load other plugins (#93) Signed-off-by: Alvaro Lopez Hernandez <[email protected]>
Release 0.0.58
fix(variables): add kong_plugins variable at the root module (#92) Signed-off-by: Alvaro Lopez Hernandez <[email protected]>
Release 0.0.57
chore(kics): upgrade KICS to remove deprecated NodeJS version warning…
Release 0.0.56
docs: correct architecture diagram link (#90)
Release 0.0.55
ci: restrict PR workflow from runnning in parallel (#89) this is to prevent a job starting while another in progress, which currently has two issues: 1) resource name collisions 2) AWS creds get disabled by first job while second job is using them Signed-off-by: Daniel Hill <[email protected]>
Release 0.0.54
feat(ecs): add KONG_PLUGINS variable allowing to load other plugins (…
Release 0.0.53
chore(terraform): Correct various typos in variable descriptions (#86) Signed-off-by: Matt Holmes <[email protected]> Signed-off-by: Matt Holmes <[email protected]>
Release 0.0.52
chore(examples): correct `pari` typo to `pair` (#85) Signed-off-by: Daniel Hill <[email protected]>