Skip to content

Tags: holyjak/concourse-github-lambda

Tags

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request telia-oss#22 from telia-oss/prepare-v0.8.0-release

Bump s3 key to next release

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request telia-oss#20 from telia-oss/use-telia-oss-regional…

…-buckets

Use telia oss regional buckets

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request telia-oss#19 from telia-oss/fix-zip-artifact

Add -j to zip to junk directory names.

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request telia-oss#18 from telia-oss/fix-github-release

Fix travis so it includes the correct zip file in the github release

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request telia-oss#17 from telia-oss/setup-shared-s3-bucket

Setup shared S3 bucket for lambda artifact

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix invalid credentials error. (telia-oss#10)

- Added expiration to GithubClient so they can be rotated when they expire. This became a problem when handed a 'hot lambda' (reused container) because the clients are cached. Should now be solved.
- Fixed .travis.yml so that it runs tests after making a release. After because we are testing terraform also, which requires a zip file as input.

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request telia-oss#9 from telia-oss/fix_lambda_trigger_sche…

…dule

Fix schedule for trigger. Make org/username case insensitive (like github is).

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support a 30min trigger schedule but only rotate keys every 7 days. (t…

…elia-oss#7)

* Change trigger schedule to every 30 min.

* Only rotate key if it is older than 7 days and/or the permissions have changed.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch to using Github Apps instead of user access tokens.

* We are now using Github Apps instead of a user access token to interact with the Github API. 

* Added support for passing Github credentials securely to the Lambda.

* Bumped all dependencies.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use secrets manager instead of SSM (telia-oss#4)

* Switch to secrets manager.

* Update makefile to also run terraform tests.

* Update Readme.