Skip to content

Releases: crunchyroll/ef-open

Suppress NewRelic 4XX Cloudfront Alerts

16 Nov 19:03
dfc6df1
Compare
Choose a tag to compare

Suppress errors about Cloudfront 4XX in the alerts slack channel

Support no opsgenie_channel for service

29 Oct 00:24
eb68217
Compare
Choose a tag to compare

There are some low priority services that should not page teams during off hours if something goes wrong. We do not have that capability right now in New Relic, so currently we'll suppress it by not adding the opsgenie team as a notification for now until a later date.

Support multiple NewRelic REST API keys

28 Oct 07:07
5786cc7
Compare
Choose a tag to compare

In order to separate alert policies per environment or per account, multiple NewRelic REST API keys had to be defined in ef_site_config.yml.

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.