Releases: crunchyroll/ef-open
Suppress NewRelic 4XX Cloudfront Alerts
Suppress errors about Cloudfront 4XX in the alerts slack channel
Support no opsgenie_channel for service
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
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
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
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
Fixing bug related to the new ef-generate --only_for arg
Use custom rules for cfn-lint
New flag for ef-cf that is used with --lint in order to use cfn-lint custom rules
ef-generate --only_for
New flag for ef-generate which runs it for only a specific entry in the service_registry
Automate AWS Lambda alerts creation
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.