Skip to content

Releases: crunchyroll/ef-open

Noprecheck always on now, no flag needed

20 Oct 17:08
213da50
Compare
Choose a tag to compare

The noprecheck flag will always be on now whether you supply the flag or not. The flag will still exist due to existing jobs that supply this flag, and if we don't recognize the flag anymore, the python binary will error out which we don't want.

Add flag for lbv1 style escapes in ciphertexts

15 Oct 11:37
4f9dddf
Compare
Choose a tag to compare

Now you can encrypt multiline escaped secrets for lbv1 as well as lbv2

Example:

ef-password --plaintext "hello\nworld" --lbv1_escapes

Ef-Generate Bug Fix

13 Oct 15:01
f3cb522
Compare
Choose a tag to compare

Fixing bug related to the new ef-generate --only_for arg

Use custom rules for cfn-lint

12 Oct 08:43
327b827
Compare
Choose a tag to compare

New flag for ef-cf that is used with --lint in order to use cfn-lint custom rules

ef-generate --only_for

10 Oct 00:49
8078a8b
Compare
Choose a tag to compare

New flag for ef-generate which runs it for only a specific entry in the service_registry

Automate AWS Lambda alerts creation

07 Oct 09:12
dfb03a5
Compare
Choose a tag to compare

Add functionality to ef-generate that creates alerts for specific properties of AWS Lambda functions. These alerts are created in NewRelic based on data that NewRelic gets from AWS.

Render

22 Sep 21:39
5cd6221
Compare
Choose a tag to compare

Add a new --render flag to ef-cf. Used to output rendered template to STDOUT and nothing else.

New VERSION_KEYS for lambdas

16 Sep 11:59
97730f8
Compare
Choose a tag to compare
Add commit-hash and version-number key for lambdas (#200)

Jira: OPS-15824

DynamoDB Stream ARN lookup

15 Sep 22:56
facf1ca
Compare
Choose a tag to compare

Support for the DynamoDB Stream ARN lookup:

         "EventSourceArn": "{{aws:dynamodb:stream-arn,{{ENV}}-example-dynamodb-table}}",

Add lambda versioning

19 Aug 14:29
fad3596
Compare
Choose a tag to compare

Usage:

ef-version --set <version> --commit --devel --stable --noprecheck <function-name> function-version <env>