Releases: telia-oss/concourse-sts-lambda
Releases · telia-oss/concourse-sts-lambda
v1.2.0
Fixed team module so duration
can be passed as a number and correctly parsed by the Lambda code (see #32).
v1.1.0
- Bumped all dependencies and now building with Go 1.14.
- The
lambda
module now outputs the role_id
of the execution role (Thanks to @mohsen0).
- Fixed
team
module so duration
can be passed to the Lambda (Thanks @mohsen0).
v1.0.0
Upgrade to support terraform >= 0.12.
v0.10.0
Added support for specifying the duration for the STS Credentials (default 1h
). Thanks @stijndehaes 🙌
v0.9.1
Fix struct reference for envconfig.
v0.9.0
Move team config to S3 to support arbitrary length configuration.
v0.8.0
- Switched to Go 1.11 and
go mod
.
- Bumped all dependencies.
v0.5.0
- Added support for
telia-oss
regional buckets. Which should allow users to deploy the lambda function using our prebuilt artifacts.
v0.4.1
- Add -j to zip to junk directory names.
v0.4.0
- Added public-readable S3 bucket in eu-west-1 which contains the Lambda artifact. This is now used by default when deploying via terraform.