Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 14:52
· 34 commits to develop since this release

Release Notes

  • Two configuration options have changed names. Any existing configuration files will need to be updated to reflect these changes.
    • operaTreatment changed to operaHLSTreatment
    • convertToPNG changed to sendToHarmony.
  • Input variable names changed:
    • pobit_audit_bucket -> bignbit_audit_bucket
    • pobit_audit_path -> bignbit_audit_path
  • Default values for variables config_dir and bignbit_audit_path have changed as shown in the table below. This change can be ignored by explicitly setting the module input variables to the old default values.
Module Input Variable Name Old default New Default
config_dir dataset-config big-config
bignbit_audit_path pobit-cma-output bignbit-cnm-output
  • There is a new variable bignbit_staging_bucket for the module. If not set (recommended), a new s3 bucket will be created for storing harmony results via https://harmony.earthdata.nasa.gov/docs#user-owned-buckets-for-harmony-output. Alternatively, to use an s3 bucket that already exists, set the variable bignbit_staging_bucket to the name of the bucket to be used. Be sure the bucket policy permissions are set correctly to allow Harmony write and GIBS read permission to this bucket.
  • lambda_role variable has been removed and instead replaced by permissions_boundary_arn, this will need to be updated in the cumulus deployment terraform for the bignbit module.
  • The prevent_destroy flag for gibs_response_topic has been turned on to help avoid accidental deletion of the topic used for responses from GIBS
  • Terraform v1.5.3 should be used for deployment

What's Changed

New Contributors

Full Changelog: 0.1.2...0.2.0
Test Results: #49